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

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

Issue 2637443004: DevTools: bring back old landing page in timeline/performance. (Closed)
Patch Set: review comments addressed Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/frame-model-instrumentation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
index 8e9df83f1611f02edb6660d59e252cdc6e9926d5..447cf2dc85db4f2eb74d67fed0689841314c0684 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
@@ -28,8 +28,7 @@ function test()
UI.viewManager.showView("timeline");
const panel = UI.panels.timeline;
panel._model._currentTarget = SDK.targetManager.mainTarget();
- panel._landingPage._tabbedPane.selectTab(Timeline.TimelineLandingPage.PageId.Advanced);
- panel._captureJSProfileSetting.set(false);
+ panel._disableCaptureJSProfileSetting.set(true);
InspectorTest.invokeAsyncWithTimeline("performActions", finish);
function finish()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/frame-model-instrumentation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698