mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
remove 2032 browser.migrate.automigrate.enabled
This is a pref to hide a UI doorhanger which allows an end user to KEEP or UNDO auto-migrated "stuff" from another browser (eg from IE etc). This is part of funnelweb, which is an upcoming makeover of the "onboarding experience" (to retain users in a new FF) - this includes auto-importing their bookmarks etc from another browser in the background and THEN asking if they want to keep them or undo. We cannot block the UI to this for obvious reasons. Funnelweb also includes this like a new Tour UI, activity streams etc https://bugzilla.mozilla.org/show_bug.cgi?id=1297479 https://bugzilla.mozilla.org/show_bug.cgi?id=1322718#c1 Tour thingy: https://www.ghacks.net/2017/03/31/firefox-photon-new-design-mockups-show-interface-and-more/ Activity Streams: https://www.ghacks.net/2017/04/09/firefox-57-photon-mockups-activity-stream-library-compact-mode-more/
This commit is contained in:
parent
acb22ac368
commit
02283833a1
4
user.js
4
user.js
@ -1527,10 +1527,6 @@ user_pref("browser.tabs.loadInBackground", true);
|
||||
user_pref("browser.tabs.loadDivertedInBackground", false);
|
||||
/* 3022: hide recently bookmarked items (you still have the original bookmarks) (FF49+) ***/
|
||||
user_pref("browser.bookmarks.showRecentlyBookmarked", false);
|
||||
/* 3023: disable automigrate (FF49+)
|
||||
* default is false in FF49+
|
||||
* need more info, but lock down for now ***/
|
||||
user_pref("browser.migrate.automigrate.enabled", false);
|
||||
/* 3024: enable "Find As You Type"
|
||||
* [1] http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
|
||||
// user_pref("accessibility.typeaheadfind", true);
|
||||
|
Loading…
Reference in New Issue
Block a user