mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1148376 - Only force-enable layers acceleration on Gonk. r=jmuizelaar
This commit is contained in:
parent
e05ce87ecb
commit
71ee2c6aee
@ -421,11 +421,6 @@ pref("security.apps.certified.CSP.default", "default-src *; script-src 'self'; o
|
||||
// Default Content Security Policy to apply to trusted apps.
|
||||
pref("security.apps.trusted.CSP.default", "default-src *; object-src 'none'; frame-src 'none'");
|
||||
|
||||
// Temporarily force-enable GL compositing. This is default-disabled
|
||||
// deep within the bowels of the widgetry system. Remove me when GL
|
||||
// compositing isn't default disabled in widget/android.
|
||||
pref("layers.acceleration.force-enabled", true);
|
||||
|
||||
// handle links targeting new windows
|
||||
// 1=current window/tab, 2=new window, 3=new tab in most recent window
|
||||
pref("browser.link.open_newwindow", 3);
|
||||
|
@ -3967,6 +3967,9 @@ pref("layers.bench.enabled", false);
|
||||
#ifdef ANDROID
|
||||
// bug 838603 -- on Android, accidentally blacklisting OpenGL layers
|
||||
// means a startup crash for everyone.
|
||||
// Temporarily force-enable GL compositing. This is default-disabled
|
||||
// deep within the bowels of the widgetry system. Remove me when GL
|
||||
// compositing isn't default disabled in widget/android.
|
||||
pref("layers.acceleration.force-enabled", true);
|
||||
#else
|
||||
pref("layers.acceleration.force-enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user