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

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

Issue 7253041: Use primary/secondary for URLs and patterns everywhere in the content settings extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 5 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "icon": null, 556 "icon": null,
557 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51", 557 "id": "e1f97e61e28ff33131d66dd28a4ed70a77874a51",
558 "name": "Content settings", 558 "name": "Content settings",
559 "path": "examples\/api\/contentSettings\/", 559 "path": "examples\/api\/contentSettings\/",
560 "protocols": [], 560 "protocols": [],
561 "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", 561 "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",
562 "source_files": [ 562 "source_files": [
563 "manifest.json", 563 "manifest.json",
564 "popup.html" 564 "popup.html"
565 ], 565 ],
566 "source_hash": "1bd5e6d89bc8090a55837c26d0ba3911fd63b362", 566 "source_hash": "aab21662d31c6d61f2304eacce32a3b6ca8bb207",
567 "zip_path": "examples\/api\/contentSettings.zip" 567 "zip_path": "examples\/api\/contentSettings.zip"
568 }, 568 },
569 { 569 {
570 "api_calls": [ 570 "api_calls": [
571 "chrome.contextMenus.create" 571 "chrome.contextMenus.create"
572 ], 572 ],
573 "description": "Shows some of the features of the Context Menus API", 573 "description": "Shows some of the features of the Context Menus API",
574 "features": [ 574 "features": [
575 "background_page", 575 "background_page",
576 "contextMenus" 576 "contextMenus"
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 "source_files": [ 1855 "source_files": [
1856 "manifest.json", 1856 "manifest.json",
1857 "popup.html", 1857 "popup.html",
1858 "sample.css" 1858 "sample.css"
1859 ], 1859 ],
1860 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1860 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1861 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1861 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1862 } 1862 }
1863 ] 1863 ]
1864 } 1864 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698