[Pkg-mozext-commits] [requestpolicy] 44/257: Merge branch 'get-beta10-signed' into dev-1.0

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:19:55 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 6128b63c558a06e0a3974dea9035b735f2100763
Merge: fe3716d d19af5a
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Aug 11 10:39:57 2015 +0200

    Merge branch 'get-beta10-signed' into dev-1.0
    
    The addon can now be automatically signed on Mozilla's AMO page.
    Resolves #600.

 Makefile                                         | 196 +++++-----
 src/LICENSE                                      |   1 +
 src/content/lib/utils.jsm                        | 148 +++++---
 src/content/lib/utils/info.jsm                   |  87 +++++
 src/content/lib/utils/xul.jsm                    | 298 +++++++++++----
 src/content/main/window-manager-toolbarbutton.js |  27 +-
 src/content/main/window-manager.jsm              |  40 +-
 src/content/settings/common.js                   |   1 +
 src/content/settings/jquery.min.js               |   2 +-
 src/content/settings/setup.js                    |   4 +-
 src/content/ui/classicmenu.js                    |  78 ++--
 src/content/ui/frame.dom-content-loaded.js       | 151 ++++----
 src/content/ui/menu.js                           | 151 +++++---
 src/content/ui/overlay.js                        | 122 +++---
 src/content/ui/xul-trees.js                      | 453 ++++++++++++++++-------
 src/install.rdf                                  |   2 +-
 tests/run-xpcshell-tests.sh                      |  37 +-
 tests/xpcshell/head_loadrp.js                    | 115 +++---
 tests/xpcshell/head_utils.js                     |   2 +-
 tests/xpcshell/test_fileutil.js                  |   2 +-
 tests/xpcshell/test_policymanager.js             |  16 +-
 tests/xpcshell/test_policystorage.js             |  21 +-
 tests/xpcshell/test_wrap_function.js             | 142 +++++++
 tests/xpcshell/xpcshell.ini                      |   6 +-
 24 files changed, 1358 insertions(+), 744 deletions(-)

diff --cc src/install.rdf
index 946c2c7,b71a2aa..7d10fb7
--- a/src/install.rdf
+++ b/src/install.rdf
@@@ -4,8 -4,8 +4,8 @@@
    xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  
    <Description about="urn:mozilla:install-manifest">
-     <em:name>RequestPolicy Continued Beta</em:name>
+     <em:name>RequestPolicy Continued</em:name>
 -    <em:version>1.0.beta10</em:version>
 +    <em:version>1.0.dev</em:version>
      <em:type>2</em:type>
      <em:id>rpcontinued at non-amo.requestpolicy.org</em:id>
  

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