[Pkg-mozext-commits] [adblock-plus] 398/464: We no longer have extensions supporting Gecko 10, no need to register chrome manually

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:37 UTC 2014


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

taffit pushed a commit to branch master
in repository adblock-plus.

commit 81c472b561550ac92d82d77d03dbb48b852af522
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Jul 25 14:12:52 2013 +0200

    We no longer have extensions supporting Gecko 10, no need to register chrome manually
---
 bootstrap.js.tmpl | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/bootstrap.js.tmpl b/bootstrap.js.tmpl
index 20eee9e..704d26a 100644
--- a/bootstrap.js.tmpl
+++ b/bootstrap.js.tmpl
@@ -28,15 +28,6 @@ function startup(params, reason)
 {
   addonData = params;
 
-  {%- if hasChrome %}
-  if (Services.vc.compare(Services.appinfo.platformVersion, "10.0") < 0)
-  {
-    Components.manager.addBootstrappedManifestLocation(params.installPath);
-    onShutdown.add(function() Components.manager.removeBootstrappedManifestLocation(params.installPath));
-  }
-  {%- set hasShutdownHandlers = True %}
-  {%- endif %}
-
   {%- if hasChromeRequires %}
   Services.obs.addObserver(RequireObserver, "{{metadata.get('general', 'basename')}}-require", true);
   onShutdown.add(function() Services.obs.removeObserver(RequireObserver, "{{metadata.get('general', 'basename')}}-require"));

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



More information about the Pkg-mozext-commits mailing list