Bug 1353013 - Enable about:newtab preloading on idle by default. r?florian draft
authorMike Conley <mconley@mozilla.com>
Wed, 20 Sep 2017 17:56:16 -0400
changeset 668404 ccee362f5c48f17553e71cc323c8a75ca7e73396
parent 668403 f1a908dead8619a665d135baf4d91750ff25035b
child 732686 dac41b3a34cb640c952f36ad7a427e3825081fa5
push id81028
push usermconley@mozilla.com
push dateThu, 21 Sep 2017 15:51:23 +0000
reviewersflorian
bugs1353013
milestone57.0a1
Bug 1353013 - Enable about:newtab preloading on idle by default. r?florian MozReview-Commit-ID: Ghce8Qt0ZJd
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1232,17 +1232,17 @@ sticky_pref("lightweightThemes.selectedT
 pref("browser.menu.showCharacterEncoding", "chrome://browser/locale/browser.properties");
 
 // Allow using tab-modal prompts when possible.
 pref("prompts.tab_modal.enabled", true);
 
 // Activates preloading of the new tab url.
 pref("browser.newtab.preload", true);
 // If preloading is enabled, preloads during an appropriate idle period.
-pref("browser.newtab.preload.on-idle", false);
+pref("browser.newtab.preload.on-idle", true);
 
 // Remembers if the about:newtab intro has been shown
 // NOTE: This preference is unused but was not removed in case
 //       this information will be valuable in the future.
 pref("browser.newtabpage.introShown", false);
 
 // Toggles the content of 'about:newtab'. Shows the grid when enabled.
 pref("browser.newtabpage.enabled", true);