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

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

Issue 8311007: Adding `content_security_policy` to the "Mappy" sample. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebasing. 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 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "page_action", 1419 "page_action",
1420 "popup", 1420 "popup",
1421 "tabs" 1421 "tabs"
1422 ], 1422 ],
1423 "icon": "icon.png", 1423 "icon": "icon.png",
1424 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067", 1424 "id": "ec97ec20ca2f095d081e39f1565fc12af09ef067",
1425 "name": "Mappy", 1425 "name": "Mappy",
1426 "packaged_app": false, 1426 "packaged_app": false,
1427 "path": "examples\/extensions\/mappy\/", 1427 "path": "examples\/extensions\/mappy\/",
1428 "protocols": [ 1428 "protocols": [
1429 "http:\/\/" 1429 "https:\/\/",
1430 "https:\/\/"
1430 ], 1431 ],
1431 "search_string": "MAPPY FINDS ADDRESSES IN THE WEB PAGE YOURE ON AND POPS UP A MAP WINDOW. BACKGROUND_PAGE PAGE_ACTION POPUP TABS CHROME.EXTENSION.GETBACK GROUNDPAGE CHROME.EXTENSION.ONREQUEST CHROME.PAGEACTION.HIDE CHROME.PAGEACTION.S ETTITLE CHROME.PAGEACTION.SHOW CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TA BS.ONSELECTIONCHANGED CHROME.TABS.ONUPDATED CHROME.TABS.SENDREQUEST", 1432 "search_string": "MAPPY FINDS ADDRESSES IN THE WEB PAGE YOURE ON AND POPS UP A MAP WINDOW. BACKGROUND_PAGE PAGE_ACTION POPUP TABS CHROME.EXTENSION.GETBACK GROUNDPAGE CHROME.EXTENSION.ONREQUEST CHROME.PAGEACTION.HIDE CHROME.PAGEACTION.S ETTITLE CHROME.PAGEACTION.SHOW CHROME.TABS.GET CHROME.TABS.GETSELECTED CHROME.TA BS.ONSELECTIONCHANGED CHROME.TABS.ONUPDATED CHROME.TABS.SENDREQUEST",
1432 "source_files": [ 1433 "source_files": [
1433 "background.html", 1434 "background.html",
1435 "background.js",
1434 "manifest.json", 1436 "manifest.json",
1435 "mappy_content_script.js", 1437 "mappy_content_script.js",
1436 "popup.html" 1438 "popup.css",
1439 "popup.html",
1440 "popup.js"
1437 ], 1441 ],
1438 "source_hash": "81cf2d3975d7df8b58e5226c5b2b6df026446511", 1442 "source_hash": "175f010b7eacb72207b7018732d3e6dca4e8d164",
1439 "zip_path": "examples\/extensions\/mappy.zip" 1443 "zip_path": "examples\/extensions\/mappy.zip"
1440 }, 1444 },
1441 { 1445 {
1442 "api_calls": [ 1446 "api_calls": [
1443 "chrome.browserAction.onClicked", 1447 "chrome.browserAction.onClicked",
1444 "chrome.tabs.get", 1448 "chrome.tabs.get",
1445 "chrome.tabs.getAllInWindow", 1449 "chrome.tabs.getAllInWindow",
1446 "chrome.tabs.move", 1450 "chrome.tabs.move",
1447 "chrome.windows.get", 1451 "chrome.windows.get",
1448 "chrome.windows.getAll", 1452 "chrome.windows.getAll",
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
2337 "source_files": [ 2341 "source_files": [
2338 "manifest.json", 2342 "manifest.json",
2339 "popup.html", 2343 "popup.html",
2340 "sample.css" 2344 "sample.css"
2341 ], 2345 ],
2342 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 2346 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
2343 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2347 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2344 } 2348 }
2345 ] 2349 ]
2346 } 2350 }
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