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

Side by Side Diff: chrome/common/extensions/docs/templates/json/api_availabilities.json

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Generic Templates Created 7 years, 5 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 // Availability for these APIs either can't be accurately found or would take a
2 // significant amount of specific logic to determine (devtools).
3 // The versions listed here were drawn either from hardcoded HTML intro tables
4 // or from the whats_new page.
epeterson 2013/07/16 00:28:23 added some comments to api_availabilities, so they
1 { 5 {
2 "devtools.inspectedWindow": { 6 "devtools.inspectedWindow": {
3 "channel": "stable", 7 "channel": "stable",
4 "version": 18 8 "version": 18
5 }, 9 },
6 "devtools.network": { 10 "devtools.network": {
7 "channel": "stable", 11 "channel": "stable",
8 "version": 18 12 "version": 18
9 }, 13 },
10 "devtools.panels": { 14 "devtools.panels": {
11 "channel": "stable", 15 "channel": "stable",
12 "version": 18 16 "version": 18
13 }, 17 },
18 "input.ime": {
19 // Generated availability of version 18.
not at google - send to devlin 2013/07/16 22:25:00 myeh, these "Generated..." comments are confusing.
epeterson 2013/07/17 23:48:23 You're right, they don't really help anyone much.
20 "channel": "stable",
21 "version": 21
22 },
23 "storage": {
24 // Generated availability of version 19.
25 "channel": "stable",
26 "version": 20
27 },
28 "pageCapture": {
29 // Generated availability of version 17.
30 "channel": "stable",
31 "version": 18
32 },
14 "webstore": { 33 "webstore": {
34 // Only 'webstorePrivate' is present before version 19.
15 "channel": "stable", 35 "channel": "stable",
16 "version": 15 36 "version": 15
17 } 37 }
18 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698