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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html

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 more caseq@ comments. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
index dca3d345f39c18f15bc8ae9770e14d031c4cd838..1150f04baf0b6bc11f676cc25c331eea583ea122 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
@@ -22,6 +22,7 @@ function test()
{
WebInspector.TimelinePanel.show();
WebInspector.panels.timeline._model._currentTarget = WebInspector.targetManager.mainTarget();
+ WebInspector.panels.timeline._captureJSProfileSetting.set(false);
InspectorTest.invokeAsyncWithTimeline("performActions", finish);
function finish()

Powered by Google App Engine
This is Rietveld 408576698