Open
Bug 1458933
Opened 7 years ago
Updated 2 years ago
Use only about:home and get rid of about:newtab
Categories
(Firefox :: New Tab Page, enhancement, P3)
Firefox
New Tab Page
Tracking
()
NEW
People
(Reporter: Mardak, Unassigned)
References
Details
Bug 1433324 made activity stream the only default page for about:home and about:newtab and bug 1438367 made them load the same way, potentially only about:home (to match up with the official Firefox Home (?)) would be needed.
I suppose about:newtab would just become an invalid url if someone were to try to open it directly?
This probably requires fixing up a bunch of tests / references:
https://searchfox.org/mozilla-central/search?q=about%3Anewtab
There's also preloading of new tabs, which would need to preload about:home instead, which seems to match up with the _isPreloadingEnabled check to not preload customized new tabs anyway:
https://searchfox.org/mozilla-central/rev/ce9ff94ffed34dc17ec0bfa406156d489eaa8ee1/browser/base/content/tabbrowser.js#1766-1773
about:preferences does allow for setting new windows to be blank separately from new tabs to be blank, so that logic will probably need to change.
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Component: General → Activity Streams: Newtab
Assignee | ||
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•