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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 10 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 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId. 1 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId.
2 2
3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number. 3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number.
4 4
5 detailsTextContent for FunctionCall event: 'undefined' 5 detailsTextContent for FunctionCall event: 'undefined'
6 detailsTextContent for TimerInstall event: 'performActions.js:3' 6 detailsTextContent for TimerInstall event: 'performActions.js:1'
7 details.textContent for TimerInstall event: 'performActions.js:3' 7 details.textContent for TimerInstall event: 'performActions.js:1'
8 detailsTextContent for TimerInstall event: 'performActions.js:4' 8 detailsTextContent for TimerInstall event: 'performActions.js:1'
9 details.textContent for TimerInstall event: 'performActions.js:4' 9 details.textContent for TimerInstall event: 'performActions.js:1'
10 detailsTextContent for FunctionCall event: 'performActions.js:7' 10 detailsTextContent for FunctionCall event: 'performActions.js:7'
11 details.textContent for FunctionCall event: 'performActions.js:7' 11 details.textContent for FunctionCall event: 'performActions.js:7'
12 detailsTextContent for FunctionCall event: 'performActions.js:7' 12 detailsTextContent for FunctionCall event: 'performActions.js:7'
13 details.textContent for FunctionCall event: 'performActions.js:7' 13 details.textContent for FunctionCall event: 'performActions.js:7'
14 detailsTextContent for TimerRemove event: 'performActions.js:11' 14 detailsTextContent for TimerRemove event: 'performActions.js:7'
15 details.textContent for TimerRemove event: 'performActions.js:11' 15 details.textContent for TimerRemove event: 'performActions.js:7'
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698