Bug 795259 - Disable screenshot layer in Firefox for Android. r=blassey

This commit is contained in:
Chris Lord 2012-10-23 19:30:47 +01:00
Родитель 805b9fc752
Коммит c12204076b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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