[Pkg-mozext-commits] [tabmixplus] 23/32: Session manager is broken in Nightly build after 2016-01-21. Follow up bug 1233803 - Get rid of of sessionHistory CPOW sent up via WebNavigation:SetHistory message
David Prévot
taffit at moszumanska.debian.org
Sun Feb 7 19:23:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 0babcda9a997ab609adfb45d9996ad27bd68eeb4
Author: onemen <tabmix.onemen at gmail.com>
Date: Fri Jan 22 17:18:53 2016 +0200
Session manager is broken in Nightly build after 2016-01-21.
Follow up bug 1233803 - Get rid of of sessionHistory CPOW sent up via WebNavigation:SetHistory message
---
chrome/content/session/session.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/chrome/content/session/session.js b/chrome/content/session/session.js
index 7c93d56..6843ef6 100644
--- a/chrome/content/session/session.js
+++ b/chrome/content/session/session.js
@@ -2857,9 +2857,6 @@ var TabmixSessionManager = { // jshint ignore:line
this.setLiteral(this._rdfRoot + "/closedSession/thisSession", "status", "crash");
}
- var sessionHistory = browser.webNavigation.sessionHistory;
- if (!sessionHistory)
- return false;
var tabState;
try {
tabState = JSON.parse(TabmixSvc.ss.getTabState(aTab));
--
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