[Pkg-mozext-commits] [greasemonkey] branch upstream updated (87240a0 -> cd85c61)

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:56:14 UTC 2015


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

taffit pushed a change to branch upstream
in repository greasemonkey.

      from  87240a0   Imported Upstream version 2.3
       new  1ccf7e4   [WIP] Move script injection into frame script for e10s.
       new  01ca5cc   [WIP] Pass URL to sandbox
       new  f935137   [WIP] GM_rmc
       new  3d0afc2   [WIP] Remove aForce from withAllMenuCommandsForWindowId
       new  98a1d87   [WIP] Remove unused/broken GM_BrowserUI observer
       new  e3970a2   [WIP] Remove unnecessary page{hide,show} listeners in GM_BrowserUI
       new  b2c0b76   [WIP] GM_openInTab
       new  74fc599   [WIP] Fix listening for load events.
       new  2f66fef   Merge remote-tracking branch 'ventero/e10s_sync' into e10s_sync
       new  b580a8c   Add file comment; use plain "var" syntax to not confuse my IDE.
       new  f82a7e8   Sloppily migrate document-element-inserted observer into a JSM.
       new  405480c   Get nsIContentFrameMessageManager that doesn't crash.
       new  eb6d97a   Missing semicolon.
       new  b3537a3   Dirty workaround which seems to function better.
       new  5492694   Debug output for content JSM observer add time.
       new  ba1a2e1   Restore ScriptRunner functionality etc.
       new  24cc885   Prevent frame script injection into chrome frames.
       new  7214846   Remove double-import workaround.
       new  353fcf5   Missing semicolon.
       new  64ee920   Remove unused component scope observer.
       new  086e2e3   Fix script storage by passing messages to chrome.
       new  fbb8249   Fix messageManagerForWin() when E10S is disabled.
       new  6298013   Move all the observer / runner logic back into the frame script.
       new  432595e   Fix references to refactored GM_ScriptStorage().
       new  2832597   Fix GM_listValues() by passing only plain strings.
       new  e0f002b   Just BARELY working script installs.
       new  734f0db   Repair script installation via nsIContentPolicy for frame scripts.
       new  d750e88   rearrange syntax to silence IDE warnings
       new  c4aadf0   Reference this._description in the scope where it's actually defined.
       new  1f9d021   Pass locales to getBestLocalization() both times.
       new  94bdf7b   Import extractMeta into newscript.
       new  987f7f3   Clean up unused template code.
       new  f249351   Move ScriptProtocol into a JSM loaded by frame script.
       new  9797d26   Restore usage of "global" message manager.
       new  5d0d14c   Version: 3.0beta1
       new  cd85c61   Imported Upstream version 3.0~beta1

The 36 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                    |   4 -
 components/greasemonkey.js         | 233 ++++++++++++++----------------
 components/scriptProtocol.js       |  96 -------------
 content/browser.js                 |  92 ++++--------
 content/config.js                  |  33 ++---
 content/framescript.js             | 286 +++++++++++++++++++++++++++++++++++++
 content/menucommander.js           |  95 ++++++++----
 content/newscript.js               |   1 +
 install.rdf                        |   2 +-
 modules/installPolicy.js           | 131 +++++++++++++++++
 modules/ipcscript.js               |  80 +++++++++++
 modules/menucommand.js             |  41 ++----
 modules/miscapis.js                | 212 +--------------------------
 modules/sandbox.js                 |  41 ++++--
 modules/script.js                  |  47 +++---
 modules/scriptProtocol.js          | 136 ++++++++++++++++++
 modules/stats.js                   |   7 +-
 modules/storageBack.js             | 156 ++++++++++++++++++++
 modules/storageFront.js            |  90 ++++++++++++
 modules/sync.js                    |   5 +-
 modules/util/findMessageManager.js |  24 ++++
 modules/util/showInstallDialog.js  |   8 +-
 22 files changed, 1195 insertions(+), 625 deletions(-)
 delete mode 100644 components/scriptProtocol.js
 create mode 100644 content/framescript.js
 create mode 100644 modules/installPolicy.js
 create mode 100644 modules/ipcscript.js
 create mode 100644 modules/scriptProtocol.js
 create mode 100644 modules/storageBack.js
 create mode 100644 modules/storageFront.js
 create mode 100644 modules/util/findMessageManager.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