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

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

Issue 2737863002: DevTools: move counter-related devtools.timeline trace events into probe:: probes. (Closed)
Patch Set: Created 3 years, 9 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
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 bb6e3944e596482adf52775008b10a271ac07185..b6cc95734e4a498b68f471e318427958b168e57e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -337,10 +337,13 @@ class XMLHttpRequest;
ExecuteScript([Keep] ExecutionContext* context);
[Performance]
alph 2017/03/08 01:32:01 TraceEvents
- CallFunction([Keep] ExecutionContext* context, v8::Local<v8::Function> function);
+ CallFunction([Keep] ExecutionContext* context, v8::Local<v8::Function> function, int depth = 0);
[Performance, DOMDebugger]
UserCallback([Keep] ExecutionContext* context, const char* name, const AtomicString& atomicName, bool recurring, EventTarget* eventTarget = nullptr);
+
+ [TraceEvents]
+ ParseHTML(Document* document, HTMLDocumentParser* parser);
}
interface InspectorOverrides {

Powered by Google App Engine
This is Rietveld 408576698