Bug 549094 - Change the value of editor.singleLine.pasteNewlines to match the Firefox value across all Gecko based applications; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2010-04-01 16:13:07 -04:00
parent 3ffa140c87
commit fcca584eab
2 changed files with 1 additions and 5 deletions

View File

@ -844,9 +844,6 @@ pref("browser.zoom.siteSpecific", true);
// Whether or not to update background tabs to the current zoom level.
pref("browser.zoom.updateBackgroundTabs", true);
// replace newlines with spaces when pasting into <input type="text"> fields
pref("editor.singleLine.pasteNewlines", 2);
// The breakpad report server to link to in about:crashes
pref("breakpad.reportURL", "http://crash-stats.mozilla.com/report/index/");

View File

@ -329,7 +329,7 @@ pref("extensions.spellcheck.inline.max-misspellings", 500);
// belong in comm-central/editor/ui/composer.js
pref("editor.use_custom_colors", false);
pref("editor.singleLine.pasteNewlines", 1);
pref("editor.singleLine.pasteNewlines", 2);
pref("editor.quotesPreformatted", false);
pref("editor.use_css", true);
pref("editor.css.default_length_unit", "px");
@ -2414,7 +2414,6 @@ pref("network.hosts.smtp_server", "localhost");
pref("network.hosts.pop_server", "pop");
pref("network.protocol-handler.warn-external.file", false);
pref("browser.drag_out_of_frame_style", 1);
pref("editor.singleLine.pasteNewlines", 0);
// Middle-mouse handling
pref("middlemouse.paste", true);