зеркало из https://github.com/mozilla/pjs.git
Hitting esc in urlbar of new blank browser window reveals proxy icon (81428), patch by Neil. sr=blake
This commit is contained in:
Родитель
4325008000
Коммит
c1ae2e9f5d
|
@ -1462,10 +1462,10 @@ function handleURLBarRevert()
|
||||||
if (url != "about:blank") {
|
if (url != "about:blank") {
|
||||||
gURLBar.value = url;
|
gURLBar.value = url;
|
||||||
gURLBar.select();
|
gURLBar.select();
|
||||||
|
SetPageProxyState("valid");
|
||||||
} else { //if about:blank, urlbar becomes ""
|
} else { //if about:blank, urlbar becomes ""
|
||||||
gURLBar.value = "";
|
gURLBar.value = "";
|
||||||
}
|
}
|
||||||
SetPageProxyState("valid");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// tell widget to revert to last typed text only if the user
|
// tell widget to revert to last typed text only if the user
|
||||||
|
|
Загрузка…
Ссылка в новой задаче