[Pkg-mozext-commits] [requestpolicy] 11/80: update IDs of XPCOM components

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:24 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 fcbc9e40e685e1145d57bae222aff4d998ef0dbc
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue May 12 01:19:32 2015 +0200

    update IDs of XPCOM components
---
 src/content/main/about-uri.jsm      | 2 +-
 src/content/main/content-policy.jsm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/content/main/about-uri.jsm b/src/content/main/about-uri.jsm
index 25d74a9..753a3d6 100644
--- a/src/content/main/about-uri.jsm
+++ b/src/content/main/about-uri.jsm
@@ -68,7 +68,7 @@ let AboutRequestPolicy = (function() {
   let self = {
     classDescription: "about:requestpolicy",
     contractID: "@mozilla.org/network/protocol/about;1?what=requestpolicy",
-    classID: Components.ID("{ad30f46c-42a6-45cd-ad0b-08b37f87435a}"),
+    classID: Components.ID("{77d4be21-6a28-4b91-9886-15ccd83795e8}"),
     QueryInterface: XPCOMUtils.generateQI([Ci.nsIAboutModule]),
 
     getURIFlags: function(aURI) {
diff --git a/src/content/main/content-policy.jsm b/src/content/main/content-policy.jsm
index 8a438d0..382193e 100644
--- a/src/content/main/content-policy.jsm
+++ b/src/content/main/content-policy.jsm
@@ -50,8 +50,8 @@ let PolicyImplementation = (function() {
 
   let self = {
     classDescription: "RequestPolicy JavaScript XPCOM Component",
-    classID:          Components.ID("{14027e96-1afb-4066-8846-e6c89b5faf3b}"),
-    contractID:       "@requestpolicy.com/requestpolicy-service;1"
+    classID:          Components.ID("{d734b30a-996c-4805-be24-25a0738249fe}"),
+    contractID:       "@requestpolicy.org/rpcontinued-service;1"
   };
 
   /**

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