[Pkg-mozext-commits] [greasemonkey] branch master updated (3a84890 -> 88c3db4)

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:19 UTC 2015


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

taffit pushed a change to branch master
in repository greasemonkey.

      from  3a84890   Update changelog for 3.3-1 release
       new  9bd373a   Run document-start scripts on about:blank.
       new  60f0257   Only check for enabled-ness once.
       new  0792f29   Prevent `TypeError: matches is undefined` in Sync.
       new  9aac21c   Remove salting todo.
       new  92e0a0e   Version bump: 3.4beta1
       new  f7219b4   Remove unused 'util' definition.
       new  3ec197d   Add contributing guide
       new  222a16f   Merge pull request #2244 from cletusc/contributing-guide
       new  82a7534   Update menucommander.js
       new  3b01787   Merge pull request #2224 from janekptacijarabaci/GM_registerMenuCommand_noCommands
       new  c6be84c   Update greasemonkey.js
       new  55820c1   Update addons4-overlay.js
       new  092c1ab   Update addons4-overlay.js (fix typo)
       new  cf5c0a8   Don't pass function references in messages.
       new  c214b66   Create sandboxes with sameZoneAs to reduce GC costs
       new  0fbe7a4   Merge pull request #2240 from the8472/same_zone_as
       new  ab45b65   The 'use strict' - after installing a script - throws the warning
       new  41d185e   Merge pull request #2245 from janekptacijarabaci/useStrict
       new  4ae802b   Disable e10s shims
       new  9066b67   Use a single shared observer
       new  a56f68e   Merge remote-tracking branch 'the8472/single_observer'
       new  1f12fda   Code style clean up.
       new  32e2122   Show script source: Switch to `.addTab()`.
       new  7e2eafc   use export helpers to avoid xray backscatter
       new  58d769b   Merge pull request #2256 from the8472/export_helpers
       new  517721c   Update browser.js
       new  3bccd89   Style clean up
       new  d797498   Merge pull request #2233 from janekptacijarabaci/GM_openInTab_inBackground
       new  6b05c48   fixes greasemonkey/greasemonkey#2246
       new  bf853f0   Merge pull request #2248 from the8472/fix_menu
       new  b61dfd7   Fix for the context menu: aBrowser. getTabBrowser is not a function
       new  d8789f0   Fix for [e10s on]
       new  ddddde0   Variable declarations => null
       new  8b97613   Merge pull request #2251 from janekptacijarabaci/_viewSource
       new  5f77548   <tabbrowser>.addTab - it sometimes throws the error
       new  cc8848e   Merge pull request #2252 from janekptacijarabaci/newChannelFromURI_throwsTheError
       new  22b4714   Only implement newChannelFromURI2 logic once.
       new  1562814   Updated translations from babelzilla.org.
       new  c8bd599   Version bump: 3.4beta2
       new  2812c36   View source - fix for Firefox 38.0-
       new  6213b49   Merge pull request #2258 from janekptacijarabaci/viewSource_FIX
       new  a3ec304   GM_openInTab: synchronize API with Tampermonkey (backward compatible)
       new  f26a685   Merge pull request #2257 from janekptacijarabaci/GM_openInTab_API_backward_compatible
       new  ed61cac   Call Config.uninstall(), not Script.uninstall().
       new  ca56af9   Sync: always populate record's sync ID, observe uninstall event.
       new  6b2457d   Version bump: 3.4beta3
       new  1108e1d   Style clean up: remove stray blank lines.
       new  47fac82   Remove script from AOM list when uninstalling via sync.
       new  a9b9d1d   Async => Rpc (the test patch)
       new  a60a3ae   addTab => timeout function
       new  924fee2   Add comment, style clean up
       new  277cc71   Merge remote-tracking branch 'janekptacijarabaci/GM_openInTab_closable_reopenable'
       new  df0a469   Style cleanup: whitespace, semicolons.
       new  c582e9e   Merge remote-tracking branch 'GM_openInTab_closable_reopenable' - conflicts, merged fails
       new  c18795b   Merge pull request #2264 from janekptacijarabaci/_FIX_merged_GM_openInTab_closable_reopenable
       new  dc30835   updated translations from babelzilla.org
       new  250f188   Version bump: 3.4
       new  3dde791   Imported Upstream version 3.4
       new  cb6e62f   Merge tag 'upstream/3.4'
       new  77d9faf   Refresh patch
       new  8368a31   Update upstream changelog
       new  88c3db4   Update changelog for 3.4-1 release

The 62 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                               | 107 ++++++++++++---------
 META-INF/mozilla.rsa                               | Bin 4196 -> 4196 bytes
 META-INF/mozilla.sf                                |   4 +-
 components/greasemonkey.js                         |   7 +-
 content/addons4-overlay.js                         |  57 ++++++++++-
 content/browser.js                                 |  78 +++++++++------
 content/config.js                                  |  10 +-
 content/framescript.js                             |  56 +++++------
 content/menucommander.js                           |   4 +-
 debian/changelog                                   |   6 +-
 ...g-greasespot.net-on-first-run-after-insta.patch |   4 +-
 debian/upstream-changelog                          |  30 ++++++
 defaults/preferences/greasemonkey.js               |   1 +
 install.rdf                                        |   7 +-
 locale/bg/gm-cludes.dtd                            |   4 +-
 locale/pt-BR/gm-cludes.dtd                         |   4 +-
 locale/pt-PT/greasemonkey.dtd                      |   2 +-
 modules/GM_openInTab.js                            |  22 ++++-
 modules/GM_setClipboard.js                         |   2 +-
 modules/documentObserver.js                        |  39 ++++++++
 modules/menucommand.js                             |   9 +-
 modules/parseScript.js                             |  12 +--
 modules/processScript.js                           |  29 ++++++
 modules/remoteScript.js                            |  53 +++++-----
 modules/sandbox.js                                 |   7 +-
 modules/script.js                                  |   1 +
 modules/scriptProtocol.js                          |   5 +-
 modules/sync.js                                    |  43 ++++-----
 modules/util.js                                    |   1 +
 modules/util/channelFromUri.js                     |  21 ++++
 modules/util/getBinaryContents.js                  |  11 +--
 modules/util/getContents.js                        |  10 +-
 32 files changed, 431 insertions(+), 215 deletions(-)
 create mode 100644 modules/documentObserver.js
 create mode 100644 modules/processScript.js
 create mode 100644 modules/util/channelFromUri.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