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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed WS urls to be those of WS, not script Created 5 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 unified diff | Download patch
OLDNEW
1 Tests the Timeline API function call record for InjectedScript.eval call feature . 1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2 2
3 FunctionCall Properties: 3 FunctionCall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 scriptId : <string> 7 scriptId : <string>
8 scriptLine : <number> 8 scriptLine : <number>
9 scriptName : <string> 9 scriptName : <string>
10 stackTrace : <object> 10 stackTrace : <object>
11 } 11 }
12 endTime : <number> 12 endTime : <number>
13 frameId : <string> 13 frameId : <string>
14 stackTrace : <object> 14 stackTrace : <object>
15 startTime : <number> 15 startTime : <number>
16 thread : <string> 16 thread : <string>
17 type : "FunctionCall" 17 type : "FunctionCall"
18 } 18 }
19 Text details for FunctionCall: VM693:1
yurys 2015/09/21 18:49:32 This is bound to flake.
19 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698