mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1146557 P2 Flip dom.caches.enabled to true on non-release builds. r=ehsan
This commit is contained in:
parent
dd3b5996a9
commit
17e68fbdb1
@ -4474,7 +4474,11 @@ pref("camera.control.face_detection.enabled", true);
|
|||||||
|
|
||||||
|
|
||||||
// SW Cache API
|
// SW Cache API
|
||||||
|
#ifdef RELEASE_BUILD
|
||||||
pref("dom.caches.enabled", false);
|
pref("dom.caches.enabled", false);
|
||||||
|
#else
|
||||||
|
pref("dom.caches.enabled", true);
|
||||||
|
#endif // RELEASE_BUILD
|
||||||
|
|
||||||
#ifdef MOZ_WIDGET_GONK
|
#ifdef MOZ_WIDGET_GONK
|
||||||
// Empirically, this is the value returned by hal::GetTotalSystemMemory()
|
// Empirically, this is the value returned by hal::GetTotalSystemMemory()
|
||||||
|
Loading…
Reference in New Issue
Block a user