Closed
Bug 16653
Opened 26 years ago
Closed 26 years ago
assert doing File -> Edit Page
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: buster, Assigned: sfraser_bugs)
Details
www.mozilla.org in apprunner
File -> Edit Page
assert. We're passing in an http URL to a method that expects file URL.
stack:
nsDebug::Assertion(const char * 0x10085cbc, const char * 0x10085c8c, const char
* 0x10085c68, int 477) line 280 13 bytes
nsFileURL::nsFileURL(const char * 0x0393c640, int 0) line 477 48 bytes
nsEditorShell::PrepareDocumentForEditing(nsEditorShell * const 0x0387d820,
nsIURI * 0x03886410) line 952
nsEditorShell::OnEndDocumentLoad(nsEditorShell * const 0x0387d828,
nsIDocumentLoader * 0x03841ad0, nsIChannel * 0x03887da0, unsigned int 0,
nsIDocumentLoaderObserver * 0x03840544) line 3428 28 bytes
nsWebShell::OnEndDocumentLoad(nsWebShell * const 0x03840544, nsIDocumentLoader *
0x03841ad0, nsIChannel * 0x03887da0, unsigned int 0, nsIDocumentLoaderObserver *
0x03840544) line 3372
nsDocLoaderImpl::FireOnEndDocumentLoad(nsDocLoaderImpl * 0x03841ad0, nsIChannel
* 0x03887da0, unsigned int 0) line 847
nsDocLoaderImpl::OnStopRequest(nsDocLoaderImpl * const 0x03841ad4, nsIChannel *
0x03887da0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 728
nsLoadGroup::RemoveChannel(nsLoadGroup * const 0x03841a60, nsIChannel *
0x03887da0, nsISupports * 0x00000000, unsigned int 0, const unsigned short *
0x00000000) line 597 39 bytes
nsHTTPChannel::ResponseCompleted(nsIChannel * 0x03887980, unsigned int 0) line
765
nsHTTPResponseListener::OnStopRequest(nsHTTPResponseListener * const 0x03842d80,
nsIChannel * 0x03887980, nsISupports * 0x03887da0, unsigned int 0, const
unsigned short * 0x00000000) line 264
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x038c8060) line
293
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x038c8470) line 164 12 bytes
PL_HandleEvent(PLEvent * 0x038c8470) line 534 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00d2ea70) line 493 9 bytes
Updated•26 years ago
|
Target Milestone: M12
Comment 1•26 years ago
|
||
setting to M12
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Fixed; only do that stuff for file: urls now.
You need to log in
before you can comment on or make changes to this bug.
Description
•