зеркало из https://github.com/mozilla/gecko-dev.git
Bug 716538 - [New Tab Page] Set to enabled by default on Nightly; r=jaws
This commit is contained in:
Родитель
28cac4b7d9
Коммит
47f8776950
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче