From c12204076bd659c411be25d6b9797022f7558b40 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Tue, 23 Oct 2012 19:30:47 +0100 Subject: [PATCH] Bug 795259 - Disable screenshot layer in Firefox for Android. r=blassey --- mobile/android/app/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index ae18031bdaa4..15b5a9fe0564 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -343,7 +343,7 @@ pref("gfx.displayport.strategy_vb.danger_y_incr", -1); // additional danger zone // prediction bias strategy options pref("gfx.displayport.strategy_pb.threshold", -1); // velocity threshold in inches/frame -pref("gfx.java.screenshot.enabled", true); +pref("gfx.java.screenshot.enabled", false); // don't allow JS to move and resize existing windows pref("dom.disable_window_move_resize", true);