Closed
Bug 720157
Opened 14 years ago
Closed 14 years ago
Crash [@ nsGenericHTMLFrameElement::OnLocationChange]
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
VERIFIED
FIXED
mozilla12
| Tracking | Status | |
|---|---|---|
| firefox12 | --- | verified |
People
(Reporter: jruderman, Assigned: justin.lebar+bug)
References
Details
(Keywords: crash, testcase, Whiteboard: [qa!])
Attachments
(3 files)
No description provided.
| Reporter | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Comment 3•14 years ago
|
||
What the heck does a null URI in nsIWebProgressObserver::OnLocationChange mean?
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → justin.lebar+bug
| Assignee | ||
Comment 4•14 years ago
|
||
Apparently a null URI means "data: URI". Lame!
| Assignee | ||
Comment 5•14 years ago
|
||
Actually, it seems to mean "error page," which is a bit more reasonable.
| Assignee | ||
Comment 6•14 years ago
|
||
I tried to add a test for this crash, but I couldn't get it to work, presumably because the testcase must be local.
Attachment #590580 -
Flags: review?(bugs)
Comment 7•14 years ago
|
||
Comment on attachment 590580 [details] [diff] [review]
Patch v1
I'd prefer
if (!aURI) {
return NS_OK;
}
Attachment #590580 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 8•14 years ago
|
||
status-firefox12:
--- → fixed
Comment 9•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Comment 10•14 years ago
|
||
I 've loaded the testcase from the attachement and I get a square with "1" number inside it and after ~2 seconds I get an 404 Error - invalid bug ID/
If I hit back, the square is displayed.
Firefox didn't crash.
Can I change the resolution to Verified Fixed?
Thanks
| Reporter | ||
Comment 11•14 years ago
|
||
Vlad, please test with the testcase local rather than loading it from Bugzilla. (Right-click the testcase link and save it to your desktop, then open it from your desktop.)
Comment 12•14 years ago
|
||
I've opened the testcase from the desktop and the behavior is the same as per comment10. I'm getting the same 404 error but this time locally.
No crash though on:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20100101 Firefox/12.0 beta 3
| Reporter | ||
Comment 13•14 years ago
|
||
Vlad, sounds good :)
Comment 14•14 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•