mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 21:05:37 +00:00
Bug 638369 - Update title when creating a new tab [r=wesj a=mfinkle]
This commit is contained in:
parent
b907d859bb
commit
6956668100
@ -662,6 +662,9 @@ var Browser = {
|
|||||||
newTab.chromeTab.dispatchEvent(event);
|
newTab.chromeTab.dispatchEvent(event);
|
||||||
newTab.browser.messageManager.sendAsyncMessage("Browser:TabOpen");
|
newTab.browser.messageManager.sendAsyncMessage("Browser:TabOpen");
|
||||||
|
|
||||||
|
// Display the URL in the titlebar while the page starts loading.
|
||||||
|
BrowserUI._titleChanged(newTab.browser);
|
||||||
|
|
||||||
return newTab;
|
return newTab;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user