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

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

Issue 847193002: Revert of Make the HTMLDocumentParser yield more aggressively (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 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
18 EvaluateScript Properties: 10 EvaluateScript Properties:
19 { 11 {
20 children : <object> 12 children : <object>
21 data : { 13 data : {
22 frame : <string> 14 frame : <string>
23 lineNumber : <number> 15 lineNumber : <number>
24 stackTrace : <object> 16 stackTrace : <object>
25 url : .../inspector/tracing/resources/timeline-iframe-data.html 17 url : .../inspector/tracing/resources/timeline-iframe-data.html
26 } 18 }
27 endTime : <number> 19 endTime : <number>
28 frameId : <string> 20 frameId : <string>
29 stackTrace : <object> 21 stackTrace : <object>
30 startTime : <number> 22 startTime : <number>
31 thread : <string> 23 thread : <string>
32 type : "EvaluateScript" 24 type : "EvaluateScript"
33 } 25 }
26 ParseHTML
27 ParseHTML
28 ----> EventDispatch
29 ----> EventDispatch
30 ----> EventDispatch
31 ----> EventDispatch
32 --------> FunctionCall
33 ------------> FunctionCall
34 ----> EventDispatch
35 ----> EventDispatch
34 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698