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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
11 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered", 11 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered",
12 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated", 12 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated",
13 "chrome.bookmarks.onImportBegan": "bookmarks.html#event-onImportBegan", 13 "chrome.bookmarks.onImportBegan": "bookmarks.html#event-onImportBegan",
14 "chrome.bookmarks.onImportEnded": "bookmarks.html#event-onImportEnded", 14 "chrome.bookmarks.onImportEnded": "bookmarks.html#event-onImportEnded",
15 "chrome.bookmarks.onMoved": "bookmarks.html#event-onMoved", 15 "chrome.bookmarks.onMoved": "bookmarks.html#event-onMoved",
16 "chrome.bookmarks.onRemoved": "bookmarks.html#event-onRemoved", 16 "chrome.bookmarks.onRemoved": "bookmarks.html#event-onRemoved",
17 "chrome.bookmarks.remove": "bookmarks.html#method-remove", 17 "chrome.bookmarks.remove": "bookmarks.html#method-remove",
18 "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree", 18 "chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
19 "chrome.bookmarks.search": "bookmarks.html#method-search", 19 "chrome.bookmarks.search": "bookmarks.html#method-search",
20 "chrome.bookmarks.update": "bookmarks.html#method-update", 20 "chrome.bookmarks.update": "bookmarks.html#method-update",
21 "chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-g etBadgeBackgroundColor",
22 "chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText ",
23 "chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
24 "chrome.browserAction.getTitle": "browserAction.html#method-getTitle",
21 "chrome.browserAction.onClicked": "browserAction.html#event-onClicked", 25 "chrome.browserAction.onClicked": "browserAction.html#event-onClicked",
22 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor", 26 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor",
23 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ", 27 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ",
24 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon", 28 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon",
25 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup", 29 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup",
26 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle", 30 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle",
27 "chrome.browsingData.remove": "browsingData.html#method-remove", 31 "chrome.browsingData.remove": "browsingData.html#method-remove",
28 "chrome.browsingData.removeAppcache": "browsingData.html#method-removeAppcac he", 32 "chrome.browsingData.removeAppcache": "browsingData.html#method-removeAppcac he",
29 "chrome.browsingData.removeCache": "browsingData.html#method-removeCache", 33 "chrome.browsingData.removeCache": "browsingData.html#method-removeCache",
30 "chrome.browsingData.removeCookies": "browsingData.html#method-removeCookies ", 34 "chrome.browsingData.removeCookies": "browsingData.html#method-removeCookies ",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "chrome.management.onEnabled": "management.html#event-onEnabled", 139 "chrome.management.onEnabled": "management.html#event-onEnabled",
136 "chrome.management.onInstalled": "management.html#event-onInstalled", 140 "chrome.management.onInstalled": "management.html#event-onInstalled",
137 "chrome.management.onUninstalled": "management.html#event-onUninstalled", 141 "chrome.management.onUninstalled": "management.html#event-onUninstalled",
138 "chrome.management.setEnabled": "management.html#method-setEnabled", 142 "chrome.management.setEnabled": "management.html#method-setEnabled",
139 "chrome.management.uninstall": "management.html#method-uninstall", 143 "chrome.management.uninstall": "management.html#method-uninstall",
140 "chrome.omnibox.onInputCancelled": "omnibox.html#event-onInputCancelled", 144 "chrome.omnibox.onInputCancelled": "omnibox.html#event-onInputCancelled",
141 "chrome.omnibox.onInputChanged": "omnibox.html#event-onInputChanged", 145 "chrome.omnibox.onInputChanged": "omnibox.html#event-onInputChanged",
142 "chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered", 146 "chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered",
143 "chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted", 147 "chrome.omnibox.onInputStarted": "omnibox.html#event-onInputStarted",
144 "chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSugges tion", 148 "chrome.omnibox.setDefaultSuggestion": "omnibox.html#method-setDefaultSugges tion",
149 "chrome.pageAction.getPopup": "pageAction.html#method-getPopup",
150 "chrome.pageAction.getTitle": "pageAction.html#method-getTitle",
145 "chrome.pageAction.hide": "pageAction.html#method-hide", 151 "chrome.pageAction.hide": "pageAction.html#method-hide",
146 "chrome.pageAction.onClicked": "pageAction.html#event-onClicked", 152 "chrome.pageAction.onClicked": "pageAction.html#event-onClicked",
147 "chrome.pageAction.setIcon": "pageAction.html#method-setIcon", 153 "chrome.pageAction.setIcon": "pageAction.html#method-setIcon",
148 "chrome.pageAction.setPopup": "pageAction.html#method-setPopup", 154 "chrome.pageAction.setPopup": "pageAction.html#method-setPopup",
149 "chrome.pageAction.setTitle": "pageAction.html#method-setTitle", 155 "chrome.pageAction.setTitle": "pageAction.html#method-setTitle",
150 "chrome.pageAction.show": "pageAction.html#method-show", 156 "chrome.pageAction.show": "pageAction.html#method-show",
151 "chrome.pageCapture.saveAsMHTML": "pageCapture.html#method-saveAsMHTML", 157 "chrome.pageCapture.saveAsMHTML": "pageCapture.html#method-saveAsMHTML",
152 "chrome.permissions.contains": "permissions.html#method-contains", 158 "chrome.permissions.contains": "permissions.html#method-contains",
153 "chrome.permissions.getAll": "permissions.html#method-getAll", 159 "chrome.permissions.getAll": "permissions.html#method-getAll",
154 "chrome.permissions.onAdded": "permissions.html#event-onAdded", 160 "chrome.permissions.onAdded": "permissions.html#event-onAdded",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "packaged_app": false, 523 "packaged_app": false,
518 "path": "examples\/api\/browsingData\/basic\/", 524 "path": "examples\/api\/browsingData\/basic\/",
519 "protocols": [], 525 "protocols": [],
520 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA POPUP CHROME.BROWSINGDATA.REMOVE", 526 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA POPUP CHROME.BROWSINGDATA.REMOVE",
521 "source_files": [ 527 "source_files": [
522 "manifest.json", 528 "manifest.json",
523 "popup.css", 529 "popup.css",
524 "popup.html", 530 "popup.html",
525 "popup.js" 531 "popup.js"
526 ], 532 ],
527 "source_hash": "d03a62493eb36bf3da3472f15df777137e159171", 533 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
528 "zip_path": "examples\/api\/browsingData\/basic.zip" 534 "zip_path": "examples\/api\/browsingData\/basic.zip"
529 }, 535 },
530 { 536 {
531 "api_calls": [], 537 "api_calls": [],
532 "crx_path": null, 538 "crx_path": null,
533 "description": "Add numbers. Now includes subtraction!", 539 "description": "Add numbers. Now includes subtraction!",
534 "features": [], 540 "features": [],
535 "icon": "icon_128.png", 541 "icon": "icon_128.png",
536 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92", 542 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
537 "name": "Calculator (Platform App)", 543 "name": "Calculator (Platform App)",
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 "manifest.json", 2519 "manifest.json",
2514 "popup.html", 2520 "popup.html",
2515 "popup.js", 2521 "popup.js",
2516 "sample.css" 2522 "sample.css"
2517 ], 2523 ],
2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2524 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2525 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2520 } 2526 }
2521 ] 2527 ]
2522 } 2528 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/browsingData/basic/popup.js ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698