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

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

Issue 7470036: Prevent Google Mail Checker from scheduling more than one concurrent request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/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.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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 "_locales\/th\/messages.json", 973 "_locales\/th\/messages.json",
974 "_locales\/tr\/messages.json", 974 "_locales\/tr\/messages.json",
975 "_locales\/uk\/messages.json", 975 "_locales\/uk\/messages.json",
976 "_locales\/vi\/messages.json", 976 "_locales\/vi\/messages.json",
977 "_locales\/zh_CN\/messages.json", 977 "_locales\/zh_CN\/messages.json",
978 "_locales\/zh_TW\/messages.json", 978 "_locales\/zh_TW\/messages.json",
979 "background.html", 979 "background.html",
980 "manifest.json", 980 "manifest.json",
981 "options.html" 981 "options.html"
982 ], 982 ],
983 "source_hash": "327e6bf6005b861f17848b59dc50ebb18d1a57f4", 983 "source_hash": "6c4da0f4e9348842619fce0179f3f35ca24027ad",
984 "zip_path": "examples\/extensions\/gmail.zip" 984 "zip_path": "examples\/extensions\/gmail.zip"
985 }, 985 },
986 { 986 {
987 "api_calls": [ 987 "api_calls": [
988 "chrome.extension.getBackgroundPage", 988 "chrome.extension.getBackgroundPage",
989 "chrome.extension.getURL", 989 "chrome.extension.getURL",
990 "chrome.tabs.create", 990 "chrome.tabs.create",
991 "chrome.tabs.get", 991 "chrome.tabs.get",
992 "chrome.tabs.getSelected", 992 "chrome.tabs.getSelected",
993 "chrome.tabs.onUpdated", 993 "chrome.tabs.onUpdated",
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 "source_files": [ 1876 "source_files": [
1877 "manifest.json", 1877 "manifest.json",
1878 "popup.html", 1878 "popup.html",
1879 "sample.css" 1879 "sample.css"
1880 ], 1880 ],
1881 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1881 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1882 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1882 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1883 } 1883 }
1884 ] 1884 ]
1885 } 1885 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698