зеркало из https://github.com/mozilla/pjs.git
Bug 456081: window.resizeTo messes with Fennec UI, r=gavin
This commit is contained in:
Родитель
07d46e9433
Коммит
1f8d6ee203
|
@ -233,3 +233,6 @@ pref("places.frecency.unvisitedTypedBonus", 200);
|
|||
|
||||
// disable color management
|
||||
pref("gfx.color_management.mode", 0);
|
||||
|
||||
// don't allow JS to move and resize existing windows
|
||||
pref("dom.disable_window_move_resize", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче