Bug 432163: don't set pageproxystate="invalid" in delayedStartup (if start page is a file:// url, firefox shows go button instead of star), r=gavin

This commit is contained in:
Dão Gottwald 2008-06-15 21:40:39 -04:00
parent dec289477a
commit 0ff6396518
2 changed files with 1 additions and 2 deletions

View File

@ -939,8 +939,6 @@ function delayedStartup()
else
focusElement(content);
SetPageProxyState("invalid");
var navToolbox = getNavToolbox();
navToolbox.customizeDone = BrowserToolboxCustomizeDone;
navToolbox.customizeChange = BrowserToolboxCustomizeChange;

View File

@ -345,6 +345,7 @@
onclick="PageProxyClickHandler(event);">
<image id="urlbar-throbber" busy="false"/>
<image id="page-proxy-favicon" validate="never"
pageproxystate="invalid"
ondraggesture="PageProxyDragGesture(event);"
onerror="this.removeAttribute('src');"/>
</stack>