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

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

Issue 732683002: Timeline: bring back FirstPaint marker and remove brown ticks near frame markers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
1 Tests the load event. 1 Tests the load event.
2 2
3 Page reloaded. 3 Page reloaded.
4 Model records: 4 Model records:
5 Timestamp records: 5 Timestamp records:
6 MarkDOMContent Properties: 6 MarkDOMContent Properties:
7 { 7 {
8 data : { 8 data : {
9 frame : <string> 9 frame : <string>
10 isMainFrame : true 10 isMainFrame : true
11 } 11 }
12 endTime : <number> 12 endTime : <number>
13 frameId : <string> 13 frameId : <string>
14 startTime : <number> 14 startTime : <number>
15 thread : <string> 15 thread : <string>
16 type : "MarkDOMContent" 16 type : "MarkDOMContent"
17 } 17 }
18 MarkLoad Properties: 18 MarkLoad Properties:
19 { 19 {
20 data : { 20 data : {
21 frame : <string> 21 frame : <string>
22 isMainFrame : true 22 isMainFrame : true
23 } 23 }
24 endTime : <number> 24 endTime : <number>
25 frameId : <string> 25 frameId : <string>
26 startTime : <number> 26 startTime : <number>
27 thread : <string> 27 thread : <string>
28 type : "MarkLoad" 28 type : "MarkLoad"
29 } 29 }
30 MarkFirstPaint Properties:
31 {
32 data : {
33 }
34 endTime : <number>
35 startTime : <number>
36 thread : <string>
37 type : "MarkFirstPaint"
38 }
30 39
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-load-event.html ('k') | Source/devtools/front_end/timeline/TimelineModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698