Closed
Bug 807330
Opened 11 years ago
Closed 11 years ago
Make xpc_qsUnwrapThis/xpc_qsUnwrapArg deal with new DOM bindings
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
17.08 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
Currently we specialize these templatized functions to a couple of classes for which we check a bit in a bitmap stored in XPCWrappedNativeJSClass. We have a similar mechanism for new DOM binding object, and while we have DOM objects that inherit from these classes and could be either using a new DOM binding or a XPConnect wrapper, we should support the new mechanism too. With this patch that will be as simple as adding a couple of NEW_BINDING(...) lines.
Attachment #677023 -
Flags: review?(jst)
Updated•11 years ago
|
Attachment #677023 -
Flags: review?(jst) → review+
Assignee | ||
Comment 1•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5fd176fb2aca
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5fd176fb2aca
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•