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

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

Issue 2151273003: [DevTools] Move browser logging from Console domain to Log domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internals-method
Patch Set: protocol improvements 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 fc335f7983d673c3cb89d1986a8714fc20de641b..412c9b662bfd1909324d4aa0515cde9a24170ce8 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -63,6 +63,7 @@ interface InspectorInstrumentation {
#include "core/dom/CharacterData.h"
#include "core/dom/PseudoElement.h"
+class ConsoleMessage;
class ThreadableLoaderClient;
class WebSocketHandshakeRequest;
class WebSocketHandshakeResponse;
@@ -290,6 +291,9 @@ class XMLHttpRequest;
[Page]
void windowCreated(LocalFrame* opener, LocalFrame* created);
+
+ [Log]
+ void consoleMessageAdded(ExecutionContext*, ConsoleMessage*);
}
interface InspectorOverrides {

Powered by Google App Engine
This is Rietveld 408576698