Closed
Bug 951875
Opened 9 years ago
Closed 9 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•9 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•9 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
![]() |
Assignee | |
Updated•9 years ago
|
Whiteboard: [need review]
Updated•9 years ago
|
Attachment #8349712 -
Flags: review?(continuation) → review+
![]() |
Assignee | |
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3a92812ca30c
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla29
https://hg.mozilla.org/mozilla-central/rev/3a92812ca30c
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•9 years ago
|
||
Updated•9 years ago
|
blocking-b2g: 1.3? → 1.3+
Comment 6•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/8a16fb683b1b
status-b2g-v1.3:
--- → fixed
status-b2g-v1.4:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•3 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•