Open
Bug 420372
Opened 15 years ago
Updated 4 years ago
Sort out new window creation
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: mrbkap, Unassigned)
References
Details
In bug 418069, I added some calls to |outerObject| getting |this| in a function. Doing so is the cause for the hacks added in nsWindowSH::OuterObject. In particular, the problem is that we need to compute this from the "compute XPCNativeWrapper's class" function which happens from nsJSContext::InitContext, which happens before the window's mJSObject is set. I hacked around the problem in that but, we should fix it for real here.
Comment 1•4 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
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
•