[Pkg-privacy-commits] [xul-ext-monkeysphere] 133/296: add updateDisplay to tab state change progress listener, to better handle new blank tabs
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit a9b2e1ee39afebe68c23f56bbdee5cbb0852d7d7
Author: Jameson Rollins <jrollins at finestructure.net>
Date: Sun Mar 7 14:58:31 2010 -0500
add updateDisplay to tab state change progress listener, to better handle new blank tabs
---
chrome/content/monkeysphere.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 66bf1af..6b1f202 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -135,6 +135,7 @@ var monkeysphere = {
},
onStateChange: function(aBrowser, aWebProgress, aRequest, aStateFlags, aStatus) {
monkeysphere.log("++++ tabPL state change: " + aRequest);
+ monkeysphere.updateDisplay();
},
onStatusChange: function(aBrowser, aWebProgress, aRequest, aStatus, aMessage) {
monkeysphere.log("++++ tabPL status change: " + aRequest);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list