[Pkg-mozext-commits] [adblock-plus] 02/41: Issue 1813 - Implement ext.showOptions() in Firefox

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 18:21:36 UTC 2015


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

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

commit 4368134b3fa98e3da8f37e1e06d1a3810c71739b
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Jan 15 13:58:49 2015 +0100

    Issue 1813 - Implement ext.showOptions() in Firefox
    
    --HG--
    extra : amend_source : d05e50306f955fb547e438cc9a159bebbf6168c6
---
 dependencies      | 2 +-
 ext/background.js | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dependencies b/dependencies
index c9938f6..18679ab 100644
--- a/dependencies
+++ b/dependencies
@@ -1,4 +1,4 @@
 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
 _self = buildtools/ensure_dependencies.py
 buildtools = buildtools hg:be85e6094718 git:021b78c
-adblockplusui = adblockplusui hg:3bfa3974bccd git:5ad367b
+adblockplusui = adblockplusui hg:eb8a33f444e8 git:af1d3fc
diff --git a/ext/background.js b/ext/background.js
index 10949dd..2a50142 100644
--- a/ext/background.js
+++ b/ext/background.js
@@ -95,3 +95,8 @@ PageMap.prototype = {
   }
 };
 exports.PageMap = PageMap;
+
+exports.showOptions = function()
+{
+  require("ui").UI.openFiltersDialog();
+};

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