[Pkg-mozext-commits] [requestpolicy] branch master updated (53b3be3 -> 90715d5)

David Prévot taffit at moszumanska.debian.org
Mon Jun 27 12:50:28 UTC 2016


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

taffit pushed a change to branch master
in repository requestpolicy.

      from  53b3be3   Update changelog for 1.0.0~beta11.1+dfsg-1 release
       new  f939d08   Merge branch 'release-1.0.beta11' into dev-1.0
       new  a9d6ecd   [doc][fix] link to "preprocess"
       new  ca3bc3d   Merge branch 'hotfix-1.0.beta11.1' into dev-1.0
       new  dba1d7e   Locale - minor update FR
       new  8a2ea4a   [merge] update french translation
       new  cf5ba8f   [release] version number: add ".pre" to suffix
       new  fea9397   [release] update changelog
       new  15bde21   [ref] endpointSpecToDisplayString
       new  d53c123   [tst][fix] ui harness and requirements.txt
       new  5100801   [fix] compatibility with latest nightly
       new  a4cf831   [ref] Makefile: run_args, run_xpis
       new  01416ec   [tst] Makefile: jshint_args, jscs_args
       new  88e12c5   [add] issue template
       new  4f73148   Update Spanish translations
       new  c5bb574   Created Spanish translations (Spain)
       new  e239653   [merge] spanish translations: es-MX, es-ES
       new  78a7e57   [release] update maxVersion
       new  893a6ff   [release] update changelog
       new  d7e8bcf   [tst][fix] add missing runxpcshelltests.py arguments
       new  f439fb1   [ref] Makefile: allow .venv to be a symlink
       new  5124b50   [imp] keyboard shortcut: open request log
       new  fdd5916   [fix] Console.jsm: import via RPService2
       new  0e9f13f   [fix] Ruleset: semantics of "endpoint specs"
       new  977012d   [fix] Ruleset: {h: "*"} should match any host
       new  608f5fc   [release] update changelog
       new  430b506   [tst] xpcshell: allow js debugging
       new  c6fe335   [tst][ref] favicon: create favicon.ico.php
       new  d1f6976   [fix] internal resources leak
       new  869af63   [release] update changelog
       new  cad8258   [release] update maxVersion
       new  e72efe0   [release] set version to 1.0.beta12.0
       new  13fd515   Merge branch 'release-1.0.beta12.0' into dev-1.0-releases
       new  0601023   [release] set version to 1.0.beta12.1
       new  0955ee4   [fix] origin "data:application/vnd.mozilla.xul+xml"
       new  d703dc5   Merge branch 'hotfix-1.0.beta12.1' into dev-1.0-releases
       new  2b98826   Imported Upstream version 1.0.0~beta12.1+dfsg
       new  0d209da   Merge tag 'upstream/1.0.0_beta12.1+dfsg'
       new  56f9625   Update upstream changelog
       new  2cd3ac5   Update Standards-Version to 3.9.8
       new  5e2a45f   [release] set version to 1.0.beta12.2
       new  7e4d768   [fix] allow "about:blank" as destination
       new  413070d   [fix] Add-on compatibility: rikaichan
       new  f138527   [fix] Add-on compatibility: Grab and Drag
       new  4d182af   [ref] generalize "chrome://*/skin" Add-on compatibility
       new  06f4c18   Merge branch 'hotfix-1.0.beta12.2' into dev-1.0-releases
       new  0e09fa5   Imported Upstream version 1.0.0~beta12.2+dfsg
       new  f96fec8   Merge tag 'upstream/1.0.0_beta12.2+dfsg'
       new  3695452   Update upstream changelog
       new  7408ea7   Update copyright (years)
       new  90715d5   Update changelog for 1.0.0~beta12.2+dfsg-1 release

The 50 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 META-INF/manifest.mf                       | 116 ++++++++++++---------
 META-INF/mozilla.rsa                       | Bin 4191 -> 4191 bytes
 META-INF/mozilla.sf                        |   4 +-
 content/controllers/keyboard-shortcuts.jsm |   6 ++
 content/lib/classes/keyboard-shortcut.jsm  |   7 +-
 content/lib/default-preferences.js         |   2 +
 content/lib/environment.jsm                |   2 +-
 content/lib/environment.process.js         |   3 +-
 content/lib/request-processor.compat.js    |   2 +
 content/lib/request.jsm                    |  68 +++++++++---
 content/lib/ruleset.jsm                    | 124 ++++++++++------------
 content/lib/script-loader.jsm              |   7 +-
 content/lib/utils.jsm                      |   2 +-
 content/lib/utils/domains.jsm              |  26 +++++
 content/lib/utils/info.jsm                 |   5 +-
 content/lib/utils/rules.jsm                |  78 ++++++++++++++
 content/main/about-uri.jsm                 |  19 +++-
 content/main/pref-manager.jsm              |   2 +-
 content/main/rp-service-2.jsm              |  67 ++++++++++++
 content/models/prefs.jsm                   |   2 +
 content/settings/common.js                 |  41 --------
 content/settings/oldrules.js               |   6 +-
 content/settings/yourpolicy.js             |   7 +-
 content/ui/frame.js                        |   2 +-
 content/ui/menu.js                         |  26 +----
 debian/changelog                           |  16 +++
 debian/control                             |   2 +-
 debian/copyright                           |   2 +-
 debian/upstream/changelog                  |  27 +++++
 install.rdf                                |   6 +-
 locale/{es-MX => es-ES}/requestpolicy.dtd  |   4 +-
 locale/es-ES/requestpolicy.properties      | 126 ++++++++++++++++++++++
 locale/es-MX/requestpolicy.dtd             |   4 +-
 locale/es-MX/requestpolicy.properties      | 162 ++++++++++++++---------------
 locale/fr/requestpolicy.properties         |   2 +-
 35 files changed, 664 insertions(+), 311 deletions(-)
 create mode 100644 content/lib/utils/rules.jsm
 create mode 100644 content/main/rp-service-2.jsm
 copy locale/{es-MX => es-ES}/requestpolicy.dtd (83%)
 create mode 100644 locale/es-ES/requestpolicy.properties

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