mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
e790eb3503
commit
ebf3d53ff2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user