[Pkg-mozext-commits] [adblock-plus] branch upstream updated (b6d0801 -> d7cb303)
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 12:07:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository adblock-plus.
from b6d0801 Imported Upstream version 2.6.9.1+dfsg
new 3ccb8d7 Added tag 2.6.9 for changeset 752ffe2eeaf1
new ec177bb Issue 2233 - Adapted array type annotations for JsDoc 3
new d4039c6 Issue 2232 - Got rid of non-standard conditional catch clauses
new 9362c4b Issue 1602 - Use ES6 generators instead of legacy generators
new 259095c Issue 2251 - Update buildtools dependency to revision 335c8a7ab8e8
new 9182e68 Issue 2233 - Adapted some more array type annotations for JsDoc 3
new 01ebe7d Issue 1602 - Fixed generator syntax mistakenly applied on outer function
new e191d51 Issue 2255 - Use "for (.. of ..)" loop for compatibility with ES6 generators
new 04d8ea9 Issue 2260 - Replaced some more for..in loops with for..of fixing the UI
new c04287d Issue 2264 - Remove deprecated logic from Utils.runAsync()
new b645fbd Issue 1602 - Pass array directly from backupCustomFilters() to IO.writeToFile()
new 081e028 Updated list of recommended subscriptions
new ad67ff7 Issue 2438 - Update buildtools dependency to revision 97e212af6e8
new b010bc7 Issue 2439 - Make suppress_first_run_page preconfigurable
new 8beccc2 Noissue - Remove unused isFennec property
new 7ab7a91 Noissue - Marked compatible with Firefox 41 & Co.
new 1c583e4 Issue 2503 - Inconsistent behavior: $document flag implied for exception rules with protocol included
new 6883183 Issue 2510 - Support Adblock Browser
new 6710003 Issue 2192 - Added notification opt-out mechanism
new 64c2abe Noissue - Marked compatible with Firefox 42 & Co.
new 5926785 Added tag 2.6.9.1-signed for changeset 752ffe2eeaf1
new 09cf85c Added tag 2.6.9.1 for changeset 8116b6b3425f
new 81686d5 Added tag 2.6.9.1 for changeset 752ffe2eeaf1
new b80c79b Issue 2609 - Update buildtools dependency to bdd544d595f2
new c94b3b9 Issue 2257 - Replaced non-standard function expressions with ES6 arrow functions
new 74c20e5 Issue 2582 - Optimize loop in ElemHide.getSelectorsForDomain() for V8
new 1766cac Issue 2592 - Adapt filters generated for anti-adblock notification to new syntax
new b3d0673 Issue 2420 - Move notification show logic to core
new 714dd4f Issue 2419 - Show newly downloaded notifications immediately
new d6466bd Issue 2390 - Created filter class for CSS property filters
new 92bdf3c Issue 2659 - Reduce initial notification download delay to one minute
new aacf205 Updated list of recommended subscriptions
new 8b73078 Noissue - Don't claim to support any Python 2.x version, we only test with Python 2.7
new 08aefda Noissue - Fix syntax error in Firefox 41 (see bug 1176702)
new 4234141 Issue 2193 - Added notification opt-out UI
new 0afff38 Updated list of recommended subscriptions
new e89b9d0 Issue 2757 - Fix timing issue resetting notification data while loading preferences
new 7dce96a Issue 2738 - Make RegExpFilter.matches() content type parameter a bit mask
new 265ce8d Issue 701 - Don't handle middle- and right-clicks on report link
new 0ccda24 Issue 2211 - Implemented subscribe.adblockplus.org subscription links
new 93993f0 Issue 344 - Make the comment page of the issue reporter more compact to leave more space for the report data
new 0d3cdc9 Issue 1730 - Fixed abp:subscribe functionality with e10s
new 3f44564 Issue 2808 - Update dependency on adblockplusui repository to revision 3a06b955c3f7 (fixes share dialog on first-run page)
new 929ee39 Noissue - Updated locales from Crowdin
new 49434c3 Issue 284 - Unify initial delay for all downloads
new 2e0c695 Noissue - Updated locales from Crowdin
new c3d86a2 Releasing Adblock Plus 2.6.10
new d7cb303 Imported Upstream version 2.6.10+dfsg
The 48 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 | 5 +
README.md | 2 +-
chrome.manifest | 2 +-
chrome/content/subscribeLinkHandler.js | 106 +++++++++++++
chrome/content/ui/composer.js | 10 +-
chrome/content/ui/filters-backup.js | 12 +-
chrome/content/ui/filters-filteractions.js | 26 ++--
chrome/content/ui/filters-filterview.js | 34 ++---
chrome/content/ui/filters-search.js | 6 +-
chrome/content/ui/filters-subscriptionactions.js | 6 +-
chrome/content/ui/filters-subscriptionview.js | 17 +--
chrome/content/ui/filters.js | 2 +-
chrome/content/ui/filters.xul | 2 +-
chrome/content/ui/flasher.js | 2 +-
chrome/content/ui/overlay.xul | 24 ++-
chrome/content/ui/sendReport.js | 17 ++-
chrome/content/ui/sendReport.xul | 7 +-
chrome/content/ui/settings.xul | 1 +
chrome/content/ui/sidebar.js | 20 +--
chrome/content/ui/subscriptionSelection.js | 4 +-
chrome/content/ui/subscriptions.xml | 6 +-
chrome/locale/af/sidebar.dtd | 1 +
chrome/locale/ar/composer.dtd | 4 +-
chrome/locale/ar/global.properties | 7 +-
chrome/locale/ar/meta.properties | 4 +-
chrome/locale/ar/overlay.dtd | 5 +-
chrome/locale/ar/sidebar.dtd | 12 +-
chrome/locale/ast/filters.dtd | 7 +
chrome/locale/be/composer.dtd | 38 ++++-
chrome/locale/be/filters.dtd | 75 +++++++++-
chrome/locale/be/global.properties | 45 +++++-
chrome/locale/be/meta.properties | 6 +
chrome/locale/be/overlay.dtd | 33 ++++-
chrome/locale/be/sendReport.dtd | 37 +++++
chrome/locale/be/sidebar.dtd | 35 +++++
chrome/locale/be/subscriptionSelection.dtd | 12 +-
chrome/locale/bg/composer.dtd | 2 +-
chrome/locale/bg/global.properties | 1 +
chrome/locale/bg/overlay.dtd | 3 +
chrome/locale/bg/sendReport.dtd | 2 +-
chrome/locale/bg/subscriptionSelection.dtd | 2 +-
chrome/locale/bn-BD/composer.dtd | 2 +-
chrome/locale/bn-BD/filters.dtd | 14 +-
chrome/locale/bn-BD/global.properties | 47 ++++--
chrome/locale/bn-BD/meta.properties | 7 +-
chrome/locale/bn-BD/overlay.dtd | 34 ++++-
chrome/locale/bn-BD/sendReport.dtd | 71 ++++++++-
chrome/locale/bn-BD/subscriptionSelection.dtd | 9 +-
chrome/locale/br/global.properties | 4 +
chrome/locale/br/overlay.dtd | 5 +
chrome/locale/bs/composer.dtd | 2 +-
chrome/locale/bs/filters.dtd | 31 +++-
chrome/locale/bs/sidebar.dtd | 9 ++
chrome/locale/ca/global.properties | 5 +-
chrome/locale/ca/overlay.dtd | 3 +
chrome/locale/cs/global.properties | 1 +
chrome/locale/cs/overlay.dtd | 3 +
chrome/locale/da/global.properties | 1 +
chrome/locale/da/overlay.dtd | 3 +
chrome/locale/da/sendReport.dtd | 2 +-
chrome/locale/de/global.properties | 1 +
chrome/locale/de/overlay.dtd | 3 +
chrome/locale/dsb/global.properties | 1 +
chrome/locale/dsb/overlay.dtd | 3 +
chrome/locale/el/global.properties | 1 +
chrome/locale/el/overlay.dtd | 3 +
chrome/locale/el/sendReport.dtd | 2 +-
chrome/locale/en-US/global.properties | 1 +
chrome/locale/en-US/overlay.dtd | 3 +
chrome/locale/eo/global.properties | 1 +
chrome/locale/eo/overlay.dtd | 3 +
chrome/locale/es-AR/global.properties | 1 +
chrome/locale/es-AR/overlay.dtd | 3 +
chrome/locale/es-CL/composer.dtd | 14 +-
chrome/locale/es-CL/overlay.dtd | 9 +-
chrome/locale/es-CL/sendReport.dtd | 3 +
chrome/locale/es-CL/subscriptionSelection.dtd | 12 ++
chrome/locale/es-ES/global.properties | 1 +
chrome/locale/es-ES/overlay.dtd | 7 +-
chrome/locale/es-ES/sendReport.dtd | 2 +-
chrome/locale/es-MX/global.properties | 1 +
chrome/locale/es-MX/overlay.dtd | 3 +
chrome/locale/et/overlay.dtd | 6 +
chrome/locale/eu/filters.dtd | 4 +-
chrome/locale/eu/global.properties | 3 +-
chrome/locale/eu/overlay.dtd | 3 +
chrome/locale/eu/sendReport.dtd | 6 +-
chrome/locale/eu/subscriptionSelection.dtd | 2 +-
chrome/locale/fi/global.properties | 1 +
chrome/locale/fi/overlay.dtd | 3 +
chrome/locale/fi/sidebar.dtd | 2 +-
chrome/locale/fr/global.properties | 1 +
chrome/locale/fr/overlay.dtd | 3 +
chrome/locale/fy-NL/global.properties | 11 +-
chrome/locale/ga-IE/composer.dtd | 4 +
chrome/locale/gl/global.properties | 1 +
chrome/locale/gl/overlay.dtd | 3 +
chrome/locale/gu-IN/composer.dtd | 11 +-
chrome/locale/he/global.properties | 1 +
chrome/locale/he/overlay.dtd | 3 +
chrome/locale/he/sendReport.dtd | 2 +-
chrome/locale/hi-IN/filters.dtd | 13 +-
chrome/locale/hi-IN/meta.properties | 4 +
chrome/locale/hi-IN/sendReport.dtd | 9 ++
chrome/locale/hi-IN/sidebar.dtd | 34 ++++-
chrome/locale/hr/global.properties | 1 +
chrome/locale/hr/overlay.dtd | 3 +
chrome/locale/hr/sendReport.dtd | 2 +-
chrome/locale/hsb/global.properties | 1 +
chrome/locale/hsb/overlay.dtd | 3 +
chrome/locale/hu/global.properties | 1 +
chrome/locale/hu/overlay.dtd | 3 +
chrome/locale/hu/sendReport.dtd | 2 +-
chrome/locale/id/composer.dtd | 6 +-
chrome/locale/id/global.properties | 1 +
chrome/locale/id/overlay.dtd | 3 +
chrome/locale/it/composer.dtd | 8 +-
chrome/locale/it/global.properties | 1 +
chrome/locale/it/overlay.dtd | 3 +
chrome/locale/ja/global.properties | 1 +
chrome/locale/ja/overlay.dtd | 3 +
chrome/locale/ja/sendReport.dtd | 2 +-
chrome/locale/kk/global.properties | 1 +
chrome/locale/kk/overlay.dtd | 3 +
chrome/locale/kk/sendReport.dtd | 2 +-
chrome/locale/lt/global.properties | 1 +
chrome/locale/lt/overlay.dtd | 3 +
chrome/locale/lt/sendReport.dtd | 2 +-
chrome/locale/lv/composer.dtd | 2 +-
chrome/locale/lv/filters.dtd | 2 +-
chrome/locale/mr/filters.dtd | 63 +++++++-
chrome/locale/mr/subscriptionSelection.dtd | 2 +-
chrome/locale/nb-NO/composer.dtd | 10 +-
chrome/locale/nb-NO/filters.dtd | 8 +-
chrome/locale/nb-NO/global.properties | 1 +
chrome/locale/nb-NO/overlay.dtd | 3 +
chrome/locale/nl/composer.dtd | 8 +-
chrome/locale/nl/filters.dtd | 2 +-
chrome/locale/nl/global.properties | 3 +-
chrome/locale/nl/overlay.dtd | 3 +
chrome/locale/nl/sendReport.dtd | 4 +-
chrome/locale/nl/subscriptionSelection.dtd | 4 +-
chrome/locale/pl/global.properties | 1 +
chrome/locale/pl/overlay.dtd | 3 +
chrome/locale/pl/sendReport.dtd | 4 +-
chrome/locale/pt-BR/global.properties | 1 +
chrome/locale/pt-BR/overlay.dtd | 3 +
chrome/locale/pt-BR/subscriptionSelection.dtd | 2 +-
chrome/locale/ro/global.properties | 1 +
chrome/locale/ro/overlay.dtd | 3 +
chrome/locale/ru/composer.dtd | 2 +-
chrome/locale/ru/filters.dtd | 4 +-
chrome/locale/ru/global.properties | 15 +-
chrome/locale/ru/overlay.dtd | 3 +
chrome/locale/ru/sendReport.dtd | 26 ++--
chrome/locale/sk/global.properties | 1 +
chrome/locale/sk/overlay.dtd | 11 +-
chrome/locale/sl/global.properties | 1 +
chrome/locale/sl/overlay.dtd | 3 +
chrome/locale/sq/composer.dtd | 6 +-
chrome/locale/sr/filters.dtd | 8 +-
chrome/locale/sr/sendReport.dtd | 70 ++++-----
chrome/locale/sr/sidebar.dtd | 42 +++---
chrome/locale/sr/subscriptionSelection.dtd | 18 +--
chrome/locale/sv-SE/global.properties | 1 +
chrome/locale/{af => sw-TZ}/.incomplete | 0
chrome/locale/sw-TZ/composer.dtd | 6 +
chrome/locale/th/global.properties | 2 +
chrome/locale/th/overlay.dtd | 3 +
chrome/locale/th/sendReport.dtd | 5 +
chrome/locale/tr/global.properties | 1 +
chrome/locale/tr/overlay.dtd | 3 +
chrome/locale/tr/sendReport.dtd | 18 +--
chrome/locale/uk/composer.dtd | 6 +-
chrome/locale/uk/global.properties | 1 +
chrome/locale/uk/overlay.dtd | 3 +
chrome/locale/uk/sidebar.dtd | 6 +-
chrome/locale/zh-CN/global.properties | 1 +
chrome/locale/zh-CN/overlay.dtd | 3 +
chrome/locale/zh-TW/overlay.dtd | 1 +
chrome/skin/overlay.css | 23 ++-
chrome/skin/sendReport.css | 10 ++
defaults/prefs.js | 39 -----
defaults/prefs.json | 44 ++++++
dependencies | 4 +-
ensure_dependencies.py | 64 ++++++--
lib/antiadblockInit.js | 2 +-
lib/appSupport.js | 115 +--------------
lib/contentPolicy.js | 40 +++--
lib/elemHide.js | 5 +-
lib/elemHideHitRegistration.js | 4 +-
lib/filterClasses.js | 176 ++++++++++++++++------
lib/filterNotifier.js | 2 +-
lib/filterStorage.js | 8 +-
lib/io.js | 6 +-
lib/matcher.js | 22 +--
lib/notification.js | 138 +++++++++++------
lib/objectTabs.js | 7 +-
lib/subscriptionClasses.js | 6 +-
lib/synchronizer.js | 4 +-
lib/ui.js | 180 +++++++++++------------
lib/utils.js | 31 +---
metadata.gecko | 13 +-
203 files changed, 1719 insertions(+), 786 deletions(-)
create mode 100644 chrome/content/subscribeLinkHandler.js
create mode 100644 chrome/locale/af/sidebar.dtd
create mode 100644 chrome/locale/ast/filters.dtd
create mode 100644 chrome/locale/be/meta.properties
create mode 100644 chrome/locale/be/sendReport.dtd
create mode 100644 chrome/locale/be/sidebar.dtd
create mode 100644 chrome/locale/bs/sidebar.dtd
create mode 100644 chrome/locale/es-CL/subscriptionSelection.dtd
create mode 100644 chrome/locale/ga-IE/composer.dtd
create mode 100644 chrome/locale/hi-IN/meta.properties
copy chrome/locale/{af => sw-TZ}/.incomplete (100%)
create mode 100644 chrome/locale/sw-TZ/composer.dtd
delete mode 100644 defaults/prefs.js
create mode 100644 defaults/prefs.json
--
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