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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/README

Issue 314133004: Docserver: Use the testing URL for the new omahaproxy history API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 Test JSON Files: 1 Test JSON Files:
2 2
3 branch_utility/first.json 3 branch_utility/first.json
4 Downloaded from: 4 Downloaded from:
5 http://omahaproxy.appspot.com/json 5 http://omahaproxy.appspot.com/json
6 - Contains data on all current releases of Chrome, as found on the main 6 - Contains data on all current releases of Chrome, as found on the main
7 omahaproxy page (http://omahaproxy.appspot.com) in JSON format. 7 omahaproxy page (http://omahaproxy.appspot.com) in JSON format.
8 - File has been formatted for readability. 8 - File has been formatted for readability.
9 9
10 10
11 branch_utility/second.json 11 branch_utility/second.json
12 Downloaded from: 12 Downloaded on 5th June 2014 from:
13 http://omahaproxy.appspot.com/history?channel=dev&os=win&json=1 13 http://10.omahaproxy-hrd.appspot.com/history.json?channel=dev&os=win&json= 1
14 - Contains a history of revision names for the dev channel on Windows. 14 - Contains a history of revision names for the dev channel on Windows.
15 - File has been formatted for readability. To view a readable version of the 15 - File has been formatted for readability. To view a readable version of the
16 data at the above URL, remove '&json=1'. 16 data at the above URL, remove '&json=1'.
17 17
18 subversion_file_system/public_extensions_214898 18 subversion_file_system/public_extensions_214898
19 Downloaded from: 19 Downloaded from:
20 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/d ocs/templates/public/extensions/?pathrev=214898 20 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/d ocs/templates/public/extensions/?pathrev=214898
21 - Subversion ViewVC list of files in c/c/e/d/templates/public/extensions where 21 - Subversion ViewVC list of files in c/c/e/d/templates/public/extensions where
22 the most recent operation in that directory is deleting a file. 22 the most recent operation in that directory is deleting a file.
23 - Used in SubversionFileSystemTest.testDirectoryVersionOnDelection. 23 - Used in SubversionFileSystemTest.testDirectoryVersionOnDelection.
24 24
25 github_file_system/test_owner 25 github_file_system/test_owner
26 Created to mock a typical Python project on github.com 26 Created to mock a typical Python project on github.com
27 # TODO(jshumway): Use real data if it ever becomes a problem. 27 # TODO(jshumway): Use real data if it ever becomes a problem.
28 - Used in the github_file_system tests. 28 - Used in the github_file_system tests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698