Closed
Bug 1403236
Opened 7 years ago
Closed 5 years ago
Show new tab option in Startup and move new tab extension notice
Categories
(WebExtensions :: Frontend, enhancement, P3)
WebExtensions
Frontend
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mstriemer, Assigned: mstriemer)
References
Details
Attachments
(1 file)
1.75 KB,
patch
|
Details | Diff | Splinter Review |
We should provide an option for users to see their New Tab page when Firefox starts. The notice of an extension controlling the New Tab page should move to be next to this option.
Mocks: https://mozilla.invisionapp.com/share/6HCITJKP8#/screens/242994342
Assignee | ||
Comment 1•7 years ago
|
||
Here's a rough patch that did the simplest thing I could think of to get the New Tab loading for an extension at startup.
There are a few concerns with this:
If a user wanted their New Tab page as their homepage they could use the Use Current Page button with their New Tab open. This would mostly accomplish the same thing. So maybe we don't need this setting?
Andrew had a concern about loading the extension page so early but it seems like Kris thinks it will be fine, if I'm understanding that correctly. Could be worth investigating if we proceed with this.
> John-Galt> At this point, we start loading the background page as soon as it's
> safe to load any extension page. We can't really load an extension page
> before the background page has started loading.
This solution also uses ExtensionSettingsStore to determine what the New Tab page will be. We have had some issues with it being possible to get out of sync with what add-ons are loaded. We'll want to make sure this is solid before we use it.
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Comment 2•5 years ago
|
||
Extensions can set both
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•