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

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

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and resolved conflicts Created 8 years, 5 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.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.appWindow.create": "appWindow.html#method-create", 9 "chrome.app.window.create": "app.window.html#method-create",
10 "chrome.appWindow.focus": "appWindow.html#method-focus", 10 "chrome.app.window.focus": "app.window.html#method-focus",
11 "chrome.appWindow.maximize": "appWindow.html#method-maximize", 11 "chrome.app.window.maximize": "app.window.html#method-maximize",
12 "chrome.appWindow.minimize": "appWindow.html#method-minimize", 12 "chrome.app.window.minimize": "app.window.html#method-minimize",
13 "chrome.appWindow.moveTo": "appWindow.html#method-moveTo", 13 "chrome.app.window.moveTo": "app.window.html#method-moveTo",
14 "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo", 14 "chrome.app.window.resizeTo": "app.window.html#method-resizeTo",
15 "chrome.appWindow.restore": "appWindow.html#method-restore", 15 "chrome.app.window.restore": "app.window.html#method-restore",
16 "chrome.bookmarks.create": "bookmarks.html#method-create", 16 "chrome.bookmarks.create": "bookmarks.html#method-create",
17 "chrome.bookmarks.get": "bookmarks.html#method-get", 17 "chrome.bookmarks.get": "bookmarks.html#method-get",
18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
21 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 21 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
22 "chrome.bookmarks.move": "bookmarks.html#method-move", 22 "chrome.bookmarks.move": "bookmarks.html#method-move",
23 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 23 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
24 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered", 24 "chrome.bookmarks.onChildrenReordered": "bookmarks.html#event-onChildrenReor dered",
25 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated", 25 "chrome.bookmarks.onCreated": "bookmarks.html#event-onCreated",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "manifest.json", 684 "manifest.json",
685 "popup.css", 685 "popup.css",
686 "popup.html", 686 "popup.html",
687 "popup.js" 687 "popup.js"
688 ], 688 ],
689 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65", 689 "source_hash": "6e227746c25a1b9765dbd27e3eb0e7403dee2c65",
690 "zip_path": "examples/api/browsingData/basic.zip" 690 "zip_path": "examples/api/browsingData/basic.zip"
691 }, 691 },
692 { 692 {
693 "api_calls": [ 693 "api_calls": [
694 "chrome.appWindow.create" 694 "chrome.app.window.create"
695 ], 695 ],
696 "crx_path": null, 696 "crx_path": null,
697 "description": "Add numbers. Now includes subtraction!", 697 "description": "Add numbers. Now includes subtraction!",
698 "features": [ 698 "features": [
699 "appWindow",
700 "experimental" 699 "experimental"
701 ], 700 ],
702 "icon": "icon_128.png", 701 "icon": "icon_128.png",
703 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92", 702 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
704 "name": "Calculator (Packaged App)", 703 "name": "Calculator (Packaged App)",
705 "packaged_app": false, 704 "packaged_app": false,
706 "path": "examples/extensions/calculator/", 705 "path": "examples/extensions/calculator/",
707 "protocols": [], 706 "protocols": [],
708 "search_string": "CALCULATOR (PACKAGED APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION! APPWINDOW EXPERIMENTAL CHROME.APPWINDOW.CREATE", 707 "search_string": "CALCULATOR (PACKAGED APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION! EXPERIMENTAL CHROME.APP.WINDOW.CREATE",
709 "source_files": [ 708 "source_files": [
710 "calculator.html", 709 "calculator.html",
711 "controller.js", 710 "controller.js",
712 "jquery/jquery.min.js", 711 "jquery/jquery.min.js",
713 "main.js", 712 "main.js",
714 "manifest.json", 713 "manifest.json",
715 "model.js", 714 "model.js",
716 "style.css", 715 "style.css",
717 "view.js" 716 "view.js"
718 ], 717 ],
719 "source_hash": "20ae06f77aba6b84da3e7a0b7ed2bfc45551428a", 718 "source_hash": "025a9b2fbec186334eb8e9a27fe098be5b1cd316",
720 "zip_path": "examples/extensions/calculator.zip" 719 "zip_path": "examples/extensions/calculator.zip"
721 }, 720 },
722 { 721 {
723 "api_calls": [ 722 "api_calls": [
724 "chrome.webRequest.onBeforeRequest" 723 "chrome.webRequest.onBeforeRequest"
725 ], 724 ],
726 "crx_path": null, 725 "crx_path": null,
727 "description": "I can't has cheezburger!", 726 "description": "I can't has cheezburger!",
728 "features": [ 727 "features": [
729 "background_page", 728 "background_page",
(...skipping 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 "manifest.json", 2809 "manifest.json",
2811 "popup.html", 2810 "popup.html",
2812 "popup.js", 2811 "popup.js",
2813 "sample.css" 2812 "sample.css"
2814 ], 2813 ],
2815 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2814 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2816 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2815 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2817 } 2816 }
2818 ] 2817 ]
2819 } 2818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698