Bug 638369 - Update title when creating a new tab [r=wesj a=mfinkle]

This commit is contained in:
Matt Brubeck 2011-03-08 12:44:15 -08:00
parent b907d859bb
commit 6956668100

View File

@ -662,6 +662,9 @@ var Browser = {
newTab.chromeTab.dispatchEvent(event);
newTab.browser.messageManager.sendAsyncMessage("Browser:TabOpen");
// Display the URL in the titlebar while the page starts loading.
BrowserUI._titleChanged(newTab.browser);
return newTab;
},