Closed
Bug 87513
Opened 24 years ago
Closed 20 years ago
about:<randomness> doesn't display an error if the about: topic doesn't exist.
Categories
(Core :: Networking, enhancement, P2)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: jpranevich, Assigned: bzbarsky)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
|
1.57 KB,
patch
|
Biesinger
:
review+
darin.moz
:
superreview+
darin.moz
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3-12 i686; en-US; rv:0.9.1)
Gecko/20010608
BuildID: 2001060810
In previous versions of Netscape, going to about:foo would display an error page
(or, well... something *like* an error page) if the about: topic didn't exist.
In Mozilla .9.1, no page is displayed and the browser continues to display the
previous valid page.
Reproducible: Always
Steps to Reproduce:
1.Go to a page that works. http://www.mozilla.org
2.Type about:foobar in the URL bar
Actual Results: No change to the page.
Expected Results: An error page of some sort be displayed. Netscape 4.x printed
a Gary Coleman quote, for example.
Comment 1•24 years ago
|
||
I'd also noticed this just the other day. Netscape 4.something displayed a ?
when the about:word wasn't recognized. And I find it amusing that IE5 also
supports about:urls, most notably about:blank. When IE5 doesn't recognize the
keyword, it just displays it. So about:random displays a page with just random
on it.
The one reason I'd argue for changing the behavior from what it is now, is for
user feedback. When you type something like about:foo, it'd be nice if Mozilla
did *something*. At the moment it's as if it didn't get the input. Of course,
that may be by design, so changing severity to enhancement.
This is OS All; I see it on Win2k with 2001062204.
Comment 2•24 years ago
|
||
See also bug 56061, make about:about display a list of about: pages. The error
page for about:foo should include or link to this list.
-> networking
Assignee: asa → neeti
Component: Browser-General → Networking
QA Contact: doronr → benc
This is probably yet another example of how bug 19073 affects seemingly everything.
Comment 4•24 years ago
|
||
1. Netscape possibly later 1.x,2.x,3.x,4.x (Windows) did what IE does now for
about:foo
this was bug 63198 and was marked WONTFIX because some people apparently like
data: only now :(
2. Netscape later 0.9x and earlier 1.x (and 2.x,3.x,4.x Linux)
displayed "Whatchew talkin' 'bout, Willis?"
3.Netscape earlier 0.9x popped up a dialog that said "Malformed URL"
One of these options is better than nothing.
fyi, IE has gone as far as to implement about:mozilla to be a blank blue screen.
Keywords: 4xp
Hardware: PC → All
Comment 5•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 6•23 years ago
|
||
moving neeti's futured bugs for triaging.
Assignee: neeti → new-network-bugs
Comment 8•20 years ago
|
||
*** Bug 280257 has been marked as a duplicate of this bug. ***
This isn't really a networking thing, right? it is an about: protocol handler thing.
Why don't we ask those FE types, like Neil to look at this?
Comment 10•20 years ago
|
||
Apparently about:<randomness> returns an error of factory creation failed, which
isn't a really meaningful error code. I'd be happy for the about protocol
handler to return an error code, e.g. malformed uri, known to the doc shell. By
all means implement a new error code if you feel one is necessary.
Comment 11•20 years ago
|
||
*** Bug 307170 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 12•20 years ago
|
||
Attachment #195365 -
Flags: superreview?(darin)
Attachment #195365 -
Flags: review?(cbiesinger)
Updated•20 years ago
|
Attachment #195365 -
Flags: review?(cbiesinger) → review+
Comment 13•20 years ago
|
||
Comment on attachment 195365 [details] [diff] [review]
Simple fix
sr=darin
Attachment #195365 -
Flags: superreview?(darin) → superreview+
| Assignee | ||
Updated•20 years ago
|
Assignee: darin → bzbarsky
Priority: P4 → P2
Target Milestone: Future → mozilla1.9alpha
| Assignee | ||
Comment 14•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 15•20 years ago
|
||
V/fixed.
I get a "URL invalid and cannot be loaded" error.
Status: RESOLVED → VERIFIED
Updated•19 years ago
|
Summary: about:<randomness> doesn't display a default page, if the about: topic doesn't exist. → about:<randomness> doesn't display an error if the about: topic doesn't exist.
Comment 16•19 years ago
|
||
*** Bug 330625 has been marked as a duplicate of this bug. ***
Comment 17•19 years ago
|
||
Comment on attachment 195365 [details] [diff] [review]
Simple fix
seems like a nice-to-have bugfix for 1.8 to me
Attachment #195365 -
Flags: approval-branch-1.8.1?(darin)
Updated•19 years ago
|
Attachment #195365 -
Flags: approval-branch-1.8.1?(darin) → approval-branch-1.8.1+
Comment 18•19 years ago
|
||
fixed on MOZILLA_1_8_BRANCH
Checking in netwerk/protocol/about/src/nsAboutProtocolHandler.cpp;
/cvsroot/mozilla/netwerk/protocol/about/src/nsAboutProtocolHandler.cpp,v <-- nsAboutProtocolHandler.cpp
new revision: 1.39.2.3; previous revision: 1.39.2.2
done
Keywords: fixed1.8.1
Comment 19•19 years ago
|
||
*** Bug 353939 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•