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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-script-tag-1-expected.txt

Issue 673603002: Reland: Make the HTMLDocumentParser yield more aggressively (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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
OLDNEW
1 CONSOLE MESSAGE: line 8: iframe loaded 1 CONSOLE MESSAGE: line 8: iframe loaded
2 Tests the Timeline API instrumentation of an HTML script tag. 2 Tests the Timeline API instrumentation of an HTML script tag.
3 3
4 4
5 ParseHTML 5 ParseHTML
6 ParseHTML 6 ParseHTML
7 ParseHTML 7 ParseHTML
8 ----> EvaluateScript 8 ----> EvaluateScript
9 --------> Timestamp: SCRIPT TAG 9 --------> Timestamp: SCRIPT TAG
10 ----> EventDispatch
11 ----> EventDispatch
12 ----> EventDispatch
13 ----> EventDispatch
14 --------> FunctionCall
15 ------------> FunctionCall
16 ----> EventDispatch
17 ----> EventDispatch
10 EvaluateScript Properties: 18 EvaluateScript Properties:
11 { 19 {
12 children : <object> 20 children : <object>
13 data : { 21 data : {
14 frame : <string> 22 frame : <string>
15 lineNumber : <number> 23 lineNumber : <number>
16 url : .../inspector/tracing/resources/timeline-iframe-data.html 24 url : .../inspector/tracing/resources/timeline-iframe-data.html
17 } 25 }
18 endTime : <number> 26 endTime : <number>
19 frameId : <string> 27 frameId : <string>
20 startTime : <number> 28 startTime : <number>
21 thread : <string> 29 thread : <string>
22 type : "EvaluateScript" 30 type : "EvaluateScript"
23 } 31 }
24 ParseHTML
25 ParseHTML
26 ----> EventDispatch
27 ----> EventDispatch
28 ----> EventDispatch
29 ----> EventDispatch
30 --------> FunctionCall
31 ------------> FunctionCall
32 ----> EventDispatch
33 ----> EventDispatch
34 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698