☠☠ backed out by 820790024cda ☠ ☠ | |
author | Michael Henretty <mhenretty@mozilla.com> |
Mon, 09 Sep 2013 03:38:15 -0700 | |
changeset 146143 | 89258d090059f8bd5cbba81b1c72a8232b3e16c0 |
parent 146142 | a21b7c9973e09a46d010d13fe2df61fd44744467 |
child 146144 | f05f3234d638371b38dd25c8003bcdd7533e42ae |
push id | 25243 |
push user | ryanvm@gmail.com |
push date | Mon, 09 Sep 2013 19:52:36 +0000 |
treeherder | mozilla-central@9edc229b7d09 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gwagner |
bugs | 914085 |
milestone | 26.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
|
b2g/app/b2g.js | file | annotate | diff | comparison | revisions |
--- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -739,17 +739,17 @@ pref("captivedetect.canonicalContent", " // The url of the manifest we use for ADU pings. pref("ping.manifestURL", "https://marketplace.firefox.com/packaged.webapp"); // Enable the disk space watcher pref("disk_space_watcher.enabled", true); // Enable promise -pref("dom.promise.enabled", false); +pref("dom.promise.enabled", true); // Allow ADB to run for this many hours before disabling // (only applies when marionette is disabled) // 0 disables the timer. pref("b2g.adb.timeout-hours", 12); // enable Skia/GL (OpenGL-accelerated 2D drawing) for large enough 2d canvases, // falling back to Skia/software for smaller canvases