Closed
Bug 308902
Opened 19 years ago
Closed 19 years ago
document->mScriptGlobalObject should be immutable
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 311831
People
(Reporter: bzbarsky, Unassigned)
Details
At the moment we still set and unset script global objects on documents. In the
splitwindow world, I think we should just create the inner window with the
document and leave it around until the document goes away. If cleanup needs to
happen, we can notify a document when it's being attached to an outer window or
detached from it.
Reporter | ||
Comment 1•19 years ago
|
||
Dammit. I filed this a second time. Second bug has more info.... :(
*** This bug has been marked as a duplicate of 311831 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
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
•