This commit is contained in:
Dão Gottwald 2008-07-10 10:28:52 +02:00
Родитель 3eccc13fe0
Коммит b4ddd8f22e
2 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -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"