Bug 23485 browser window should strip newlines from url pastes

p=ted.mielczarek@gmail.com r=mconnor for Firefox and r/sr=neil.parkwaycc.co.uk for SeaMonkey
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-12-20 22:58:53 +00:00
parent 76818bd7f8
commit d7edb151b8
2 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,7 @@
tabscrolling="true" tabscrolling="true"
showcommentcolumn="true" showcommentcolumn="true"
enablehistory="true" enablehistory="true"
newlines="stripsurroundingwhitespace"
oninput="gBrowser.userTypedValue = this.value" oninput="gBrowser.userTypedValue = this.value"
ontextentered="return handleURLBarCommand(param);" ontextentered="return handleURLBarCommand(param);"
ontextreverted="return handleURLBarRevert();" ontextreverted="return handleURLBarRevert();"

View File

@ -186,6 +186,7 @@
defaultSearchEngine="true" tabScrolling="true" defaultSearchEngine="true" tabScrolling="true"
showCommentColumn="true" showCommentColumn="true"
inputtooltiptext="&locationBar.tooltip;" inputtooltiptext="&locationBar.tooltip;"
newlines="stripsurroundingwhitespace"
oninput="gBrowser.userTypedValue = this.value;" oninput="gBrowser.userTypedValue = this.value;"
ontextcommand="return handleURLBarCommand(eventParam, domEvent);" ontextcommand="return handleURLBarCommand(eventParam, domEvent);"
ontextrevert="return handleURLBarRevert();" ontextrevert="return handleURLBarRevert();"