mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +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.browser.messageManager.sendAsyncMessage("Browser:TabOpen");
|
||||
|
||||
// Display the URL in the titlebar while the page starts loading.
|
||||
BrowserUI._titleChanged(newTab.browser);
|
||||
|
||||
return newTab;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user