[Pkg-mozext-commits] [greasemonkey] 15/43: Debug output for content JSM observer add time.

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:56:10 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 5492694dae81d5cdca297a1ff15d57d6ecb34ddd
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Tue Nov 4 14:26:38 2014 -0500

    Debug output for content JSM observer add time.
---
 modules/contentObserver.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/contentObserver.js b/modules/contentObserver.js
index cf50731..66cad99 100644
--- a/modules/contentObserver.js
+++ b/modules/contentObserver.js
@@ -235,6 +235,7 @@ ContentObserver.prototype.contentFrameMessageManager = function(aContentWin) {
 // Since observers are process-global, create this observer singleton in the
 // process-global JSM scope.
 var contentObserver = new ContentObserver();
+dump('ADD OBSERVER\n');
 Services.obs.addObserver(contentObserver, 'document-element-inserted', false);
 
 // This single global function reference can easily be both attached as

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



More information about the Pkg-mozext-commits mailing list