зеркало из https://github.com/mozilla/pjs.git
revert bug 395174, r=gavin
This commit is contained in:
Родитель
904b33b7a2
Коммит
4cfc5ed017
|
@ -2207,16 +2207,6 @@ function PageProxyClickHandler(aEvent)
|
||||||
middleMousePaste(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()
|
function BrowserImport()
|
||||||
{
|
{
|
||||||
#ifdef XP_MACOSX
|
#ifdef XP_MACOSX
|
||||||
|
|
|
@ -324,7 +324,7 @@
|
||||||
enablehistory="true"
|
enablehistory="true"
|
||||||
maxrows="6"
|
maxrows="6"
|
||||||
newlines="stripsurroundingwhitespace"
|
newlines="stripsurroundingwhitespace"
|
||||||
oninput="URLBarOnInput(event);"
|
oninput="gBrowser.userTypedValue = this.value;"
|
||||||
ontextentered="return handleURLBarCommand(param);"
|
ontextentered="return handleURLBarCommand(param);"
|
||||||
ontextreverted="return handleURLBarRevert();"
|
ontextreverted="return handleURLBarRevert();"
|
||||||
pageproxystate="invalid"
|
pageproxystate="invalid"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче