Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: abp_rewrite.py

Issue 29350158: Issue 4353 - Update Js Shell to version 45 (Closed)
Patch Set: Rebased. Created Sept. 13, 2016, 1:29 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/abprewrite.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp_rewrite.py
diff --git a/abp_rewrite.py b/abp_rewrite.py
index 1a5aab31b64d1cfba84c44714c3d09d3d9bb3a4c..afd9a37aa8b02b3c629421c331c475ff562b57fc 100644
--- a/abp_rewrite.py
+++ b/abp_rewrite.py
@@ -17,9 +17,9 @@ except ImportError:
def urlopen(*args, **kwargs):
return contextlib.closing(urllib2.urlopen(*args, **kwargs))
-JSSHELL_DIR = 'mozilla-esr31'
+JSSHELL_DIR = 'mozilla-esr45'
JSSHELL_URL = ('https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly'
- '/2015/02/2015-02-25-00-22-19-{}'
+ '/2016/05/2016-05-29-00-15-03-{}'
'/jsshell-{{}}.zip'.format(JSSHELL_DIR))
JSSHELL_SUPPORTED_PLATFORMS = {
« no previous file with comments | « no previous file | scripts/abprewrite.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld