Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: gae/pre_cacher.py

Issue 933813004: [chrome-devtools-frontend] Updated example links for local debugging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chrome-devtools-frontend
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gae/pre_cacher.py
diff --git a/gae/pre_cacher.py b/gae/pre_cacher.py
index 94a8783ae6fd61af0afba3644e0fea9bc9c16aa6..fbefe7b460631c8a737524edb995f99787949c1a 100644
--- a/gae/pre_cacher.py
+++ b/gae/pre_cacher.py
@@ -11,13 +11,13 @@ import config
class PreCacherFromUrl(webapp2.RequestHandler):
#
# For local testing (since /gs paths are not available), precache the
- # meta-file (e.g. for revision 155046):
+ # meta-file (e.g. for revision 155046) from your browser:
#
# http://localhost:8080/precache_url?path=revs/@155046&url=http://commondatastorage.googleapis.com/chrome-devtools-frontend/revs/@155046
#
- # Then pre-cache the archive (you need to look up MD5 from the meta-file):
+ # Then pre-cache the archive (you need to look up MD5 from the meta-file from the 'revs' metafile):
#
- # http://localhost:8080/precache_url?path=zips/47c84e4ba2eb60f9f476203f332fe5843c194c63.zip&url=http://commondatastorage.googleapis.com/chrome-devtools-frontend/zips/47c84e4ba2eb60f9f476203f332fe5843c194c63.zip
+ # http://localhost:8080/precache_url?path=zips/e4eb112917d276dac7b43affa30422143f37fd26.zip&url=http://commondatastorage.googleapis.com/chrome-devtools-frontend/zips/e4eb112917d276dac7b43affa30422143f37fd26.zip
#
# Then this works: http://localhost:8080/serve_rev/@155046/devtools.html
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698