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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-time-stamp-expected.txt

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests the Timeline API timeStamp feature
2
3 TimeStamp Properties:
4 {
5 data : {
6 message : "TIME STAMP"
7 }
8 endTime : <number>
9 frameId : <string>
10 stackTrace : <object>
11 startTime : <number>
12 thread : <string>
13 type : "TimeStamp"
14 }
15 Timestamp records:
16 TimeStamp Properties:
17 {
18 data : {
19 message : "TIME STAMP"
20 }
21 endTime : <number>
22 frameId : <string>
23 stackTrace : <object>
24 startTime : <number>
25 thread : <string>
26 type : "TimeStamp"
27 }
28
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time-stamp.html ('k') | LayoutTests/inspector/timeline/timeline-timer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698