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: LayoutTests/inspector/console/console-timeline-expected.txt

Issue 593123003: DevTools: make console.timeline/timelineEnd work for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 6 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/console-timeline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-timeline-expected.txt
diff --git a/LayoutTests/inspector/console/console-timeline-expected.txt b/LayoutTests/inspector/console/console-timeline-expected.txt
index bfbd9ccc50860e850e96a47b125c577f672505fc..302789b9dff51816cd16c5212c219be56b7cd56e 100644
--- a/LayoutTests/inspector/console/console-timeline-expected.txt
+++ b/LayoutTests/inspector/console/console-timeline-expected.txt
@@ -1,4 +1,6 @@
+CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead.
CONSOLE DEBUG: Timeline 'one' started.
+CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead.
CONSOLE DEBUG: Timeline 'one' finished.
CONSOLE DEBUG: Timeline 'one' started.
CONSOLE DEBUG: Timeline 'one' started.
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/console-timeline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698