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

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

Issue 8071025: Move contentSettings extension API out of experimental (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 2 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.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
10 "chrome.bookmarks.import": "bookmarks.html#method-import", 10 "chrome.bookmarks.import": "bookmarks.html#method-import",
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 { 678 {
679 "api_calls": [ 679 "api_calls": [
680 "chrome.tabs.get", 680 "chrome.tabs.get",
681 "chrome.tabs.getSelected" 681 "chrome.tabs.getSelected"
682 ], 682 ],
683 "crx_path": null, 683 "crx_path": null,
684 "description": "Shows the content settings for the current site.", 684 "description": "Shows the content settings for the current site.",
685 "features": [ 685 "features": [
686 "browser_action", 686 "browser_action",
687 "contentSettings", 687 "contentSettings",
688 "experimental",
689 "popup", 688 "popup",
690 "tabs" 689 "tabs"
691 ], 690 ],
692 "icon": null, 691 "icon": null,
693 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51", 692 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
694 "name": "Content settings", 693 "name": "Content settings",
695 "packaged_app": false, 694 "packaged_app": false,
696 "path": "examples\/api\/contentSettings\/", 695 "path": "examples\/api\/contentSettings\/",
697 "protocols": [], 696 "protocols": [],
698 "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURR ENT SITE. BROWSER_ACTION CONTENTSETTINGS EXPERIMENTAL POPUP TABS CHROME.TABS.GET CHROME.TABS.GETSELECTED", 697 "search_string": "CONTENT SETTINGS SHOWS THE CONTENT SETTINGS FOR THE CURR ENT SITE. BROWSER_ACTION CONTENTSETTINGS POPUP TABS CHROME.TABS.GET CHROME.TABS. GETSELECTED",
699 "source_files": [ 698 "source_files": [
700 "manifest.json", 699 "manifest.json",
701 "popup.html" 700 "popup.html"
702 ], 701 ],
703 "source_hash": "aab21662d31c6d61f2304eacce32a3b6ca8bb207", 702 "source_hash": "14d647a5ea1fa8551089fdb8810b6acaf16530cf",
704 "zip_path": "examples\/api\/contentSettings.zip" 703 "zip_path": "examples\/api\/contentSettings.zip"
705 }, 704 },
706 { 705 {
707 "api_calls": [ 706 "api_calls": [
708 "chrome.contextMenus.create" 707 "chrome.contextMenus.create"
709 ], 708 ],
710 "crx_path": null, 709 "crx_path": null,
711 "description": "Shows some of the features of the Context Menus API", 710 "description": "Shows some of the features of the Context Menus API",
712 "features": [ 711 "features": [
713 "background_page", 712 "background_page",
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2330 "source_files": [ 2329 "source_files": [
2331 "manifest.json", 2330 "manifest.json",
2332 "popup.html", 2331 "popup.html",
2333 "sample.css" 2332 "sample.css"
2334 ], 2333 ],
2335 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 2334 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
2336 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2335 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2337 } 2336 }
2338 ] 2337 ]
2339 } 2338 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/extension_permission_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698