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

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

Issue 2649323005: Cleanly detach XHR and other pending loader clients from Inspector. (Closed)
Patch Set: detach all loader clients from inspector Created 3 years, 11 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 2a85e901a504b90dd2ce0d4196bf119139c3e210..7c3d6931636523966e8ccbd06ee95863e031fe97 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -213,6 +213,9 @@ class XMLHttpRequest;
void didFinishFetch([Keep] ExecutionContext*, ThreadableLoaderClient*, const AtomicString& method, const String& url);
[Network]
+ void detachClientRequest(ExecutionContext*, ThreadableLoaderClient*);
yhirano 2017/01/25 11:06:26 Please mention that this can be called from a pre-
sof 2017/01/25 11:44:30 Hmm. I don't see the value of adding that comment,
yhirano 2017/01/27 07:57:59 LocalFrame::detach does a lot of things so I don't
sof 2017/01/27 08:40:35 ok.. clarified.
+
+ [Network]
void scriptImported(ExecutionContext*, unsigned long identifier, const String& sourceString);
[DOMDebugger]

Powered by Google App Engine
This is Rietveld 408576698