[Pkg-mozext-commits] [greasemonkey] branch upstream updated (468745f -> c7da5a1)
David Prévot
taffit at moszumanska.debian.org
Sun Sep 13 21:27:20 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 468745f Imported Upstream version 3.3~beta1
new 6f5ba1c ScriptProtocol.newChannel(): Function correctly in parent.
new 92453f8 Avoid usage of 'const' keyword.
new 720479d Fix missing semicolons.
new eccc46c Improve the size of the script preferences dialog.
new fc919e9 Update remoteScript.js
new baa2762 Fully asynchronous menu command implementation.
new 106fc36 Restore delayed script execution.
new 16be5cb Simplify frame scope content observer into an object literal.
new 8ad2bb3 Identify both which script and which registered command to run.
new 50929fc Remove unused parameter.
new daa3f45 Fix usage of `delete` to clean up sandbox scope.
new 0c1b253 Call menu command functions with undefined `this`.
new cd9c9da Fix indentation level.
new 7683e43 Prevent content from detecting/interfering with menu commands.
new 134a01d Updated translations from babelzilla.org.
new 753d9f4 Version bump: 3.3
new c7da5a1 Imported Upstream version 3.3
The 17 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 | 1752 ++++++++++++++++++++++
META-INF/mozilla.rsa | Bin 0 -> 4196 bytes
META-INF/mozilla.sf | 4 +
chrome.manifest | 1 +
content/browser.js | 9 +-
content/config.js | 2 +-
content/framescript.js | 316 ++--
content/menucommander.js | 136 +-
content/newscript.js | 6 +-
content/scriptprefs.xul | 22 +-
install.rdf | 2 +-
locale/es-ES/gm-cludes.dtd | 12 +-
locale/{ca => hr}/gm-addons.dtd | 0
locale/{en-GB => hr}/gm-addons.properties | 0
locale/{ca => hr}/gm-browser.properties | 0
locale/{en-GB => hr}/gm-cludes.dtd | 0
locale/{ca => hr}/greasemonkey.dtd | 0
locale/{ca => hr}/greasemonkey.properties | 0
locale/pt-PT/gm-cludes.dtd | 4 +-
locale/sl/gm-cludes.dtd | 4 +-
locale/zh-CN/gm-cludes.dtd | 8 +-
locale/zh-CN/greasemonkey.dtd | 2 +-
modules/GM_notification.js | 2 +-
modules/GM_openInTab.js | 22 +
modules/constants.js | 4 +-
modules/ipcscript.js | 6 +-
modules/menucommand.js | 148 +-
modules/prefmanager.js | 2 +-
modules/remoteScript.js | 2 +-
modules/sandbox.js | 48 +-
modules/script.js | 2 +-
modules/scriptProtocol.js | 58 +-
modules/stats.js | 2 +-
modules/third-party/droppedUrls.js | 2 +-
modules/third-party/getChromeWinForContentWin.js | 4 +-
modules/util.js | 5 +-
modules/util/alert.js | 4 +-
modules/util/anonWrap.js | 5 -
modules/util/compareFirefoxVersion.js | 2 +-
modules/util/emptyEl.js | 2 +-
modules/util/enqueueRemoveFile.js | 2 +-
modules/util/findMessageManager.js | 2 +-
modules/util/getBestLocaleMatch.js | 2 +-
modules/util/getBinaryContents.js | 4 +-
modules/util/getBrowserWindow.js | 4 +-
modules/util/getContents.js | 8 +-
modules/util/getEnabled.js | 2 +-
modules/util/getPreferredLocale.js | 2 +-
modules/util/getScriptSource.js | 2 +-
modules/util/getService.js | 4 +-
modules/util/getTempDir.js | 6 +-
modules/util/getTempFile.js | 6 +-
modules/util/getUriFromFile.js | 4 +-
modules/util/hitch.js | 2 +-
modules/util/inArray.js | 2 +-
modules/util/isGreasemonkeyable.js | 4 +-
modules/util/logError.js | 4 +-
modules/util/memoize.js | 4 +-
modules/util/newUserScript.js | 4 +-
modules/util/openInEditor.js | 4 +-
modules/util/parseMetaLine.js | 2 +-
modules/util/scriptDir.js | 4 +-
modules/util/scriptMatchesUrlAndRuns.js | 2 +-
modules/util/setEnabled.js | 2 +-
modules/util/sha1.js | 2 +-
modules/util/sniffGrants.js | 4 +-
modules/util/timeout.js | 2 +-
modules/util/uuid.js | 4 +-
modules/util/windowId.js | 10 +-
modules/util/windowIdForEvent.js | 2 +-
modules/util/windowIsClosed.js | 2 +-
modules/util/writeToFile.js | 8 +-
modules/xmlhttprequester.js | 2 +-
skin/scriptprefs.css | 5 +
74 files changed, 2212 insertions(+), 511 deletions(-)
create mode 100644 META-INF/manifest.mf
create mode 100644 META-INF/mozilla.rsa
create mode 100644 META-INF/mozilla.sf
copy locale/{ca => hr}/gm-addons.dtd (100%)
copy locale/{en-GB => hr}/gm-addons.properties (100%)
copy locale/{ca => hr}/gm-browser.properties (100%)
copy locale/{en-GB => hr}/gm-cludes.dtd (100%)
copy locale/{ca => hr}/greasemonkey.dtd (100%)
copy locale/{ca => hr}/greasemonkey.properties (100%)
create mode 100644 modules/GM_openInTab.js
delete mode 100644 modules/util/anonWrap.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