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

Unified Diff: dashboard/svn-log

Issue 18615003: Add change log viewer for V8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf
Patch Set: Created 7 years, 6 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 | dashboard/ui/changelog_v8.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/svn-log
diff --git a/dashboard/svn-log b/dashboard/svn-log
index c3c18ac05e53212b2d33d474f2379e885101f580..1f0ed136eaf45a921506231da511932d5c15eb1c 100644
--- a/dashboard/svn-log
+++ b/dashboard/svn-log
@@ -13,7 +13,8 @@ try:
options[opt[0]] = opt[1]
if ('range' not in options or 'url' not in options or
not (options['url'].startswith('http://src.chromium.org/svn/') or
- options['url'].startswith('http://webrtc.googlecode.com/svn/')) or
+ options['url'].startswith('http://webrtc.googlecode.com/svn/') or
+ options['url'].startswith('http://v8.googlecode.com/svn/')) or
not re.match(r'^(\d+):(\d+)$', options['range'])):
print 'Content-Type: text/html'
print ''
« no previous file with comments | « no previous file | dashboard/ui/changelog_v8.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698