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

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

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Retrying due to patch failure Created 8 years, 6 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
« 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.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.appWindow.create": "appWindow.html#method-create",
10 "chrome.bookmarks.create": "bookmarks.html#method-create", 10 "chrome.bookmarks.create": "bookmarks.html#method-create",
(...skipping 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 "id": "579b7b1b54553eb5f2e8e7d2bf21bd61c855952e", 2135 "id": "579b7b1b54553eb5f2e8e7d2bf21bd61c855952e",
2136 "name": "Page Cycler", 2136 "name": "Page Cycler",
2137 "packaged_app": true, 2137 "packaged_app": true,
2138 "path": "examples/api/record/page_cycler/", 2138 "path": "examples/api/record/page_cycler/",
2139 "protocols": [], 2139 "protocols": [],
2140 "search_string": "PAGE CYCLER PAGE CYCLER UI EXPERIMENTAL CHROME.EXPERIMEN TAL.RECORD.CAPTUREURLS CHROME.EXPERIMENTAL.RECORD.REPLAYURLS", 2140 "search_string": "PAGE CYCLER PAGE CYCLER UI EXPERIMENTAL CHROME.EXPERIMEN TAL.RECORD.CAPTUREURLS CHROME.EXPERIMENTAL.RECORD.REPLAYURLS",
2141 "source_files": [ 2141 "source_files": [
2142 "manifest.json", 2142 "manifest.json",
2143 "page_cycler.css", 2143 "page_cycler.css",
2144 "page_cycler.html", 2144 "page_cycler.html",
2145 "page_cycler.js" 2145 "page_cycler.js",
2146 "ui_page_cycler.js"
2146 ], 2147 ],
2147 "source_hash": "1c84857b5a433f4907dfd44a3d1032da3fce33cb", 2148 "source_hash": "959ddab802b06128d041e2aa4d2437f005e81c4d",
2148 "zip_path": "examples/api/record/page_cycler.zip" 2149 "zip_path": "examples/api/record/page_cycler.zip"
2149 }, 2150 },
2150 { 2151 {
2151 "api_calls": [ 2152 "api_calls": [
2152 "chrome.i18n.getMessage" 2153 "chrome.i18n.getMessage"
2153 ], 2154 ],
2154 "crx_path": null, 2155 "crx_path": null,
2155 "description": "Customize your content setting for different plug-ins.", 2156 "description": "Customize your content setting for different plug-ins.",
2156 "features": [ 2157 "features": [
2157 "contentSettings", 2158 "contentSettings",
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 "manifest.json", 2799 "manifest.json",
2799 "popup.html", 2800 "popup.html",
2800 "popup.js", 2801 "popup.js",
2801 "sample.css" 2802 "sample.css"
2802 ], 2803 ],
2803 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2804 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2804 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2805 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2805 } 2806 }
2806 ] 2807 ]
2807 } 2808 }
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