mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 17:43:44 +00:00
Hitting esc in urlbar of new blank browser window reveals proxy icon (81428), patch by Neil. sr=blake
This commit is contained in:
parent
b9b3939c36
commit
16f0b200b5
@ -1462,10 +1462,10 @@ function handleURLBarRevert()
|
||||
if (url != "about:blank") {
|
||||
gURLBar.value = url;
|
||||
gURLBar.select();
|
||||
SetPageProxyState("valid");
|
||||
} else { //if about:blank, urlbar becomes ""
|
||||
gURLBar.value = "";
|
||||
}
|
||||
SetPageProxyState("valid");
|
||||
}
|
||||
|
||||
// tell widget to revert to last typed text only if the user
|
||||
|
Loading…
Reference in New Issue
Block a user