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

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

Issue 7229012: Use extension match pattern syntax in content settings extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 9 years, 6 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "icon": null, 552 "icon": null,
553 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51", 553 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
554 "name": "Content settings", 554 "name": "Content settings",
555 "path": "examples\/api\/contentSettings\/", 555 "path": "examples\/api\/contentSettings\/",
556 "protocols": [], 556 "protocols": [],
557 "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", 557 "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",
558 "source_files": [ 558 "source_files": [
559 "manifest.json", 559 "manifest.json",
560 "popup.html" 560 "popup.html"
561 ], 561 ],
562 "source_hash": "f53b10cf54302a91ee763af603d7c0a3ffe1461f", 562 "source_hash": "1bd5e6d89bc8090a55837c26d0ba3911fd63b362",
563 "zip_path": "examples\/api\/contentSettings.zip" 563 "zip_path": "examples\/api\/contentSettings.zip"
564 }, 564 },
565 { 565 {
566 "api_calls": [ 566 "api_calls": [
567 "chrome.contextMenus.create" 567 "chrome.contextMenus.create"
568 ], 568 ],
569 "description": "Shows some of the features of the Context Menus API", 569 "description": "Shows some of the features of the Context Menus API",
570 "features": [ 570 "features": [
571 "background_page", 571 "background_page",
572 "contextMenus" 572 "contextMenus"
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 "source_files": [ 1851 "source_files": [
1852 "manifest.json", 1852 "manifest.json",
1853 "popup.html", 1853 "popup.html",
1854 "sample.css" 1854 "sample.css"
1855 ], 1855 ],
1856 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1856 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1857 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1857 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1858 } 1858 }
1859 ] 1859 ]
1860 } 1860 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698