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

Side by Side Diff: LayoutTests/inspector/tracing/console-timeline-expected.txt

Issue 717493003: Update UseCounter::deprecationMessage() cases to use the replacedBy function (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: console.timeline is deprecated. Please use the console.time ins tead. 1 CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' ins tead.
2 CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeE nd instead. 2 CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEn d' instead.
3 Tests console.timeline and timelineEnd commands. 3 Tests console.timeline and timelineEnd commands.
4 4
5 5
6 Running: testStartStopTimeline 6 Running: testStartStopTimeline
7 timestamp 0 7 timestamp 0
8 Timeline 'one' 8 Timeline 'one'
9 timestamp 1 9 timestamp 1
10 Timeline 'one' 10 Timeline 'one'
11 timestamp 2 11 timestamp 2
12 12
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 Timeline 'two' 74 Timeline 'two'
75 timestamp 2 75 timestamp 2
76 76
77 Running: testRacyStart2 77 Running: testRacyStart2
78 timestamp 0 78 timestamp 0
79 Timeline 'one' 79 Timeline 'one'
80 timestamp 1 80 timestamp 1
81 Timeline 'two' 81 Timeline 'two'
82 timestamp 2 82 timestamp 2
83 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698