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

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

Issue 10454106: Dispatch a new event chrome.contextMenus.onClicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "chrome.browsingData.removeIndexedDB": "browsingData.html#method-removeIndex edDB", 46 "chrome.browsingData.removeIndexedDB": "browsingData.html#method-removeIndex edDB",
47 "chrome.browsingData.removeLocalStorage": "browsingData.html#method-removeLo calStorage", 47 "chrome.browsingData.removeLocalStorage": "browsingData.html#method-removeLo calStorage",
48 "chrome.browsingData.removePasswords": "browsingData.html#method-removePassw ords", 48 "chrome.browsingData.removePasswords": "browsingData.html#method-removePassw ords",
49 "chrome.browsingData.removePluginData": "browsingData.html#method-removePlug inData", 49 "chrome.browsingData.removePluginData": "browsingData.html#method-removePlug inData",
50 "chrome.browsingData.removeWebSQL": "browsingData.html#method-removeWebSQL", 50 "chrome.browsingData.removeWebSQL": "browsingData.html#method-removeWebSQL",
51 "chrome.contentSettings.ContentSetting.clear": "contentSettings.html#method- ContentSetting-clear", 51 "chrome.contentSettings.ContentSetting.clear": "contentSettings.html#method- ContentSetting-clear",
52 "chrome.contentSettings.ContentSetting.get": "contentSettings.html#method-Co ntentSetting-get", 52 "chrome.contentSettings.ContentSetting.get": "contentSettings.html#method-Co ntentSetting-get",
53 "chrome.contentSettings.ContentSetting.getResourceIdentifiers": "contentSett ings.html#method-ContentSetting-getResourceIdentifiers", 53 "chrome.contentSettings.ContentSetting.getResourceIdentifiers": "contentSett ings.html#method-ContentSetting-getResourceIdentifiers",
54 "chrome.contentSettings.ContentSetting.set": "contentSettings.html#method-Co ntentSetting-set", 54 "chrome.contentSettings.ContentSetting.set": "contentSettings.html#method-Co ntentSetting-set",
55 "chrome.contextMenus.create": "contextMenus.html#method-create", 55 "chrome.contextMenus.create": "contextMenus.html#method-create",
56 "chrome.contextMenus.onClicked": "contextMenus.html#event-onClicked",
56 "chrome.contextMenus.remove": "contextMenus.html#method-remove", 57 "chrome.contextMenus.remove": "contextMenus.html#method-remove",
57 "chrome.contextMenus.removeAll": "contextMenus.html#method-removeAll", 58 "chrome.contextMenus.removeAll": "contextMenus.html#method-removeAll",
58 "chrome.contextMenus.update": "contextMenus.html#method-update", 59 "chrome.contextMenus.update": "contextMenus.html#method-update",
59 "chrome.cookies.get": "cookies.html#method-get", 60 "chrome.cookies.get": "cookies.html#method-get",
60 "chrome.cookies.getAll": "cookies.html#method-getAll", 61 "chrome.cookies.getAll": "cookies.html#method-getAll",
61 "chrome.cookies.getAllCookieStores": "cookies.html#method-getAllCookieStores ", 62 "chrome.cookies.getAllCookieStores": "cookies.html#method-getAllCookieStores ",
62 "chrome.cookies.onChanged": "cookies.html#event-onChanged", 63 "chrome.cookies.onChanged": "cookies.html#event-onChanged",
63 "chrome.cookies.remove": "cookies.html#method-remove", 64 "chrome.cookies.remove": "cookies.html#method-remove",
64 "chrome.cookies.set": "cookies.html#method-set", 65 "chrome.cookies.set": "cookies.html#method-set",
65 "chrome.debugger.attach": "debugger.html#method-attach", 66 "chrome.debugger.attach": "debugger.html#method-attach",
(...skipping 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 "manifest.json", 2752 "manifest.json",
2752 "popup.html", 2753 "popup.html",
2753 "popup.js", 2754 "popup.js",
2754 "sample.css" 2755 "sample.css"
2755 ], 2756 ],
2756 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2757 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2757 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2758 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2758 } 2759 }
2759 ] 2760 ]
2760 } 2761 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698