зеркало из https://github.com/mozilla/gecko-dev.git
revert bug 395174, r=gavin
This commit is contained in:
Родитель
3eccc13fe0
Коммит
b4ddd8f22e
|
@ -2207,16 +2207,6 @@ function PageProxyClickHandler(aEvent)
|
|||
middleMousePaste(aEvent);
|
||||
}
|
||||
|
||||
function URLBarOnInput(evt)
|
||||
{
|
||||
gBrowser.userTypedValue = gURLBar.value;
|
||||
|
||||
// If the user is interacting with the url bar, get rid of the identity popup
|
||||
var ih = getIdentityHandler();
|
||||
if(ih._identityPopup)
|
||||
ih._identityPopup.hidePopup();
|
||||
}
|
||||
|
||||
function BrowserImport()
|
||||
{
|
||||
#ifdef XP_MACOSX
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
enablehistory="true"
|
||||
maxrows="6"
|
||||
newlines="stripsurroundingwhitespace"
|
||||
oninput="URLBarOnInput(event);"
|
||||
oninput="gBrowser.userTypedValue = this.value;"
|
||||
ontextentered="return handleURLBarCommand(param);"
|
||||
ontextreverted="return handleURLBarRevert();"
|
||||
pageproxystate="invalid"
|
||||
|
|
Загрузка…
Ссылка в новой задаче