Bug 1204841. Reenable offsetX/Y on mobile now that site issues have been fixed. r=smaug

This commit is contained in:
Robert O'Callahan 2015-09-15 22:55:55 +12:00
parent 93b2be7ba2
commit bc98239148
3 changed files with 0 additions and 12 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);