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

Unified Diff: chrome/common/extensions/docs/templates/json/api_availabilities.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: Moving logic into availability_data_source Created 7 years, 8 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
Index: chrome/common/extensions/docs/templates/json/api_availabilities.json
diff --git a/chrome/common/extensions/docs/templates/json/api_availabilities.json b/chrome/common/extensions/docs/templates/json/api_availabilities.json
new file mode 100644
index 0000000000000000000000000000000000000000..c892e477f2c17ead0cf06b56e408fe830f3446c2
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/json/api_availabilities.json
@@ -0,0 +1,22 @@
+{
+ "idle" : "6",
+ "contextMenus" : "6",
+ "storage" : "20",
+ "declarativeContent" : "trunk",
+ "tts" : "14",
+ "webstore" : "15",
+ "commands" : "25",
+ "runtime" : "22",
+ "syncFileSystem" : "27",
+ "usb" : "26",
+ "pushMessaging" : "24",
+ "appWindow" : "23",
+ "mediaGalleries" : "23",
+ "alarms" : "22",
+ "notifications" : "dev",
+ "serial" : "23",
+ "appRuntime" : "23",
+ "socket" : "24",
+ "bluetooth" : "dev",
+ "fileSystem" : "23"
+}
epeterson 2013/04/17 03:38:50 Here's the central .json file for existing availab
not at google - send to devlin 2013/04/17 18:32:44 hm, without reviewing the code, I would have expec

Powered by Google App Engine
This is Rietveld 408576698