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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2
3 FunctionCall Properties:
4 {
5 data : {
6 scriptId : <string>
7 scriptLine : <number>
8 scriptName : <string>
9 }
10 endTime : <number>
11 frameId : <string>
12 startTime : <number>
13 thread : <string>
14 type : "FunctionCall"
15 }
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698