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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 1913283003: [DevTools] Rework idle{Started,Finished} instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1907663005
Patch Set: rebased Created 4 years, 8 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 | « no previous file | third_party/WebKit/Source/core/inspector/InspectorSession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 73940984ecf30f0ca935e6fd2902f57db5535622..5c0b8ef9a463931a99884345a3c06e14f58e5e44 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -244,24 +244,6 @@ class XMLHttpRequest;
[Worker, PageConsole]
void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);
- [V8]
- void willProcessTask(WorkerGlobalScope*);
-
- [V8]
- void didProcessTask(WorkerGlobalScope*);
-
- [V8]
- void willProcessTask(LocalFrame*);
-
- [V8]
- void didProcessTask(LocalFrame*);
-
- [V8]
- void willEnterNestedRunLoop(WorkerGlobalScope*);
-
- [V8]
- void didLeaveNestedRunLoop(WorkerGlobalScope*);
-
[Resource]
void didCreateWebSocket([Keep] Document*, unsigned long identifier, const KURL& requestURL, const String& protocol);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorSession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698