Closed
Bug 951875
Opened 11 years ago
Closed 11 years ago
Respect binaryNames in JS-implemented interfaces
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: reuben, Assigned: bzbarsky)
References
Details
Attachments
(2 files)
9.06 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
8.94 KB,
patch
|
Details | Diff | Splinter Review |
Right now if I try to map 'init' to 'init_old' in the mozContact interface I get this error:
ContactsBinding.cpp:12319:17: error: no member named 'Init_old' in 'mozilla::dom::mozContactJSImpl'
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Actually, this applies them to all callbacks, but most callback interfaces don't have entries in Bindings.conf.
This removes the extra entry for TestJSImplInterface in Bindings.conf that was covering up this bug.
Attachment #8349712 -
Flags: review?(continuation)
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
![]() |
Assignee | |
Updated•11 years ago
|
Whiteboard: [need review]
Updated•11 years ago
|
Attachment #8349712 -
Flags: review?(continuation) → review+
![]() |
Assignee | |
Comment 2•11 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla29
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•11 years ago
|
||
Updated•11 years ago
|
blocking-b2g: 1.3? → 1.3+
Comment 6•11 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•