Bug 650573 - Panorama hangs when restoring a session; f=raymond, r=sdwilsh

This commit is contained in:
Tim Taubert
2011-05-19 23:44:51 +02:00
parent f60ae1b5b9
commit 6ae478a58f
6 changed files with 119 additions and 6 deletions

View File

@@ -742,9 +742,9 @@ let UI = {
} else {
// If we're currently in the process of entering private browsing,
// we don't want to go to the Tab View UI.
if (self._privateBrowsing.transitionMode)
return;
if (self._storageBusyCount)
return;
// if not closing the last tab
if (gBrowser.tabs.length > 1) {
// Don't return to TabView if there are any app tabs