Bug 231172 - Remove editor.encode_entity in all.js; r=ehsan

DONTBUILD since this is a comment only change.
This commit is contained in:
Cykesiopka 2013-04-27 15:10:03 -04:00
parent 5a127a68a6
commit a9aa0fc019

View File

@ -1799,22 +1799,6 @@ pref("viewmanager.do_doublebuffering", true);
// enable single finger gesture input (win7+ tablets)
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.positioning.offset", 0);