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

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

Issue 5638002: Updating omnibox sample to use new XML formatting method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Regen docs before submit Created 10 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/api/omnibox/extension-docs/background.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.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.import": "bookmarks.html#method-import", 9 "chrome.bookmarks.import": "bookmarks.html#method-import",
10 "chrome.bookmarks.move": "bookmarks.html#method-move", 10 "chrome.bookmarks.move": "bookmarks.html#method-move",
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "name": "Extension Docs Search", 596 "name": "Extension Docs Search",
597 "path": "examples/api/omnibox/extension-docs/", 597 "path": "examples/api/omnibox/extension-docs/",
598 "protocols": [ 598 "protocols": [
599 "http://" 599 "http://"
600 ], 600 ],
601 "search_string": "EXTENSION DOCS SEARCH SEARCH THE CHROME EXTENSIONS DOCUM ENTATION. TO USE, TYPE CRDOC PLUS A SEARCH TERM INTO THE OMNIBOX. BACKGROUND_PA GE TABS CHROME.OMNIBOX.ONINPUTCHANGED CHROME.OMNIBOX.ONINPUTENTERED CHROME.TABS. CREATE CHROME.TABS.GET CHROME.TABS.ONREMOVED CHROME.TABS.UPDATE", 601 "search_string": "EXTENSION DOCS SEARCH SEARCH THE CHROME EXTENSIONS DOCUM ENTATION. TO USE, TYPE CRDOC PLUS A SEARCH TERM INTO THE OMNIBOX. BACKGROUND_PA GE TABS CHROME.OMNIBOX.ONINPUTCHANGED CHROME.OMNIBOX.ONINPUTENTERED CHROME.TABS. CREATE CHROME.TABS.GET CHROME.TABS.ONREMOVED CHROME.TABS.UPDATE",
602 "source_files": [ 602 "source_files": [
603 "background.html", 603 "background.html",
604 "manifest.json" 604 "manifest.json"
605 ], 605 ],
606 "source_hash": "eb3c20a0f9b6035a8e9e3a7448d5608bcc44fce7", 606 "source_hash": "0aa8ec9a2c091e227661ca5010d08f6823e643a7",
607 "zip_path": "examples/api/omnibox/extension-docs.zip" 607 "zip_path": "examples/api/omnibox/extension-docs.zip"
608 }, 608 },
609 { 609 {
610 "api_calls": [ 610 "api_calls": [
611 "chrome.browserAction.onClicked", 611 "chrome.browserAction.onClicked",
612 "chrome.browserAction.setBadgeBackgroundColor", 612 "chrome.browserAction.setBadgeBackgroundColor",
613 "chrome.browserAction.setBadgeText", 613 "chrome.browserAction.setBadgeText",
614 "chrome.browserAction.setIcon", 614 "chrome.browserAction.setIcon",
615 "chrome.browserAction.setTitle", 615 "chrome.browserAction.setTitle",
616 "chrome.extension.getBackgroundPage", 616 "chrome.extension.getBackgroundPage",
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 "source_files": [ 1538 "source_files": [
1539 "manifest.json", 1539 "manifest.json",
1540 "typedUrls.html", 1540 "typedUrls.html",
1541 "typedUrls.js" 1541 "typedUrls.js"
1542 ], 1542 ],
1543 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2", 1543 "source_hash": "72d5c3586feefc692c63039ce8bdb5f9d366c0e2",
1544 "zip_path": "examples/api/history/showHistory.zip" 1544 "zip_path": "examples/api/history/showHistory.zip"
1545 } 1545 }
1546 ] 1546 ]
1547 } 1547 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/api/omnibox/extension-docs/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698