mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1204841. Reenable offsetX/Y on mobile now that site issues have been fixed. r=smaug
This commit is contained in:
parent
93b2be7ba2
commit
bc98239148
@ -226,10 +226,6 @@ pref("dom.max_script_run_time", 0);
|
||||
pref("dom.max_chrome_script_run_time", 0);
|
||||
pref("dom.max_child_script_run_time", 0);
|
||||
|
||||
// Temporarily disable support for offsetX/Y to work around Google Maps bug
|
||||
// (bug 1150284)
|
||||
pref("dom.mouseEvent.offsetXY.enabled", false);
|
||||
|
||||
// plugins
|
||||
pref("plugin.disable", true);
|
||||
pref("dom.ipc.plugins.enabled", true);
|
||||
|
@ -566,10 +566,6 @@ pref("layers.low-precision-opacity", "1.0");
|
||||
// work harder keep scrolling smooth and memory low.
|
||||
pref("layers.max-active", 20);
|
||||
|
||||
// Temporarily disable support for offsetX/Y to work around Google Maps bug
|
||||
// (bug 1150284)
|
||||
pref("dom.mouseEvent.offsetXY.enabled", false);
|
||||
|
||||
pref("notification.feature.enabled", true);
|
||||
pref("dom.webnotifications.enabled", true);
|
||||
|
||||
|
@ -558,10 +558,6 @@ pref("layers.low-precision-opacity", "1.0");
|
||||
// work harder keep scrolling smooth and memory low.
|
||||
pref("layers.max-active", 20);
|
||||
|
||||
// Temporarily disable support for offsetX/Y to work around Google Maps bug
|
||||
// (bug 1150284)
|
||||
pref("dom.mouseEvent.offsetXY.enabled", false);
|
||||
|
||||
pref("notification.feature.enabled", true);
|
||||
pref("dom.webnotifications.enabled", true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user