[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] branch master updated (7f4236e -> 6dc3346)
David Prévot
taffit at moszumanska.debian.org
Fri Aug 4 21:15:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository adblock-plus-element-hiding-helper.
from 7f4236e Update changelog for 1.3.8-1 release
new 90f33f6 Added tag 1.3.8 for changeset 3116226a9618
new a358341 Issue 4113 - Update Element Hiding Helper buildtools dependency to revision d865256754db
new 3e03276 Noissue - Marked compatible with Firefox 51 & Co.
new 36922f5 Issue 4255 - Place Element Hiding Helper button in the DevTools toolbar if one exists
new 1a5ebd5 Issue 4256 - Element Hiding Helper should use larger ABP icon on high-DPI screens
new 6b96ed4 Noissue - Updated locales from Crowdin
new 92a8e85 Releasing Element Hiding Helper for Adblock Plus 1.3.9
new 997e329 Added tag 1.3.9 for changeset 42d218104801
new ccdb3a1 Noissue - Marked compatible with future Firefox and SeaMonkey versions as well as Thunderbird 52
new 0e60d7e Issue 4398 - Fix "view source in a separate window" command
new d792a3a Issue 4533 - Don't rely on the default namespace to be XUL for DevTools
new fc78a8a Issue 4536 - Make sure the elements stay hidden after adding the filter
new 2d5cdab Releasing Element Hiding Helper for Adblock Plus 1.3.10
new d39f26f Added tag 1.3.10 for changeset 77bed6eac49d
new d12e1e2 Issue 4588 - "View source" command doesn't show text nodes
new 96cf756 Issue 2879 - Restructure existing process script, split it up into multiple modules
new 9351e06 Issue 2879 - Move element selection into the content process
new f50b59e Issue 2879 - Make "view source" command work again
new 0205d9a Issue 2879 - Make "view source in separate window" command work again
new 39beaa4 Noissue - Marked compatible with Thunderbird 54
new b442fcc Issue 5097, issue 5099 - Only retrieve element source from the process actually selecting
new 87f3fa7 Releasing Element Hiding Helper for Adblock Plus 1.4
new 2538e63 New upstream version 1.4
new 472edfd Updated version 1.4 from 'upstream/1.4'
new fdc64c6 Use MPL-2 definition from /usr/share/common-licenses/
new e065bfa Update upstream changelog
new 7e7494d Update Standards-Version to 4.0.0
new 6dc3346 Update changelog for 1.4-1 release
The 28 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 | 85 +++--
META-INF/mozilla.rsa | Bin 4188 -> 4188 bytes
META-INF/mozilla.sf | 4 +-
bootstrap.js | 16 +-
chrome/content/composer.js | 10 +-
chrome/content/composer.xul | 1 -
chrome/content/processScript.js | 206 ----------
chrome/locale/ru/global.properties | 4 +-
chrome/skin/devToolsOverlay.css | 18 +
debian/changelog | 11 +
debian/control | 2 +-
debian/copyright | 372 +-----------------
debian/upstream-changelog | 12 +
install.rdf | 11 +-
lib/aardvark.js | 753 ++++++++++---------------------------
lib/child/actor.js | 68 ++++
lib/child/bootstrap.js | 92 +++++
lib/child/commands.js | 208 ++++++++++
lib/child/main.js | 12 +
lib/child/nodeInfo.js | 93 +++++
lib/child/preview.js | 58 +++
lib/child/selection.js | 315 ++++++++++++++++
lib/child/utils.js | 119 ++++++
lib/inspectorObserver.js | 19 +-
lib/main.js | 13 +-
lib/windowWrapper.js | 7 +-
26 files changed, 1310 insertions(+), 1199 deletions(-)
delete mode 100644 chrome/content/processScript.js
create mode 100644 lib/child/actor.js
create mode 100644 lib/child/bootstrap.js
create mode 100644 lib/child/commands.js
create mode 100644 lib/child/main.js
create mode 100644 lib/child/nodeInfo.js
create mode 100644 lib/child/preview.js
create mode 100644 lib/child/selection.js
create mode 100644 lib/child/utils.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list