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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/branch_utility/second.json

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing up Offline/Online Access - Attempting to rework availability algorithm Created 7 years, 7 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 [ 1 [
2 { 2 {
3 "os":"cros", 3 "os":"cros",
4 "versions":[ 4 "versions":[
5 { 5 {
6 "base_webkit_revision":"r?", 6 "base_webkit_revision":"r?",
7 "v8_ver":null, 7 "v8_ver":null,
8 "wk_ver":null, 8 "wk_ver":null,
9 "base_trunk_revision":"r?", 9 "base_trunk_revision":"r?",
10 "prev_version":"0.0.0.0", 10 "prev_version":"0.0.0.0",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "version":"19.0.1084.46", 252 "version":"19.0.1084.46",
253 "date":"05\/15\/12", 253 "date":"05\/15\/12",
254 "prev_date":"04\/30\/12", 254 "prev_date":"04\/30\/12",
255 "true_branch":"1084", 255 "true_branch":"1084",
256 "channel":"stable", 256 "channel":"stable",
257 "branch_revision":135956 257 "branch_revision":135956
258 } 258 }
259 ] 259 ]
260 } 260 }
261 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698