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

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

Issue 2112593003: [DevTools] Remove [V8] from InspectorInstrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrated to inspector-protocol test Created 4 years, 5 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 673fe96bfc8333cfc2b50601a742ca2f55c1649e..fc335f7983d673c3cb89d1986a8714fc20de641b 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -69,8 +69,7 @@ class WebSocketHandshakeResponse;
class WorkerInspectorProxy;
class XMLHttpRequest;
- // We should call PageDebuggerAgent method first otherwise this method resets script cache and removes scripts executed by other agents.
- [V8, Page, Animation]
+ [Page, Animation]
void didClearDocumentOfWindowObject([Keep] LocalFrame*);
[DOMDebugger]
@@ -205,15 +204,12 @@ class XMLHttpRequest;
[Network]
void scriptImported(ExecutionContext*, unsigned long identifier, const String& sourceString);
- [V8]
+ [DOMDebugger]
void scriptExecutionBlockedByCSP(ExecutionContext*, const String& directiveText);
[Network]
void didReceiveScriptResponse(ExecutionContext*, unsigned long identifier);
- [V8]
- void didStartProvisionalLoad([Keep] LocalFrame*);
-
[DOM, Page]
void domContentLoadedEventFired([Keep] LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698