[Pkg-mozext-commits] [tabmixplus] 03/09: Follow up bug 1352119 - Implement new tab loading/progress indicator animation, Left over from changeset d8df9c015749

David Prévot taffit at moszumanska.debian.org
Tue Sep 12 21:30:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 014d493b658851ec68be58491600da70238fb456
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Aug 31 23:05:14 2017 +0300

    Follow up bug 1352119 - Implement new tab loading/progress indicator animation, Left over from changeset d8df9c015749
---
 chrome/content/session/session.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/chrome/content/session/session.js b/chrome/content/session/session.js
index 092ea69..eefe084 100644
--- a/chrome/content/session/session.js
+++ b/chrome/content/session/session.js
@@ -2547,6 +2547,9 @@ TabmixSessionManager = {
 
     // This was the last window restored at startup, notify observers.
     Services.obs.notifyObservers(null, "sessionstore-windows-restored", "");
+    if (Tabmix.isVersion(570)) {
+      TabmixSvc.SessionStore._deferredAllWindowsRestored.resolve();
+    }
 
     TabmixSvc.sm.observersWereNotified = true;
     TabmixSvc.sm.restoreCount = -1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list