Bug 792143 - Zombify the LRU tab when a new tab is opened, subject to the zombieTime pref. r=mfinkle

This commit is contained in:
Kartikaya Gupta 2012-10-19 11:47:26 -04:00
parent 5c48639a19
commit b4b38446e4

View File

@ -676,6 +676,8 @@ var BrowserApp = {
evt.initUIEvent("TabOpen", true, false, window, null);
newTab.browser.dispatchEvent(evt);
Tabs.zombifyLru();
return newTab;
},