bug 700023 followup - flip the graphite pref back to false on android, due to memory usage regression (see bug 846832). r=kats

This commit is contained in:
Jonathan Kew 2013-03-04 18:23:17 +00:00
parent e790eb3503
commit ebf3d53ff2

View File

@ -353,6 +353,11 @@ 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
// disable Graphite font shaping by default on Android until memory footprint
// of using the Charis SIL fonts that we ship with the product is addressed
// (see bug 700023, bug 846832, bug 847344)
pref("gfx.font_rendering.graphite.enabled", false);
// don't allow JS to move and resize existing windows
pref("dom.disable_window_move_resize", true);