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

Unified Diff: tools/findit/urls.config

Issue 468823003: [Findit] findit algorithms and a cluster-fuzz implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« tools/findit/findit_for_crash.py ('K') | « tools/findit/findit_for_crash.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/findit/urls.config
diff --git a/tools/findit/urls.config b/tools/findit/urls.config
new file mode 100644
index 0000000000000000000000000000000000000000..20ac4b9da5ddcb303ff35bd64d5058e7223eebae
--- /dev/null
+++ b/tools/findit/urls.config
@@ -0,0 +1,27 @@
+[svn:src/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/svn/trunk/src/&range=%s
+revision_url: http://src.chromium.org/viewvc/chrome?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/chrome%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/chrome/trunk/%s?annotate=%s&pathrev=%s
+
+[svn:src/third_party/WebKit/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/blink/trunk/&range=%s
+revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
+
+[svn:src/third_party/WebKit/Source/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/blink/trunk/&range=%s
+revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
+
+
+[git]
+changelog_url: /+log/%s..%s
+revision_url: /+/%s
+diff_url: /%s^!/%s
+blame_url: /+blame/%s/%s?format=json
+
+[codereview]
+review_url: https://codereview.chromium.org/api/%s?message=true
« tools/findit/findit_for_crash.py ('K') | « tools/findit/findit_for_crash.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698