[Pkg-mozext-commits] [adblock-plus] branch upstream updated (8400ccb -> d402563)
David Prévot
taffit at moszumanska.debian.org
Sat Apr 30 17:59:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository adblock-plus.
from 8400ccb Imported Upstream version 2.7.2+dfsg
new fda556b Added tag 2.7.2 for changeset 1f1a93065791
new 801fd53 Issue 3746 - Update Adblock Plus dependency on buildtools to revision c92cc4e4a338
new 4815245 Noissue - Added missing strings for invalid filters
new 9ce8909 Issue 3813 - Update dependency on adblockplusui to revision eaf7a04285fa
new 2b1943d Issue 3835 - Update dependency on adblockpluscore to revision 2d4888611240
new 24583a5 Issue 3837 - Update buildtools dependency to revision 7cc1fe2eccbe
new 8d3e62c Issue 3499 - Create a clean messaging API for internal use
new 09f745a Noissue - Marked compatible with Firefox 49 & Co.
new 86f6634 Issue 3499 - Use new messaging API in the content policy implementation
new 7b253c4 Issue 3499 - Use the new messaging API for the issue reporter
new 1deeb9a Issue 3499 - Use the new messaging API for the request notifier
new 865fe21 Issue 3499 - Use the new messaging API for object tabs
new ce4b490 Issue 3499 - Remove old messaging API
new 284f8b9 Issue 2401 - Integrate CSS property rule handling in Firefox
new 6681a2c Issue 3952 - Updated buildtools dependency for whitespace changes and ensure_dependencies.py improvements
new e5ec926 Issue 3952 - Fix whitespaces for compliance with PEP-8
new 335413c Issue 3851 - Implement subscribe link handling via process scripts
new 46459d2 Issue 3853 - Use new messaging API for the first-run page
new 758a4e4 Issue 3955 - Set required ABP version properly when exporting filter lists with CSS property filters
new 7f2e948 Issue 3957 - Update dependency on adblockpluscore to revision 82c88024773b
new 62f4b4e Issue 3960 - Console errors due to wrong variable name
new 618e710 Issue 3958 - Fixed initialization race condition when Adblock Plus is updated
new 305fe7b Issue 3964 - Fix race condition, CSS property filters applying too early
new 0dd2374 Noissue - Updated locales from Crowdin
new 8822cba Issue 3992 - Update dependency on adblockpluscore to revision 5d9618f68a0c
new b283f19 Releasing Adblock Plus 2.7.3
new d402563 Imported Upstream version 2.7.3+dfsg
The 27 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:
.hgtags | 1 +
addChecksum.py | 53 ++-
build.py | 10 +-
chrome/content/subscribeLinkHandler.js | 106 -----
chrome/content/ui/filters-backup.js | 7 +-
chrome/content/ui/filters-filteractions.js | 2 +-
chrome/content/ui/filters-subscriptionactions.js | 4 +-
chrome/content/ui/filters-subscriptionview.js | 23 +-
chrome/content/ui/filters.js | 1 +
chrome/content/ui/filters.xul | 6 +-
chrome/content/ui/sendReport.js | 12 +-
chrome/content/ui/sidebar.js | 8 +-
chrome/content/ui/utils.js | 22 +-
chrome/locale/ar/filters.dtd | 2 +-
chrome/locale/ar/global.properties | 7 +-
chrome/locale/ar/meta.properties | 2 +-
chrome/locale/be/global.properties | 1 +
chrome/locale/bg/global.properties | 2 +
chrome/locale/bn-BD/global.properties | 5 +-
chrome/locale/bs/global.properties | 3 +
chrome/locale/ca/global.properties | 2 +
chrome/locale/de/composer.dtd | 4 +-
chrome/locale/de/global.properties | 1 +
chrome/locale/el/global.properties | 1 +
chrome/locale/en-US/global.properties | 2 +
chrome/locale/eo/global.properties | 3 +
chrome/locale/es-AR/global.properties | 1 +
chrome/locale/es-ES/global.properties | 2 +
chrome/locale/es-MX/global.properties | 1 +
chrome/locale/eu/global.properties | 2 +
chrome/locale/fa/global.properties | 1 +
chrome/locale/hu/global.properties | 1 +
chrome/locale/it/composer.dtd | 2 +-
chrome/locale/kk/global.properties | 5 +
chrome/locale/lt/global.properties | 5 +-
chrome/locale/nl/global.properties | 2 +
chrome/locale/pl/global.properties | 3 +
chrome/locale/ro/global.properties | 1 +
chrome/locale/ru/sendReport.dtd | 2 +-
chrome/locale/sk/global.properties | 1 +
chrome/locale/sk/overlay.dtd | 4 +-
chrome/locale/sr/global.properties | 1 +
chrome/locale/sv-SE/global.properties | 3 +
chrome/locale/tr/global.properties | 4 +-
chrome/locale/vi/global.properties | 3 +-
chrome/locale/zh-CN/global.properties | 1 +
chrome/locale/zh-CN/sidebar.dtd | 2 +-
dependencies | 6 +-
ensure_dependencies.py | 543 ++++++++++++-----------
ext/background.js | 54 +--
ext/common.js | 160 ++-----
ext/content.js | 61 ++-
lib/child/bootstrap.js | 57 +--
lib/child/contentPolicy.js | 86 ++--
lib/child/cssProperties.js | 97 ++++
lib/child/dataCollector.js | 31 +-
lib/child/main.js | 18 +-
lib/child/objectTabs.js | 51 ++-
lib/child/requestNotifier.js | 107 ++---
lib/child/subscribeLinks.js | 118 +++++
lib/contentPolicy.js | 129 +++---
lib/dataCollector.js | 61 ---
lib/main.js | 5 +-
lib/messaging.js | 328 ++++++++++++++
lib/objectTabs.js | 7 +-
{defaults => lib}/prefs.json | 0
lib/requestNotifier.js | 108 +----
lib/ui.js | 22 +-
lib/utils.js | 38 --
lib/whitelisting.js | 46 ++
metadata.gecko | 14 +-
validateChecksum.py | 57 ++-
72 files changed, 1432 insertions(+), 1109 deletions(-)
delete mode 100644 chrome/content/subscribeLinkHandler.js
create mode 100644 lib/child/cssProperties.js
create mode 100644 lib/child/subscribeLinks.js
delete mode 100644 lib/dataCollector.js
create mode 100644 lib/messaging.js
rename {defaults => lib}/prefs.json (100%)
create mode 100644 lib/whitelisting.js
--
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