[Pkg-mozext-commits] [greasemonkey] branch upstream updated (dc320ac -> a5f2ca2)

David Prévot taffit at moszumanska.debian.org
Thu Jul 17 20:10:01 UTC 2014


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

taffit pushed a change to branch upstream
in repository greasemonkey.

      from  dc320ac   Imported Upstream version 2.0
       new  7031a32   Remove apiLeakCheck.
       new  fd28991   isRemoteUpdateAllowed(): all cases return a value
       new  3bfe3c9   Construct object with "new" keyword.
       new  0a7d8e9   Fix GM_xmlhttpRequest callback access.
       new  5dc3eb2   Keep the `this` of GM_xhr callbacks set to the details object.
       new  b4ca7c9   Repair uninstall undo.
       new  3487d18   Don't overwrite scripts with dependencies that have the same name.
       new  3835e6c   Always fire the script installation callback asynchronously.
       new  16477c0   Update translations from babelzilla.org.
       new  4ea165f   Version bump: 2.1beta1
       new  a5f2ca2   Imported Upstream version 2.1~beta1

The 11 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:
 chrome.manifest                      |  1 +
 components/greasemonkey.js           | 13 +-------
 content/addons4-overlay.js           |  8 ++++-
 install.rdf                          |  2 +-
 locale/cs/gm-browser.properties      |  2 +-
 locale/cs/greasemonkey.dtd           |  2 +-
 locale/ja/gm-browser.properties      |  2 +-
 locale/ja/greasemonkey.dtd           |  2 +-
 locale/pt-BR/gm-browser.properties   |  2 +-
 locale/pt-BR/greasemonkey.dtd        |  2 +-
 locale/pt-PT/gm-addons.dtd           | 28 ++++++++++++++++
 locale/pt-PT/gm-addons.properties    |  4 +++
 locale/pt-PT/gm-browser.properties   | 27 ++++++++++++++++
 locale/pt-PT/gm-cludes.dtd           | 12 +++++++
 locale/pt-PT/greasemonkey.dtd        | 55 ++++++++++++++++++++++++++++++++
 locale/pt-PT/greasemonkey.properties | 46 ++++++++++++++++++++++++++
 locale/tr/gm-browser.properties      |  2 +-
 locale/tr/greasemonkey.dtd           |  2 +-
 locale/zh-CN/gm-browser.properties   |  2 +-
 locale/zh-CN/greasemonkey.dtd        |  2 +-
 modules/miscapis.js                  | 40 -----------------------
 modules/remoteScript.js              | 34 ++++++++++++++++----
 modules/script.js                    |  6 ++--
 modules/util/apiLeakCheck.js         | 62 ------------------------------------
 modules/xmlhttprequester.js          | 23 ++++++++-----
 25 files changed, 237 insertions(+), 144 deletions(-)
 create mode 100644 locale/pt-PT/gm-addons.dtd
 create mode 100644 locale/pt-PT/gm-addons.properties
 create mode 100644 locale/pt-PT/gm-browser.properties
 create mode 100644 locale/pt-PT/gm-cludes.dtd
 create mode 100644 locale/pt-PT/greasemonkey.dtd
 create mode 100644 locale/pt-PT/greasemonkey.properties
 delete mode 100644 modules/util/apiLeakCheck.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list