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

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

Issue 1106623003: DevTools: render ParseHTML details in timeline: url, start and end lines. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed. Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests the Timeline API instrumentation of ParseHTML 1 Tests the Timeline API instrumentation of ParseHTML
2 2
3 Test data 3 Test data
4 ParseHTML Properties: 4 ParseHTML Properties:
5 { 5 {
6 data : { 6 data : {
7 beginData : { 7 beginData : {
8 frame : <string> 8 frame : <string>
9 stackTrace : <object> 9 stackTrace : <object>
10 startLine : 0 10 startLine : 0
11 url : .../inspector/tracing/timeline-parse-html.html
11 } 12 }
12 endLine : 0 13 endData : {
14 endLine : -1
15 }
13 } 16 }
14 endTime : <number> 17 endTime : <number>
15 stackTrace : <object> 18 stackTrace : <object>
16 startTime : <number> 19 startTime : <number>
17 thread : <string> 20 thread : <string>
18 type : "ParseHTML" 21 type : "ParseHTML"
19 } 22 }
20 ParseHTML Properties: 23 ParseHTML Properties:
21 { 24 {
22 data : { 25 data : {
23 beginData : { 26 beginData : {
24 frame : <string> 27 frame : <string>
25 stackTrace : <object> 28 stackTrace : <object>
26 startLine : 0 29 startLine : 0
30 url : .../inspector/tracing/timeline-parse-html.html
27 } 31 }
28 endLine : 0 32 endData : {
33 endLine : -1
34 }
29 } 35 }
30 endTime : <number> 36 endTime : <number>
31 stackTrace : <object> 37 stackTrace : <object>
32 startTime : <number> 38 startTime : <number>
33 thread : <string> 39 thread : <string>
34 type : "ParseHTML" 40 type : "ParseHTML"
35 } 41 }
36 42
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698