mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
06e8d50bbf
commit
6f5e349aa1
@ -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