mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Bug 792143 - Zombify the LRU tab when a new tab is opened, subject to the zombieTime pref. r=mfinkle
This commit is contained in:
parent
5c48639a19
commit
b4b38446e4
@ -676,6 +676,8 @@ var BrowserApp = {
|
||||
evt.initUIEvent("TabOpen", true, false, window, null);
|
||||
newTab.browser.dispatchEvent(evt);
|
||||
|
||||
Tabs.zombifyLru();
|
||||
|
||||
return newTab;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user