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

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

Issue 1104233004: DevTools: rebaseline inspector tests with poor expectations (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined Created 5 years, 7 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 Tests the Timeline events for Timers 1 Tests the Timeline events for Timers
2 2
3 TimerInstall Properties: 3 TimerInstall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 singleShot : true 7 singleShot : true
8 stackTrace : <object> 8 stackTrace : <object>
9 timeout : 10 9 timeout : 10
10 timerId : <number> 10 timerId : <number>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 type : "TimerRemove" 86 type : "TimerRemove"
87 } 87 }
88 FunctionCall Properties: 88 FunctionCall Properties:
89 { 89 {
90 children : <object> 90 children : <object>
91 data : { 91 data : {
92 frame : <string> 92 frame : <string>
93 scriptId : <string> 93 scriptId : <string>
94 scriptLine : <number> 94 scriptLine : <number>
95 scriptName : <string> 95 scriptName : <string>
96 stackTrace : <object>
96 } 97 }
97 endTime : <number> 98 endTime : <number>
98 frameId : <string> 99 frameId : <string>
100 stackTrace : <object>
99 startTime : <number> 101 startTime : <number>
100 thread : <string> 102 thread : <string>
101 type : "FunctionCall" 103 type : "FunctionCall"
102 } 104 }
103 FunctionCall Properties: 105 FunctionCall Properties:
104 { 106 {
105 data : { 107 data : {
106 frame : <string> 108 frame : <string>
107 scriptId : <string> 109 scriptId : <string>
108 scriptLine : <number> 110 scriptLine : <number>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 url : 144 url :
143 } 145 }
144 endTime : <number> 146 endTime : <number>
145 frameId : <string> 147 frameId : <string>
146 stackTrace : <object> 148 stackTrace : <object>
147 startTime : <number> 149 startTime : <number>
148 thread : <string> 150 thread : <string>
149 type : "EvaluateScript" 151 type : "EvaluateScript"
150 } 152 }
151 153
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-script-tag-1-expected.txt ('k') | Source/bindings/core/v8/ScriptFunctionCall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698