author | Ms2ger <ms2ger@gmail.com> |
Mon, 09 Sep 2013 16:14:46 +0200 | |
changeset 146156 | 820790024cdaf504fb255d3695e50b1d5c21fe17 |
parent 146155 | abd036b70cc873815d72de0d9d5b8f5a04d4da6d |
child 146157 | ffb7f33ee1a9d114dd2521142f86cc8d7c0a954c |
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) |
milestone | 26.0a1 |
backs out | 89258d090059f8bd5cbba81b1c72a8232b3e16c0 |
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", true); +pref("dom.promise.enabled", false); // 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