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

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

Issue 6004003: Introduce a separate preference for 'proxy server mode' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit - alphabetize Created 9 years, 12 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.proxy.html ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.import": "bookmarks.html#method-import", 9 "chrome.bookmarks.import": "bookmarks.html#method-import",
10 "chrome.bookmarks.move": "bookmarks.html#method-move", 10 "chrome.bookmarks.move": "bookmarks.html#method-move",
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 ], 906 ],
907 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE", 907 "search_string": "IMAGEINFO GET IMAGE INFO FOR IMAGES, INCLUDING EXIF DATA BACKGROUND_PAGE CONTEXTMENUS TABS CHROME.CONTEXTMENUS.CREATE CHROME.TABS.GET CH ROME.TABS.GETCURRENT CHROME.WINDOWS.CREATE CHROME.WINDOWS.UPDATE",
908 "source_files": [ 908 "source_files": [
909 "background.html", 909 "background.html",
910 "imageinfo/binaryajax.js", 910 "imageinfo/binaryajax.js",
911 "imageinfo/exif.js", 911 "imageinfo/exif.js",
912 "imageinfo/imageinfo.js", 912 "imageinfo/imageinfo.js",
913 "info.html", 913 "info.html",
914 "manifest.json" 914 "manifest.json"
915 ], 915 ],
916 "source_hash": "672f49ed8edbe0829c7ba5a1d890b4440b157991", 916 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a",
917 "zip_path": "examples/extensions/imageinfo.zip" 917 "zip_path": "examples/extensions/imageinfo.zip"
918 }, 918 },
919 { 919 {
920 "api_calls": [ 920 "api_calls": [
921 "chrome.extension.getBackgroundPage", 921 "chrome.extension.getBackgroundPage",
922 "chrome.extension.onRequest", 922 "chrome.extension.onRequest",
923 "chrome.pageAction.hide", 923 "chrome.pageAction.hide",
924 "chrome.pageAction.setTitle", 924 "chrome.pageAction.setTitle",
925 "chrome.pageAction.show", 925 "chrome.pageAction.show",
926 "chrome.tabs.get", 926 "chrome.tabs.get",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 "source_files": [ 1538 "source_files": [
1539 "manifest.json", 1539 "manifest.json",
1540 "typedUrls.html", 1540 "typedUrls.html",
1541 "typedUrls.js" 1541 "typedUrls.js"
1542 ], 1542 ],
1543 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", 1543 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2",
1544 "zip_path": "examples/api/history/showHistory.zip" 1544 "zip_path": "examples/api/history/showHistory.zip"
1545 } 1545 }
1546 ] 1546 ]
1547 } 1547 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.proxy.html ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698