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

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 3ad0037cbc3214a66d4ccf0cf4b9eab42961a66d..2e97421778f20c7687d31e2fb1221fd56326f876 100755
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -865,6 +865,29 @@
"events": []
},
{
+ "namespace": "devtools",
+ "types": [
+ ],
+ "functions": [
+ {
+ "name": "getTabEvents",
+ "type": "function",
+ "description": "EXPERIMENTAL support for timeline API",
+ "nodocs": "true",
+ "parameters": [
+ {
+ "name": "tab_id",
+ "type": "integer"
+ }
+ ],
+ "returns": {
+ "type": "object",
+ "description": "DevTools tab events object"
+ }
+ }
+ ]
+ },
+ {
"namespace": "test",
"types": [],
"functions": [
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698