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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 years, 2 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-misc/timeline-auto-record.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
index 8516b7cde12636e94c61a9eaaa9ed5aba0511365..45b1c4819f0b227af0105e5133dc8441066c6f95 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-auto-record.html
@@ -13,7 +13,7 @@ function test()
InspectorTest.addSniffer(panel, "recordingStarted", recordingStarted);
InspectorTest.addSniffer(panel, "loadingComplete", callbackBarrier.createCallback());
- WebInspector.ConsolePanel.show();
+ WebInspector.viewManager.showView("console");
InspectorTest.runWhenPageLoads(step1);
InspectorTest.addResult("Reloading page on console panel");
panel._millisecondsToRecordAfterLoadEvent = 1;
@@ -21,7 +21,7 @@ function test()
function step1()
{
- WebInspector.TimelinePanel.show();
+ WebInspector.viewManager.showView("timeline");
InspectorTest.runWhenPageLoads(callbackBarrier.createCallback());
callbackBarrier.callWhenDone(recordingStopped);
InspectorTest.addResult("Reloading page on timeline panel");

Powered by Google App Engine
This is Rietveld 408576698