unity fastRestoreTreeStructure to onWindowStateRestored
This commit is contained in:
parent
67ff3b111f
commit
b8fd343863
@ -2277,12 +2277,9 @@ TreeStyleTabBrowser.prototype = {
|
||||
|
||||
onWindowStateRestored : function TSTBrowser_onWindowStateRestored()
|
||||
{
|
||||
if (this.window.__SS_tabsToRestore && this.window.__SS_tabsToRestore > 1)
|
||||
this.fastRestoreTreeStructure();
|
||||
},
|
||||
if (!this.window.__SS_tabsToRestore || this.window.__SS_tabsToRestore <= 1)
|
||||
return;
|
||||
|
||||
fastRestoreTreeStructure : function TSTBrowser_fastRestoreTreeStructure()
|
||||
{
|
||||
var level = this.getTreePref('fastRestoreTree.level');
|
||||
if (level <= this.kFAST_RESTORE_NONE)
|
||||
return;
|
||||
@ -2592,8 +2589,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
this.updateInvertedTabContentsOrder(tabs);
|
||||
|
||||
/**
|
||||
* gBrowser.adthis._changeTabbarPosition(position);
|
||||
dTab() resets gBrowser._lastRelatedTab.owner
|
||||
* gBrowser.addTab() resets gBrowser._lastRelatedTab.owner
|
||||
* when a new background tab is opened from the current tab,
|
||||
* but it will fail with TST because gBrowser.moveTab() (called
|
||||
* by TST) clears gBrowser._lastRelatedTab.
|
||||
|
Loading…
Reference in New Issue
Block a user