Closed
Bug 312680
Opened 19 years ago
Closed 13 years ago
unknown protocol error produces dialog instead of error page
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: jdarpinian, Assigned: torisugari)
References
()
Details
Attachments
(1 file)
1009 bytes,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051016 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051016 Firefox/1.4.1
Visiting a URL with an unknown protocol specified results in an annoying dialog
box instead of a nice error page. The dialog is in the style of old Firefox 1.0
errors, from before error pages were switched on by deafult.
Reproducible: Always
Steps to Reproduce:
Updated•19 years ago
|
URL: foo://bar → irc://heck
Updated•19 years ago
|
URL: irc://heck → foo://bar
Comment 1•19 years ago
|
||
This is an intentional workaround for a more serious bug, which won't be fixable
in the 1.5 timeframe.
URL: foo://bar → irc://heck
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 2•19 years ago
|
||
Bug 307027 is the more serious bug.
Comment 3•19 years ago
|
||
That doesn't make this bug invalid, just not fixable for 1.5.
Btw, the other bug was fixed for 1.5.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•19 years ago
|
||
This hits me during automated testing.
Assignee: nobody → adamlock
Status: UNCONFIRMED → NEW
Component: General → Embedding: Docshell
Depends on: 291876
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → adamlock
Version: unspecified → Trunk
Updated•19 years ago
|
Assignee: adamlock → cbiesinger
Keywords: helpwanted
Updated•19 years ago
|
Comment 5•19 years ago
|
||
A related but easier request has been made in bug 325622.
Comment 6•19 years ago
|
||
*** Bug 325839 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
QA Contact: adamlock → docshell
Comment 8•15 years ago
|
||
I believe the original problem here was https://bugzilla.mozilla.org/show_bug.cgi?id=306409, which is now fixed. Is this fixable now?
Assignee | ||
Comment 9•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Attachment #538230 -
Flags: review?(cbiesinger)
Comment 10•14 years ago
|
||
Comment on attachment 538230 [details] [diff] [review]
Patch v1
Seems the original problem was bug 307027 comment 8. Do you have an indication that that one is fixed now? Or have you tested that that bug doesn't occur anymore with this patch?
Comment 11•14 years ago
|
||
Comment on attachment 538230 [details] [diff] [review]
Patch v1
I'm going to mark this r- pending a reply to my last comment
Attachment #538230 -
Flags: review?(cbiesinger) → review-
Comment 12•13 years ago
|
||
(In reply to Christian :Biesinger (don't email me, ping me on IRC) from comment #10)
> Comment on attachment 538230 [details] [diff] [review] [diff] [details] [review]
> Patch v1
>
> Seems the original problem was bug 307027 comment 8. Do you have an
> indication that that one is fixed now? Or have you tested that that bug
> doesn't occur anymore with this patch?
Comment 8 basically appears to be bug 311007, which is fixed now.
Assignee | ||
Comment 13•13 years ago
|
||
I was not in the CC list for some reason. I'm sorry.
(In reply to Christian :Biesinger (don't email me, ping me on IRC) from comment #10)
> Seems the original problem was bug 307027 comment 8. Do you have an
> indication that that one is fixed now?
On trunk, yes. Even if bug 307027 happened to regress, now we can detect it easily;
http://mxr.mozilla.org/mozilla-central/source/docshell/test/chrome/bug311007_window.xul
Assignee | ||
Updated•13 years ago
|
Attachment #538230 -
Flags: review- → review?(cbiesinger)
Comment 15•13 years ago
|
||
Comment on attachment 538230 [details] [diff] [review]
Patch v1
ok, sounds good. if we run into problems again, we can always revert this.
my apologies for the delay.
Attachment #538230 -
Flags: review?(cbiesinger) → review+
Updated•13 years ago
|
Assignee: cbiesinger → torisugari
Assignee | ||
Comment 16•13 years ago
|
||
Thanks.
Requesting checkin;
"Bug 312680 - Back out bug 307027, for bug 311007 is fixed, r=cbiesinger"
Keywords: helpwanted → checkin-needed
Comment 17•13 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla13
Comment 18•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 19 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•