Closed
Bug 931467
Opened 12 years ago
Closed 12 years ago
Make QS/DOM binding unwrapping like XPCConvert unwrapping for COWs
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox28 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
2.48 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
This came up in bug 918345 (see bug 918345 comment 9).
Attachment #822882 -
Flags: review?(bobbyholley+bmo)
Comment 1•12 years ago
|
||
Comment on attachment 822882 [details] [diff] [review]
Port hack from XPCConvert unwrapping to XPCQuickStubs
Review of attachment 822882 [details] [diff] [review]:
-----------------------------------------------------------------
r=bholley with the below.
::: js/xpconnect/src/XPCQuickStubs.cpp
@@ +537,5 @@
> + // Hack - For historical reasons, wrapped chrome JS objects have been
> + // passable as native interfaces. We'd like to fix this, but it
> + // involves fixing the contacts API and PeerConnection to stop using
> + // COWs. This needs to happen, but for now just preserve the old
> + // behavior.
Please add a comment here indicating that this is duplicated in XPCConvert, and a comment in the XPCConvert code indicating the same thing. Otherwise, I'll miss this when I land bug 821573.
Attachment #822882 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
status-firefox28:
--- → fixed
Whiteboard: [qa-]
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
•