mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 231172 - Remove editor.encode_entity in all.js; r=ehsan
DONTBUILD since this is a comment only change.
This commit is contained in:
parent
5a127a68a6
commit
a9aa0fc019
@ -1799,22 +1799,6 @@ pref("viewmanager.do_doublebuffering", true);
|
|||||||
// enable single finger gesture input (win7+ tablets)
|
// enable single finger gesture input (win7+ tablets)
|
||||||
pref("gestures.enable_single_finger_input", true);
|
pref("gestures.enable_single_finger_input", true);
|
||||||
|
|
||||||
/*
|
|
||||||
* What are the entities that you want Mozilla to save using mnemonic
|
|
||||||
* names rather than numeric codes? E.g. If set, we'll output
|
|
||||||
* otherwise, we may output 0xa0 depending on the charset.
|
|
||||||
*
|
|
||||||
* "none" : don't use any entity names; only use numeric codes.
|
|
||||||
* "basic" : use entity names just for & < > " for
|
|
||||||
* interoperability/exchange with products that don't support more
|
|
||||||
* than that.
|
|
||||||
* "latin1" : use entity names for 8bit accented letters and other special
|
|
||||||
* symbols between 128 and 255.
|
|
||||||
* "html" : use entity names for 8bit accented letters, greek letters, and
|
|
||||||
* other special markup symbols as defined in HTML4.
|
|
||||||
*/
|
|
||||||
//pref("editor.encode_entity", "html");
|
|
||||||
|
|
||||||
pref("editor.resizing.preserve_ratio", true);
|
pref("editor.resizing.preserve_ratio", true);
|
||||||
pref("editor.positioning.offset", 0);
|
pref("editor.positioning.offset", 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user