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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.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/sources/debugger-ui/source-frame.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
index 72ded7fa379d5571314a17e6cc1f5410eac23e28..e7669e039c3ed0138b22386de8f4e6b59a1d48ff 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
@@ -18,7 +18,7 @@ function methodForBreakpoint()
function test()
{
- WebInspector.ResourcesPanel.show();
+ WebInspector.viewManager.showView("resources");
InspectorTest.runDebuggerTestSuite([
function testSetBreakpoint(next)
{
@@ -71,8 +71,7 @@ function test()
function testShowResource(next)
{
- WebInspector.NetworkPanel.show();
-
+ WebInspector.viewManager.showView("network");
InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "show", didShowSourceFrame);
InspectorTest.resourceTreeModel.forAllResources(visit);

Powered by Google App Engine
This is Rietveld 408576698