Closed
Bug 584260
Opened 14 years ago
Closed 14 years ago
Never create an outer window's JS object without an inner window
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
(deleted),
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
When outer windows are not global objects, it won't be able to exist without an inner window's global object.
Assignee | ||
Comment 1•14 years ago
|
||
This patch still creates the outer window's JSObject before the inner's, but with it, there's no reason to do so.
Updated•14 years ago
|
Attachment #462933 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•