author | Ryan VanderMeulen <ryanvm@gmail.com> |
Thu, 29 Jun 2017 16:22:34 -0400 | |
changeset 366691 | d9a144b7b6d994fc9a497c53b13f51a2a654d85e |
parent 366690 | f3483af8ecf997453064201c49c48a682c7f3c29 |
child 366834 | a578ce873d805743283df9a3627372939d8c8b2c |
push id | 32107 |
push user | ryanvm@gmail.com |
push date | Thu, 29 Jun 2017 20:22:42 +0000 |
treeherder | mozilla-central@d9a144b7b6d9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1375743 |
milestone | 56.0a1 |
backs out | 8d1f078804e6b25d51d944071ac23fb818ad6a06 |
first release with | nightly linux32
d9a144b7b6d9
/
56.0a1
/
20170630100234
/
files
nightly linux64
d9a144b7b6d9
/
56.0a1
/
20170630100234
/
files
nightly mac
d9a144b7b6d9
/
56.0a1
/
20170630100259
/
files
nightly win32
d9a144b7b6d9
/
56.0a1
/
20170630030203
/
files
nightly win64
d9a144b7b6d9
/
56.0a1
/
20170630030203
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
56.0a1
/
20170630100234
/
pushlog to previous
nightly linux64
56.0a1
/
20170630100234
/
pushlog to previous
nightly mac
56.0a1
/
20170630100259
/
pushlog to previous
nightly win32
56.0a1
/
20170630030203
/
pushlog to previous
nightly win64
56.0a1
/
20170630030203
/
pushlog to previous
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -5720,23 +5720,19 @@ pref("dom.timeout.max_consecutive_callba // Use this preference to house "Payment Request API" during development pref("dom.payments.request.enabled", false); #ifdef FUZZING pref("fuzzing.enabled", false); #endif #if defined(XP_WIN) -#if defined(NIGHTLY_BUILD) -pref("layers.mlgpu.dev-enabled", true); -#else pref("layers.mlgpu.dev-enabled", false); -#endif - -// Both this and the master "enabled" pref must be on to use Advanced Layers + +// Both this and the master "enabled" pref must be on to use Advanced LAyers // on Windows 7. pref("layers.mlgpu.enable-on-windows7", false); #endif // Set advanced layers preferences here to have them show up in about:config or // to be overridable in reftest.list files. They should pretty much all be set // to a value of 2, and the conditional-pref code in gfxPrefs.h will convert // it to a boolean as appropriate. In particular, do NOT add ifdefs here to