From 02283833a1f495c7c97f67a1c535cb8b6821fc21 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 3 May 2017 00:54:22 +1200 Subject: [PATCH] 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/ --- user.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/user.js b/user.js index e1b2b86..223a6b7 100644 --- a/user.js +++ b/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);