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

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

Issue 212953003: TimelinePanel: provide scriptId in FunctionCall event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor change Created 6 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
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 children : <object> 5 children : <object>
6 counters : <object> 6 counters : <object>
7 data : { 7 data : {
8 scriptId : <string>
8 scriptLine : <number> 9 scriptLine : <number>
9 scriptName : <string> 10 scriptName : <string>
10 } 11 }
11 endTime : <number> 12 endTime : <number>
12 frameId : <string> 13 frameId : <string>
13 startTime : <number> 14 startTime : <number>
14 type : "FunctionCall" 15 type : "FunctionCall"
15 } 16 }
16 FunctionCall Properties: 17 FunctionCall Properties:
17 { 18 {
18 children : <object> 19 children : <object>
19 counters : <object> 20 counters : <object>
20 data : { 21 data : {
22 scriptId : <string>
21 scriptLine : <number> 23 scriptLine : <number>
22 scriptName : <string> 24 scriptName : <string>
23 } 25 }
24 endTime : <number> 26 endTime : <number>
25 frameId : <string> 27 frameId : <string>
26 startTime : <number> 28 startTime : <number>
27 type : "FunctionCall" 29 type : "FunctionCall"
28 } 30 }
29 31
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | LayoutTests/inspector/timeline/timeline-script-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698