Closed
Bug 804992
Opened 13 years ago
Closed 13 years ago
Enable objects with new DOM bindings to be parent of other DOM objects
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
1.08 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
PCConvert::NativeInterface2JSObject should only call JS_WrapObject if allowNativeWrapper is true, we don't want Xrays around parents. I don't think we ever call it with allowNativeWrapper being false for new DOM bindings, but we will soon.
Attachment #674639 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•13 years ago
|
||
Comment on attachment 674639 [details] [diff] [review]
v1
r=me
Attachment #674639 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla19
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → 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
•