forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1843202 - Added Nimbus experiment to Windows autostart on login r…
…=nalexander,mconley Depends on D183504 Differential Revision: https://phabricator.services.mozilla.com/D184437
- Loading branch information
1 parent
b15137b
commit 0bb5d4e
Showing
5 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,6 +518,19 @@ moreFromMozilla: | |
fallbackPref: browser.preferences.moreFromMozilla.template | ||
description: UI template used to display Mozilla products. Possible values simple, advanced. Default is simple. | ||
|
||
windowsLaunchOnLogin: | ||
description: "New checkbox in about:preferences startup section to start Firefox on Windows login" | ||
owner: [email protected] | ||
hasExposure: true | ||
exposureDescription: >- | ||
Exposure is sent once per browsing session when the about:preferences URL is | ||
first accessed. | ||
variables: | ||
enabled: | ||
type: boolean | ||
fallbackPref: browser.startup.windowsLaunchOnLogin.enabled | ||
description: Should users see the Windows launch on login checkbox. | ||
|
||
abouthomecache: | ||
description: "The startup about:home cache." | ||
owner: [email protected] | ||
|