mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
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:
parent
3ffa140c87
commit
fcca584eab
@ -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/");
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user