Closed
Bug 648872
Opened 13 years ago
Closed 13 years ago
Mismatched calling convention in worker code
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file, 3 obsolete files)
1.76 KB,
patch
|
Details | Diff | Splinter Review |
The SetListenerFunc and EventListenerFunction types are declared with NS_STDCALL but used with NS_DEFCALL.
Attachment #524967 -
Flags: review?
![]() |
||
Comment 1•13 years ago
|
||
See analysis in bug 648871 comment 3.
Depends on: 648871
Summary: Mismatched calling convention → Mismatched calling convention in worker code
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #524967 -
Attachment is obsolete: true
Attachment #524967 -
Flags: review?
Attachment #524974 -
Flags: review?
Assignee | ||
Updated•13 years ago
|
Attachment #524974 -
Flags: review? → review?(bzbarsky)
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
![]() |
||
Comment 3•13 years ago
|
||
Comment on attachment 524974 [details] [diff] [review] NS_STDCALL_FUNCPROTO r=me
Attachment #524974 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Updated•13 years ago
|
Assignee: nobody → respindola
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #524974 -
Attachment is obsolete: true
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #526000 -
Attachment is obsolete: true
Comment 6•13 years ago
|
||
http://hg.mozilla.org/projects/cedar/rev/59111031d49a
Comment 7•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/59111031d49a
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-cedar
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•