Closed
Bug 209607
Opened 22 years ago
Closed 20 years ago
Should not ever call GlobalWindowImpl::SetNewDocument(nsnull)
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: caillon, Unassigned)
References
Details
We need to clean up the code that calls SetNewDocument with a null
nsIDOMDocument argument. In bug 163645, I am going to add a new
|nsCOMPtr<nsIXPConnectJSObjectHolder> mNavigatorHolder;| member because we need
to hold on to the navigator in between SetNewDocument calls, in between which we
may be GC'd. If we fix this, it would remove the need for this as we could
simply re-root the navigator object in the same function without having to worry
about potential GC's in between calls.
Updated•21 years ago
|
QA Contact: desale → ian
Comment 2•20 years ago
|
||
This is now fixed (by bug 296639).
Status: NEW → RESOLVED
Closed: 20 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
•