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

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

Issue 7982011: Rename export() in Page Benchmarker (collision with reserved word). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Bump version number. Created 9 years, 3 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/examples/extensions/benchmark/options.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 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 "jst\/jsevalcontext.js", 1667 "jst\/jsevalcontext.js",
1668 "jst\/jstemplate.js", 1668 "jst\/jstemplate.js",
1669 "jst\/jstemplate_test.js", 1669 "jst\/jstemplate_test.js",
1670 "jst\/util.js", 1670 "jst\/util.js",
1671 "manifest.json", 1671 "manifest.json",
1672 "options.html", 1672 "options.html",
1673 "script.js", 1673 "script.js",
1674 "util\/sorttable.js", 1674 "util\/sorttable.js",
1675 "util\/table2CSV.js" 1675 "util\/table2CSV.js"
1676 ], 1676 ],
1677 "source_hash": "67c8c6468fbc9c35433719bfbe9683f92c51248c", 1677 "source_hash": "a3539096027886df533d42d0762990abdcc38840",
1678 "zip_path": "examples\/extensions\/benchmark.zip" 1678 "zip_path": "examples\/extensions\/benchmark.zip"
1679 }, 1679 },
1680 { 1680 {
1681 "api_calls": [ 1681 "api_calls": [
1682 "chrome.browserAction.onClicked", 1682 "chrome.browserAction.onClicked",
1683 "chrome.tabs.update" 1683 "chrome.tabs.update"
1684 ], 1684 ],
1685 "description": "Adds a print button to the browser.", 1685 "description": "Adds a print button to the browser.",
1686 "features": [ 1686 "features": [
1687 "background_page", 1687 "background_page",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 "source_files": [ 2026 "source_files": [
2027 "manifest.json", 2027 "manifest.json",
2028 "popup.html", 2028 "popup.html",
2029 "sample.css" 2029 "sample.css"
2030 ], 2030 ],
2031 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 2031 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
2032 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2032 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2033 } 2033 }
2034 ] 2034 ]
2035 } 2035 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/benchmark/options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698