Bug 716538 - [New Tab Page] Set to enabled by default on Nightly; r=jaws

This commit is contained in:
Tim Taubert 2012-02-01 11:46:40 +01:00
Родитель 28cac4b7d9
Коммит 47f8776950
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1111,10 +1111,10 @@ pref("prompts.tab_modal.enabled", true);
pref("browser.panorama.animate_zoom", true);
// Defines the url to be used for new tabs.
pref("browser.newtab.url", "about:blank");
pref("browser.newtab.url", "about:newtab");
// Toggles the content of 'about:newtab'. Shows the grid when enabled.
pref("browser.newtabpage.enabled", false);
pref("browser.newtabpage.enabled", true);
// Enable the DOM full-screen API.
pref("full-screen-api.enabled", true);