[Pkg-mozext-commits] [greasemonkey] 04/10: Remove Firefox 16 only workaround.
David Prévot
taffit at moszumanska.debian.org
Thu May 29 17:26:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit ee3c7e108e0f8042fda62bdc87a1ac59c72e93e7
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Wed May 28 12:40:20 2014 -0400
Remove Firefox 16 only workaround.
---
components/greasemonkey.js | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/greasemonkey.js b/components/greasemonkey.js
index 40c15cf..1662ad9 100644
--- a/components/greasemonkey.js
+++ b/components/greasemonkey.js
@@ -109,12 +109,6 @@ function createSandbox(
sandbox.cloneInto = Cu.cloneInto;
sandbox.exportFunction = Cu.exportFunction;
- if (GM_util.compareFirefoxVersion("16.0") < 0) {
- // See #1350. The upstream bug was fixed in Firefox 16; apply workaround
- // only in older versions.
- sandbox.alert = alert;
- }
-
if (GM_util.inArray(aScript.grants, 'GM_addStyle')) {
sandbox.GM_addStyle = GM_util.hitch(null, GM_addStyle, aContentWin.document);
}
--
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