[Pkg-privacy-commits] [xul-ext-monkeysphere] 244/296: slight prettification of listener logs

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:44 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 b23793ea79a5b49a9a3c12d8e62d1fde1322b711
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Thu May 6 10:22:05 2010 -0400

    slight prettification of listener logs
---
 chrome/content/monkeysphere.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index a5d98d0..5e4befc 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -258,7 +258,7 @@ var monkeysphere = (function() {
     // https://developer.mozilla.org/en/nsIWebProgressListener
     progressListener: {
       onLocationChange: function(aWebProgress, aRequest, aLocation) {
-        ms.log("++++ PL location change");
+        ms.log("++++ PL location change ++++");
         updateDisplay();
       },
       onProgressChange: function(aWebProgress, aRequest, aCurSelfProgress, aMaxSelfProgress, aCurTotalProgress, aMaxTotalProgress) {},
@@ -272,12 +272,12 @@ var monkeysphere = (function() {
       onLocationChange: function(aBrowser, aWebProgress, aRequest, aLocation) {},
       onProgressChange: function(aBrowser, awebProgress, aRequest, curSelfProgress, maxSelfProgress, curTotalProgress, maxTotalProgress) {},
       onSecurityChange: function(aBrowser, aWebProgress, aRequest, aState) {
-        ms.log("++++ tabPL security change: " + aState);
+        ms.log("++++ tabPL security change: " + aState + " ++++");
         checkSite(aBrowser, aState);
         updateDisplay();
       },
       onStateChange: function(aBrowser, aWebProgress, aRequest, aStateFlags, aStatus) {
-        ms.log("++++ tabPL state change: " + aStateFlags);
+        ms.log("++++ tabPL state change: " + aStateFlags + " ++++");
         updateDisplay();
       },
       onStatusChange: function(aBrowser, aWebProgress, aRequest, aStatus, aMessage) {}

-- 
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