[Pkg-mozext-commits] [requestpolicy] 103/280: temporarily remove observer-manager.jsm

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:06 UTC 2015


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 3f813e1d7b86dbe620917f401961a692d66c9ec5
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Jan 4 14:45:44 2015 +0100

    temporarily remove observer-manager.jsm
---
 src/content/lib/observer-manager.jsm | 39 ------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/src/content/lib/observer-manager.jsm b/src/content/lib/observer-manager.jsm
deleted file mode 100644
index 1f2d265..0000000
--- a/src/content/lib/observer-manager.jsm
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * ***** BEGIN LICENSE BLOCK *****
- *
- * RequestPolicy - A Firefox extension for control over cross-site requests.
- * Copyright (c) 2008-2012 Justin Samuel
- * Copyright (c) 2014-2015 Martin Kimmerle
- *
- * This program is free software: you can redistribute it and/or modify it under
- * the terms of the GNU General Public License as published by the Free Software
- * Foundation, either version 3 of the License, or (at your option) any later
- * version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program. If not, see <http://www.gnu.org/licenses/>.
- *
- * ***** END LICENSE BLOCK *****
- */
-
-const Ci = Components.interfaces;
-const Cc = Components.classes;
-const Cu = Components.utils;
-
-let EXPORTED_SYMBOLS = ["ObserverManager"];
-
-Cu.import("resource://gre/modules/Services.jsm");
-
-// create the ObserverManager's scope
-let obmanScope = {};
-
-// load ObserverManager
-Services.scriptloader.loadSubScript(
-    "chrome://requestpolicy/content/lib/observer-manager.js", obmanScope);
-
-let ObserverManager = obmanScope.ObserverManager;

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



More information about the Pkg-mozext-commits mailing list