author | Carsten "Tomcat" Book <cbook@mozilla.com> |
Wed, 16 Jul 2014 09:01:22 +0200 | |
changeset 194336 | 4acab4ceb782eddced0eba402084052c7ac90f51 |
parent 194335 | 9fe6a41414508f3d8855e785ccfa6bacf48ba7f3 |
child 194337 | 451ee12473f76f23951d0a3446423c1850167ea6 |
push id | 27143 |
push user | cbook@mozilla.com |
push date | Wed, 16 Jul 2014 13:54:56 +0000 |
treeherder | mozilla-central@f6e46d1fc903 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1026561 |
milestone | 33.0a1 |
backs out | 9fe6a41414508f3d8855e785ccfa6bacf48ba7f3 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1463,17 +1463,17 @@ pref("browser.newtab.preload", true); // Toggles the content of 'about:newtab'. Shows the grid when enabled. pref("browser.newtabpage.enabled", true); // number of rows of newtab grid pref("browser.newtabpage.rows", 3); // number of columns of newtab grid -pref("browser.newtabpage.columns", 8); +pref("browser.newtabpage.columns", 3); // directory tiles download URL pref("browser.newtabpage.directory.source", "chrome://global/content/directoryLinks.json"); // endpoint to send newtab click reports pref("browser.newtabpage.directory.reportClickEndPoint", "https://tiles.up.mozillalabs.com/ping/click"); // Enable the DOM fullscreen API.