From 1b891a3551a2ff70243a9d596541718a6fc0d917 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Tue, 4 Jun 2013 22:20:44 +0200 Subject: [PATCH] Bug 791670 - part 1 - flip the browser.newtab.preload pref; r=jaws --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 57f5624773f..2ee9e4052d7 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1193,7 +1193,7 @@ pref("browser.panorama.animate_zoom", true); // Defines the url to be used for new tabs. pref("browser.newtab.url", "about:newtab"); // Activates preloading of the new tab url. -pref("browser.newtab.preload", false); +pref("browser.newtab.preload", true); // Toggles the content of 'about:newtab'. Shows the grid when enabled. pref("browser.newtabpage.enabled", true);