Closed
Bug 479160
Opened 16 years ago
Closed 5 years ago
"ASSERTION: No Document Request!" with XBL, <frame>
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
Steps to reproduce:
1. Load the testcase.
2. Let it run for at least one second.
Result:
###!!! ASSERTION: Shouldn't be busy here: '!IsBusy()', file uriloader/base/nsDocLoader.cpp, line 331
###!!! ASSERTION: No Document Request!: 'mDocumentRequest', file uriloader/base/nsDocLoader.cpp, line 753
###!!! ASSERTION: Firing OnStateChange(...) notification with a NULL request!: 'aRequest', file uriloader/base/nsDocLoader.cpp, line 1227
Reporter | ||
Comment 1•16 years ago
|
||
(If just waiting doesn't work, try reloading.)
Reporter | ||
Comment 2•14 years ago
|
||
Still happens on trunk.
Reporter | ||
Comment 3•14 years ago
|
||
Still happens on trunk, if I reload.
Reporter | ||
Comment 4•14 years ago
|
||
fwiw, bug 570215 triggers some of the same assertions.
Comment 5•11 years ago
|
||
fwiw, the testcase in bug 898871 triggers the latter two.
OS: Mac OS X → All
Hardware: x86 → All
Comment 6•5 years ago
|
||
This should be fine now, with shadow DOM, because that does insertion/removal a lot more like normal DOM nodes. And XBL is gone.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•