mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
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:
parent
76818bd7f8
commit
d7edb151b8
@ -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();"
|
||||||
|
@ -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();"
|
||||||
|
Loading…
Reference in New Issue
Block a user