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

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

Issue 9018024: Remove references to obsolete TOUCH_UI build - extension sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/plugin_settings/domui/js/cr.js ('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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 "js\/main.js", 1852 "js\/main.js",
1853 "js\/plugin_list.js", 1853 "js\/plugin_list.js",
1854 "js\/plugin_settings.js", 1854 "js\/plugin_settings.js",
1855 "js\/rule_list.js", 1855 "js\/rule_list.js",
1856 "manifest.json", 1856 "manifest.json",
1857 "options.html", 1857 "options.html",
1858 "options\/css\/list.css", 1858 "options\/css\/list.css",
1859 "options\/js\/deletable_item_list.js", 1859 "options\/js\/deletable_item_list.js",
1860 "options\/js\/inline_editable_list.js" 1860 "options\/js\/inline_editable_list.js"
1861 ], 1861 ],
1862 "source_hash": "1e2765f821fa09cf0db9cce20ae61d964565986b", 1862 "source_hash": "744d8d50542b524d331da6c82e4c09decf1e61df",
1863 "zip_path": "examples\/extensions\/plugin_settings.zip" 1863 "zip_path": "examples\/extensions\/plugin_settings.zip"
1864 }, 1864 },
1865 { 1865 {
1866 "api_calls": [ 1866 "api_calls": [
1867 "chrome.browserAction.onClicked", 1867 "chrome.browserAction.onClicked",
1868 "chrome.tabs.update" 1868 "chrome.tabs.update"
1869 ], 1869 ],
1870 "crx_path": null, 1870 "crx_path": null,
1871 "description": "Adds a print button to the browser.", 1871 "description": "Adds a print button to the browser.",
1872 "features": [ 1872 "features": [
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 "manifest.json", 2476 "manifest.json",
2477 "popup.html", 2477 "popup.html",
2478 "popup.js", 2478 "popup.js",
2479 "sample.css" 2479 "sample.css"
2480 ], 2480 ],
2481 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6", 2481 "source_hash": "62ca453d8d1551ff63dd7c78b49d546bc3af17c6",
2482 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2482 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2483 } 2483 }
2484 ] 2484 ]
2485 } 2485 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698