Closed
Bug 763033
Opened 13 years ago
Closed 13 years ago
Keep url bar blank on about:home
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 16
People
(Reporter: limi, Assigned: jwilde)
Details
Attachments
(1 file, 1 obsolete file)
|
849 bytes,
patch
|
Details | Diff | Splinter Review |
Currently, if you load about:home, it leaves "about:home" in the URL bar. It shouldn't do that.
It should work similarly to about:newtab, it's an implementation detail, and should never be surfaced in the UI.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jonathan
Status: NEW → ASSIGNED
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 631534 [details] [diff] [review]
Bug 763033 - about:home shouldn't show about:home in the location bar
Review of attachment 631534 [details] [diff] [review]:
-----------------------------------------------------------------
Oh, cool. I forgot about gInitialPages.
Nit: If you change the patch to add "about:home" between "about:newtab" and "about:privatebrowsing", we only need to change one line in the file, and the related pages are slightly better grouped. :)
Attachment #631534 -
Flags: review+
Comment 3•13 years ago
|
||
Pushed to inbound!
https://hg.mozilla.org/integration/mozilla-inbound/rev/7377fb1cbdb8
Summary: about:home shouldn't show about:home in the location bar → Keep url bar blank on about:home
Target Milestone: --- → Firefox 16
Updated•13 years ago
|
Flags: in-testsuite-
| Assignee | ||
Updated•13 years ago
|
Attachment #631569 -
Attachment description: Improved of elements in gInitialPages. → Improved order of elements in gInitialPages.
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
(In reply to Frank Yan (:fryn) from comment #2)
> Oh, cool. I forgot about gInitialPages.
> Nit: If you change the patch to add "about:home" between "about:newtab" and
> "about:privatebrowsing"
fwiw, would have been nicer to keep the existing alphabetical order...
You need to log in
before you can comment on or make changes to this bug.
Description
•