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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html

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/LayoutTests/inspector/sources/debugger-ui/source-frame.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
index 311d2b0e4c123f8b76f1e43bb45e6b2615490f34..72ded7fa379d5571314a17e6cc1f5410eac23e28 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
@@ -1,6 +1,7 @@
<html>
<head>
<script src="../../../http/tests/inspector/inspector-test.js"></script>
+<script src="../../../http/tests/inspector/console-test.js"></script>
<script src="../../../http/tests/inspector/debugger-test.js"></script>
<script src="../../../http/tests/inspector/network-test.js"></script>
<script src="../../../http/tests/inspector/resources-test.js"></script>
@@ -56,7 +57,7 @@ function test()
if (this !== shownSourceFrame)
return;
InspectorTest.addResult("Message added to source frame: " + message.text());
- setImmediate(function() { InspectorTest.consoleModel.requestClearMessages(); });
+ setImmediate(function() { WebInspector.ConsoleView.clearConsole(); });
kozy 2016/07/18 19:32:54 () => WebInspector.ConsoleView.clearConsole()
}
function didRemoveMessage(message)

Powered by Google App Engine
This is Rietveld 408576698