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

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

Issue 297683002: Remove DevTools instrumentation of Blink promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 52f01b21b2c93290b1bc75e3f26986a322627df2..54fb115511e55ceaafcf8de1c6158314987b9303 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -505,31 +505,3 @@ interface InspectorCanvasInstrumentation {
[Canvas]
ScriptObject wrapWebGLRenderingContextForInstrumentation(Document*, const ScriptObject&);
}
-
-
-interface InspectorPromiseInstrumentation {
-
-#include "bindings/v8/custom/V8PromiseCustom.h"
-#include "bindings/v8/ScriptObject.h"
-
- [Debugger, Inline=FastReturn]
- void didPostPromiseTask([Keep] ExecutionContext*, ExecutionContextTask*, bool isResolved);
-
- [Debugger, Inline=FastReturn]
- InspectorInstrumentationCookie willPerformPromiseTask([Keep] ExecutionContext*, ExecutionContextTask*);
-
- [Debugger, Inline=FastReturn]
- void didPerformPromiseTask(const InspectorInstrumentationCookie&);
-
- [Debugger, Inline=FastReturn]
- bool isPromiseTrackerEnabled(ExecutionContext*);
-
- [Debugger, Inline=FastReturn]
- void didCreatePromise(ExecutionContext*, const ScriptObject& promise);
-
- [Debugger, Inline=FastReturn]
- void didUpdatePromiseParent(ExecutionContext*, const ScriptObject& promise, const ScriptObject& parentPromise);
-
- [Debugger, Inline=FastReturn]
- void didUpdatePromiseState(ExecutionContext*, const ScriptObject& promise, V8PromiseCustom::PromiseState, const ScriptValue& result);
-}
« no previous file with comments | « Source/core/inspector/InspectorDebuggerAgent.cpp ('k') | Source/core/inspector/InspectorPromiseInstrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698