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

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

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename all the things Created 8 years, 9 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.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "packaged_app": false, 517 "packaged_app": false,
518 "path": "examples\/api\/browsingData\/basic\/", 518 "path": "examples\/api\/browsingData\/basic\/",
519 "protocols": [], 519 "protocols": [],
520 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA POPUP CHROME.BROWSINGDATA.REMOVE", 520 "search_string": "BROWSINGDATA API: BASICS A TRIVIAL USAGE EXAMPLE. BROWSE R_ACTION BROWSINGDATA POPUP CHROME.BROWSINGDATA.REMOVE",
521 "source_files": [ 521 "source_files": [
522 "manifest.json", 522 "manifest.json",
523 "popup.css", 523 "popup.css",
524 "popup.html", 524 "popup.html",
525 "popup.js" 525 "popup.js"
526 ], 526 ],
527 "source_hash": "d03a62493eb36bf3da3472f15df777137e159171", 527 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
wtc 2012/03/15 23:46:38 Why is this change necessary?
mattm 2012/03/16 22:22:00 Since the CL changes the extension interface, I ha
528 "zip_path": "examples\/api\/browsingData\/basic.zip" 528 "zip_path": "examples\/api\/browsingData\/basic.zip"
529 }, 529 },
530 { 530 {
531 "api_calls": [], 531 "api_calls": [],
532 "crx_path": null, 532 "crx_path": null,
533 "description": "Add numbers. Now includes subtraction!", 533 "description": "Add numbers. Now includes subtraction!",
534 "features": [], 534 "features": [],
535 "icon": "icon_128.png", 535 "icon": "icon_128.png",
536 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92", 536 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
537 "name": "Calculator (Platform App)", 537 "name": "Calculator (Platform App)",
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 "manifest.json", 2513 "manifest.json",
2514 "popup.html", 2514 "popup.html",
2515 "popup.js", 2515 "popup.js",
2516 "sample.css" 2516 "sample.css"
2517 ], 2517 ],
2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2518 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2519 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2520 } 2520 }
2521 ] 2521 ]
2522 } 2522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698