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

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

Issue 9424036: Move `browsingData` extension API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 years, 10 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.onClicked": "browserAction.html#event-onClicked", 21 "chrome.browserAction.onClicked": "browserAction.html#event-onClicked",
22 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor", 22 "chrome.browserAction.setBadgeBackgroundColor": "browserAction.html#method-s etBadgeBackgroundColor",
23 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ", 23 "chrome.browserAction.setBadgeText": "browserAction.html#method-setBadgeText ",
24 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon", 24 "chrome.browserAction.setIcon": "browserAction.html#method-setIcon",
25 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup", 25 "chrome.browserAction.setPopup": "browserAction.html#method-setPopup",
26 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle", 26 "chrome.browserAction.setTitle": "browserAction.html#method-setTitle",
27 "chrome.browsingData.remove": "browsingData.html#method-remove",
28 "chrome.browsingData.removeAppcache": "browsingData.html#method-removeAppcac he",
29 "chrome.browsingData.removeCache": "browsingData.html#method-removeCache",
30 "chrome.browsingData.removeCookies": "browsingData.html#method-removeCookies ",
31 "chrome.browsingData.removeDownloads": "browsingData.html#method-removeDownl oads",
32 "chrome.browsingData.removeFileSystems": "browsingData.html#method-removeFil eSystems",
33 "chrome.browsingData.removeFormData": "browsingData.html#method-removeFormDa ta",
34 "chrome.browsingData.removeHistory": "browsingData.html#method-removeHistory ",
35 "chrome.browsingData.removeIndexedDB": "browsingData.html#method-removeIndex edDB",
36 "chrome.browsingData.removeLocalStorage": "browsingData.html#method-removeLo calStorage",
37 "chrome.browsingData.removePasswords": "browsingData.html#method-removePassw ords",
38 "chrome.browsingData.removePluginData": "browsingData.html#method-removePlug inData",
39 "chrome.browsingData.removeWebSQL": "browsingData.html#method-removeWebSQL",
27 "chrome.contextMenus.create": "contextMenus.html#method-create", 40 "chrome.contextMenus.create": "contextMenus.html#method-create",
28 "chrome.contextMenus.remove": "contextMenus.html#method-remove", 41 "chrome.contextMenus.remove": "contextMenus.html#method-remove",
29 "chrome.contextMenus.removeAll": "contextMenus.html#method-removeAll", 42 "chrome.contextMenus.removeAll": "contextMenus.html#method-removeAll",
30 "chrome.contextMenus.update": "contextMenus.html#method-update", 43 "chrome.contextMenus.update": "contextMenus.html#method-update",
31 "chrome.cookies.get": "cookies.html#method-get", 44 "chrome.cookies.get": "cookies.html#method-get",
32 "chrome.cookies.getAll": "cookies.html#method-getAll", 45 "chrome.cookies.getAll": "cookies.html#method-getAll",
33 "chrome.cookies.getAllCookieStores": "cookies.html#method-getAllCookieStores ", 46 "chrome.cookies.getAllCookieStores": "cookies.html#method-getAllCookieStores ",
34 "chrome.cookies.onChanged": "cookies.html#event-onChanged", 47 "chrome.cookies.onChanged": "cookies.html#event-onChanged",
35 "chrome.cookies.remove": "cookies.html#method-remove", 48 "chrome.cookies.remove": "cookies.html#method-remove",
36 "chrome.cookies.set": "cookies.html#method-set", 49 "chrome.cookies.set": "cookies.html#method-set",
37 "chrome.debugger.attach": "debugger.html#method-attach", 50 "chrome.debugger.attach": "debugger.html#method-attach",
38 "chrome.debugger.detach": "debugger.html#method-detach", 51 "chrome.debugger.detach": "debugger.html#method-detach",
39 "chrome.debugger.onDetach": "debugger.html#event-onDetach", 52 "chrome.debugger.onDetach": "debugger.html#event-onDetach",
40 "chrome.debugger.onEvent": "debugger.html#event-onEvent", 53 "chrome.debugger.onEvent": "debugger.html#event-onEvent",
41 "chrome.debugger.sendCommand": "debugger.html#method-sendCommand", 54 "chrome.debugger.sendCommand": "debugger.html#method-sendCommand",
42 "chrome.devtools.inspectedWindow.eval": "devtools.inspectedWindow.html#metho d-eval", 55 "chrome.devtools.inspectedWindow.eval": "devtools.inspectedWindow.html#metho d-eval",
43 "chrome.devtools.inspectedWindow.getResources": "devtools.inspectedWindow.ht ml#method-getResources", 56 "chrome.devtools.inspectedWindow.getResources": "devtools.inspectedWindow.ht ml#method-getResources",
44 "chrome.devtools.inspectedWindow.onResourceAdded": "devtools.inspectedWindow .html#event-onResourceAdded", 57 "chrome.devtools.inspectedWindow.onResourceAdded": "devtools.inspectedWindow .html#event-onResourceAdded",
45 "chrome.devtools.inspectedWindow.onResourceContentCommitted": "devtools.insp ectedWindow.html#event-onResourceContentCommitted", 58 "chrome.devtools.inspectedWindow.onResourceContentCommitted": "devtools.insp ectedWindow.html#event-onResourceContentCommitted",
46 "chrome.devtools.inspectedWindow.reload": "devtools.inspectedWindow.html#met hod-reload", 59 "chrome.devtools.inspectedWindow.reload": "devtools.inspectedWindow.html#met hod-reload",
47 "chrome.devtools.network.getHAR": "devtools.network.html#method-getHAR", 60 "chrome.devtools.network.getHAR": "devtools.network.html#method-getHAR",
48 "chrome.devtools.network.onNavigated": "devtools.network.html#event-onNaviga ted", 61 "chrome.devtools.network.onNavigated": "devtools.network.html#event-onNaviga ted",
49 "chrome.devtools.network.onRequestFinished": "devtools.network.html#event-on RequestFinished", 62 "chrome.devtools.network.onRequestFinished": "devtools.network.html#event-on RequestFinished",
50 "chrome.devtools.panels.create": "devtools.panels.html#method-create", 63 "chrome.devtools.panels.create": "devtools.panels.html#method-create",
51 "chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#metho d-setOpenResourceHandler", 64 "chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#metho d-setOpenResourceHandler",
52 "chrome.experimental.app.clearAllNotifications": "experimental.app.html#meth od-clearAllNotifications", 65 "chrome.experimental.app.clearAllNotifications": "experimental.app.html#meth od-clearAllNotifications",
53 "chrome.experimental.app.notify": "experimental.app.html#method-notify", 66 "chrome.experimental.app.notify": "experimental.app.html#method-notify",
54 "chrome.experimental.browsingData.remove": "experimental.browsingData.html#m ethod-remove",
55 "chrome.experimental.browsingData.removeAppcache": "experimental.browsingDat a.html#method-removeAppcache",
56 "chrome.experimental.browsingData.removeCache": "experimental.browsingData.h tml#method-removeCache",
57 "chrome.experimental.browsingData.removeCookies": "experimental.browsingData .html#method-removeCookies",
58 "chrome.experimental.browsingData.removeDownloads": "experimental.browsingDa ta.html#method-removeDownloads",
59 "chrome.experimental.browsingData.removeFileSystems": "experimental.browsing Data.html#method-removeFileSystems",
60 "chrome.experimental.browsingData.removeFormData": "experimental.browsingDat a.html#method-removeFormData",
61 "chrome.experimental.browsingData.removeHistory": "experimental.browsingData .html#method-removeHistory",
62 "chrome.experimental.browsingData.removeIndexedDB": "experimental.browsingDa ta.html#method-removeIndexedDB",
63 "chrome.experimental.browsingData.removeLocalStorage": "experimental.browsin gData.html#method-removeLocalStorage",
64 "chrome.experimental.browsingData.removePasswords": "experimental.browsingDa ta.html#method-removePasswords",
65 "chrome.experimental.browsingData.removePluginData": "experimental.browsingD ata.html#method-removePluginData",
66 "chrome.experimental.browsingData.removeWebSQL": "experimental.browsingData. html#method-removeWebSQL",
67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory", 67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory",
68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage", 68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage",
69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages", 69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages",
70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded", 70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded",
71 "chrome.experimental.extension.onInstalled": "experimental.extension.html#ev ent-onInstalled", 71 "chrome.experimental.extension.onInstalled": "experimental.extension.html#ev ent-onInstalled",
72 "chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.h tml#method-getFontName", 72 "chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.h tml#method-getFontName",
73 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ", 73 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ",
74 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording", 74 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording",
75 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError", 75 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError",
76 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult", 76 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "content.js", 488 "content.js",
489 "devtools.html", 489 "devtools.html",
490 "devtools.js", 490 "devtools.js",
491 "manifest.json" 491 "manifest.json"
492 ], 492 ],
493 "source_hash": "44648be98237278fda3a08ef2ded7355fcdcf1da", 493 "source_hash": "44648be98237278fda3a08ef2ded7355fcdcf1da",
494 "zip_path": "examples\/api\/devtools\/audits\/broken-links.zip" 494 "zip_path": "examples\/api\/devtools\/audits\/broken-links.zip"
495 }, 495 },
496 { 496 {
497 "api_calls": [ 497 "api_calls": [
498 "chrome.experimental.browsingData.remove" 498 "chrome.browsingData.remove"
499 ], 499 ],
500 "crx_path": null, 500 "crx_path": null,
501 "description": "A trivial usage example.", 501 "description": "A trivial usage example.",
502 "features": [ 502 "features": [
503 "browser_action", 503 "browser_action",
504 "browsingData", 504 "browsingData",
505 "experimental",
506 "popup" 505 "popup"
507 ], 506 ],
508 "icon": null, 507 "icon": null,
509 "id": "e7e4284e3b5484b0c1eae7f724768945ad0121e4", 508 "id": "e7e4284e3b5484b0c1eae7f724768945ad0121e4",
510 "name": "BrowsingData API: Basics", 509 "name": "BrowsingData API: Basics",
511 "packaged_app": false, 510 "packaged_app": false,
512 "path": "examples\/api\/browsingData\/basic\/", 511 "path": "examples\/api\/browsingData\/basic\/",
513 "protocols": [], 512 "protocols": [],
514 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA EXPERIMENTAL POPUP CHROME.EXPERIMENTAL.BROWSINGDATA.REMOVE ", 513 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA POPUP CHROME.BROWSINGDATA.REMOVE",
515 "source_files": [ 514 "source_files": [
516 "manifest.json", 515 "manifest.json",
517 "popup.css", 516 "popup.css",
518 "popup.html", 517 "popup.html",
519 "popup.js" 518 "popup.js"
520 ], 519 ],
521 "source_hash": "be5c852d38ee7b7d21483b2d070a1bdebbf6b27c", 520 "source_hash": "d03a62493eb36bf3da3472f15df777137e159171",
522 "zip_path": "examples\/api\/browsingData\/basic.zip" 521 "zip_path": "examples\/api\/browsingData\/basic.zip"
523 }, 522 },
524 { 523 {
525 "api_calls": [ 524 "api_calls": [
526 "chrome.webRequest.onBeforeRequest" 525 "chrome.webRequest.onBeforeRequest"
527 ], 526 ],
528 "crx_path": null, 527 "crx_path": null,
529 "description": "I can't has cheezburger!", 528 "description": "I can't has cheezburger!",
530 "features": [ 529 "features": [
531 "background_page", 530 "background_page",
(...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 "manifest.json", 2418 "manifest.json",
2420 "popup.html", 2419 "popup.html",
2421 "popup.js", 2420 "popup.js",
2422 "sample.css" 2421 "sample.css"
2423 ], 2422 ],
2424 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2423 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2425 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2424 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2426 } 2425 }
2427 ] 2426 ]
2428 } 2427 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/browsingData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698