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

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

Issue 6525016: Adding callbacks to `chrome.cookies.{set,remove}`. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing variable names, clarifying a test, and restoring accidentally deleted comments. Created 9 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.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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 ], 941 ],
942 "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", 942 "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",
943 "source_files": [ 943 "source_files": [
944 "background.html", 944 "background.html",
945 "imageinfo/binaryajax.js", 945 "imageinfo/binaryajax.js",
946 "imageinfo/exif.js", 946 "imageinfo/exif.js",
947 "imageinfo/imageinfo.js", 947 "imageinfo/imageinfo.js",
948 "info.html", 948 "info.html",
949 "manifest.json" 949 "manifest.json"
950 ], 950 ],
951 "source_hash": "672f49ed8edbe0829c7ba5a1d890b4440b157991", 951 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a",
jochen (gone - plz use gerrit) 2011/02/17 08:18:26 i think you should remove this file from the CL
Mike West 2011/02/17 09:11:00 Done.
952 "zip_path": "examples/extensions/imageinfo.zip" 952 "zip_path": "examples/extensions/imageinfo.zip"
953 }, 953 },
954 { 954 {
955 "api_calls": [ 955 "api_calls": [
956 "chrome.extension.getBackgroundPage", 956 "chrome.extension.getBackgroundPage",
957 "chrome.extension.onRequest", 957 "chrome.extension.onRequest",
958 "chrome.pageAction.hide", 958 "chrome.pageAction.hide",
959 "chrome.pageAction.setTitle", 959 "chrome.pageAction.setTitle",
960 "chrome.pageAction.show", 960 "chrome.pageAction.show",
961 "chrome.tabs.get", 961 "chrome.tabs.get",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 "source_files": [ 1573 "source_files": [
1574 "manifest.json", 1574 "manifest.json",
1575 "typedUrls.html", 1575 "typedUrls.html",
1576 "typedUrls.js" 1576 "typedUrls.js"
1577 ], 1577 ],
1578 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", 1578 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2",
1579 "zip_path": "examples/api/history/showHistory.zip" 1579 "zip_path": "examples/api/history/showHistory.zip"
1580 } 1580 }
1581 ] 1581 ]
1582 } 1582 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698