author | Mark Banner <standard8@mozilla.com> |
Mon, 30 Oct 2017 13:46:07 +0000 | |
changeset 389395 | f83a92065f019504941d0d086584248737a51f3c |
parent 389394 | c99501471321aa32047b23a26734212e1ceae4cc |
child 389396 | 0eeb0113f966beaaca20d5c26de849fe0847f406 |
push id | 96855 |
push user | archaeopteryx@coole-files.de |
push date | Tue, 31 Oct 2017 23:40:37 +0000 |
treeherder | mozilla-inbound@285362745f60 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mak |
bugs | 1404267 |
milestone | 58.0a1 |
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 @@ -909,22 +909,17 @@ pref("browser.sessionstore.cleanup.forge pref("browser.sessionstore.dom_storage_limit", 2048); // Amount of failed SessionFile writes until we restart the worker. pref("browser.sessionstore.max_write_failures", 5); // allow META refresh by default pref("accessibility.blockautorefresh", false); // Whether useAsyncTransactions is enabled or not. -// Currently we only enable them for nightly. -#ifdef NIGHTLY_BUILD pref("browser.places.useAsyncTransactions", true); -#else -pref("browser.places.useAsyncTransactions", false); -#endif // Whether history is enabled or not. pref("places.history.enabled", true); // the (maximum) number of the recent visits to sample // when calculating frecency pref("places.frecency.numVisits", 10);