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

Unified Diff: utils.py

Issue 29350158: Issue 4353 - Update Js Shell to version 45 (Closed)
Patch Set: Created Aug. 24, 2016, 11:16 a.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
« scripts/abprewrite.js ('K') | « scripts/astDecompile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils.py
diff --git a/utils.py b/utils.py
index 07328b7b532f385c56b25c9f6cbb49fe3ccc97af..2bc4861e8d5a90c77a7c593e049dd5c8b3d2a229 100644
--- a/utils.py
+++ b/utils.py
@@ -12,9 +12,9 @@ import sys
import urllib
import zipfile
-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-%s/jsshell-%%s.zip" % JSSHELL_DIR)
+ "/2016/05/2016-05-29-00-15-03-%s/jsshell-%%s.zip" % JSSHELL_DIR)
Sebastian Noack 2016/08/24 11:27:55 Nit: While changing this line mind using str.forma
kzar 2016/09/13 13:35:20 Seems this was already done for me, fixed since I
JSSHELL_SUPPORTED_PLATFORMS = {
"win32": "win32",
« scripts/abprewrite.js ('K') | « scripts/astDecompile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld