[Pkg-mozext-commits] [greasemonkey] branch upstream updated (3dde791 -> c0e8462)
David Prévot
taffit at moszumanska.debian.org
Thu Oct 29 15:38:11 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 3dde791 Imported Upstream version 3.4
new 780682d Update the AOM UI based on the kind of uninstall happening.
new f2568f7 Version bump: 3.4.1beta1
new 3b621bc Typo fix reference to script object.
new 12ec962 Version bump: 3.4.1
new bbb3364 Import scratchpad manager from new location.
new 182a309 Fix stats reporting for scripts.
new 02bd979 Allow scripts at `about:reader`.
new d6b0089 Address "unsafe CPOW usage" warnings - the new script, the context menu
new dedb785 Merge remote-tracking branch 'janekptacijarabaci/unsafe-CPOW-usage'
new f6d8224 Style cleanup.
new 392c2c5 Scratchpad: Rewrite require / import to match source
new 2f96c6c Restore "more" link in AOM.
new 25ef32a Add author and homepage script values.
new 9ba4cb2 Return undefined when GM_getValue is given an invalid key.
new c274845 Remove referer-setting-observer.
new e4a38a3 Support GM_xmlhttpRequest referer override in e10s
new 70a16c4 avoid holding duplicate script source strings in memory
new 06349bf fix xray access denied error
new 0bfa0ef Merge branches 'e10s-referer' and 'dedup_string' into async-messages2
new 70fab3e reduce sync messages from frame scripts
new 6fe96d6 Merge remote-tracking branch 'the8472/async-messages2' into the-async
new 726cbba Style/grammar/whitespace/etc. cleanup.
new 78a1892 Version bump: 3.5beta1
new ee047d2 Line length/whitespace.
new 73736ed Service broadcastScriptUpdates(): set initial AND broadcast.
new be1d16f Set script properties to empty string, not null.
new 510505a Allow .cmd as editor executable
new ec4a6d5 Only add .cmd on Windows
new 0fec26a Merge remote-tracking branch 'jerone/issues/#2271-allow-cmd'
new d0aea26 restore unique element filter on scripts dropdown menu
new 72020a9 Merge remote-tracking branch 'the8472/uniq-urls'
new 28d72d8 GM 3.3beta2+, GM 3.4beta2+: Fix synchronization between popups
new 8a7d0c1 Merge remote-tracking branch 'janekptacijarabaci/synchronizationBetweenPopups'
new 723f4cd GM 3.4.1: If just one script is installed (and updated)
new a516cf9 Merge remote-tracking branch 'janekptacijarabaci/oneScriptInstalled'
new 82f484d Merge branch 'master' into broadcast-script-config
new 666ddc4 Version bump: 3.5beta2
new 4b240a7 piggyback script refresh checking on http requests for page/frame loads
new 1c58833 Fix filename reference typo.
new 83ddd72 The "use strict", minor performance enhancements (the "for" statement), fix typo / style cleanup
new 213b1e6 Style clean up
new 0d569db Remove commented-out code in scriptprefs.js.
new 2db84e7 Load new metadata for existing scripts.
new 999f8b4 Repair opening new user welcome page.
new 3ea4de9 [e10s on] gBrowser.addEventListener("DOMContentLoaded") => framescript.js
new 2f01c4f Version bump: 3.5beta3
new 49b1cc8 Don't wrap the template textarea, allow resize options window.
new 04f3990 Ignore errors in _updateVersion().
new b1b184d Version bump: 3.5beta4.
new 9c19186 Version bump: 3.5
new c0e8462 Imported Upstream version 3.5
The 51 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 | 127 +++++-----
META-INF/mozilla.rsa | Bin 4196 -> 4196 bytes
META-INF/mozilla.sf | 4 +-
chrome.manifest | 4 +-
components/greasemonkey.js | 80 +++---
content/addons4-overlay.js | 10 +-
content/browser.js | 111 ++++----
content/config.js | 50 ++--
content/framescript.js | 49 ++--
content/menucommander.js | 14 +-
content/newscript.js | 15 +-
content/options.xul | 2 +-
content/scriptprefs.js | 9 -
install.rdf | 2 +-
modules/abstractScript.js | 53 ++++
modules/addons4.js | 32 ++-
modules/ipcscript.js | 90 +++++--
modules/miscapis.js | 5 +-
modules/parseScript.js | 3 +
modules/processScript.js | 16 +-
modules/requestObserver.js | 42 ++++
modules/sandbox.js | 90 +++++--
modules/script.js | 100 +++++---
modules/stats.js | 2 +-
modules/storageFront.js | 2 +-
modules/sync.js | 2 +-
modules/util.js | 1 +
modules/util/fileXhr.js | 18 ++
modules/util/isGreasemonkeyable.js | 4 +-
modules/util/openInEditor.js | 11 +-
modules/util/parseMetaLine.js | 502 ++++++++++++++++++++-----------------
modules/util/setEditor.js | 7 +-
modules/xmlhttprequester.js | 32 ---
skin/addons4.css | 8 -
34 files changed, 928 insertions(+), 569 deletions(-)
create mode 100644 modules/abstractScript.js
create mode 100644 modules/requestObserver.js
create mode 100644 modules/util/fileXhr.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