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

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

Issue 8310002: Adding `content_security_policy` to imageinfo extension. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Docs. 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | 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.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 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 "name": "Imageinfo", 1270 "name": "Imageinfo",
1271 "packaged_app": false, 1271 "packaged_app": false,
1272 "path": "examples\/extensions\/imageinfo\/", 1272 "path": "examples\/extensions\/imageinfo\/",
1273 "protocols": [ 1273 "protocols": [
1274 "http:\/\/", 1274 "http:\/\/",
1275 "https:\/\/" 1275 "https:\/\/"
1276 ], 1276 ],
1277 "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", 1277 "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",
1278 "source_files": [ 1278 "source_files": [
1279 "background.html", 1279 "background.html",
1280 "background.js",
1280 "imageinfo\/binaryajax.js", 1281 "imageinfo\/binaryajax.js",
1281 "imageinfo\/exif.js", 1282 "imageinfo\/exif.js",
1282 "imageinfo\/imageinfo.js", 1283 "imageinfo\/imageinfo.js",
1284 "info.css",
1283 "info.html", 1285 "info.html",
1286 "info.js",
1284 "manifest.json" 1287 "manifest.json"
1285 ], 1288 ],
1286 "source_hash": "c746d9114348f4b414c1ec05e988e2807feb963a", 1289 "source_hash": "3a61d1ad772ef01e0d3cc01a8bedbe7da452dd0b",
1287 "zip_path": "examples\/extensions\/imageinfo.zip" 1290 "zip_path": "examples\/extensions\/imageinfo.zip"
1288 }, 1291 },
1289 { 1292 {
1290 "api_calls": [ 1293 "api_calls": [
1291 "chrome.browserAction.onClicked", 1294 "chrome.browserAction.onClicked",
1292 "chrome.browserAction.setIcon", 1295 "chrome.browserAction.setIcon",
1293 "chrome.browserAction.setTitle", 1296 "chrome.browserAction.setTitle",
1294 "chrome.experimental.debugger.attach", 1297 "chrome.experimental.debugger.attach",
1295 "chrome.experimental.debugger.detach", 1298 "chrome.experimental.debugger.detach",
1296 "chrome.experimental.debugger.onDetach", 1299 "chrome.experimental.debugger.onDetach",
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 "source_files": [ 2335 "source_files": [
2333 "manifest.json", 2336 "manifest.json",
2334 "popup.html", 2337 "popup.html",
2335 "sample.css" 2338 "sample.css"
2336 ], 2339 ],
2337 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 2340 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
2338 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2341 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2339 } 2342 }
2340 ] 2343 ]
2341 } 2344 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698