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

Unified Diff: LayoutTests/inspector/debugger/scripts-panel.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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: LayoutTests/inspector/debugger/scripts-panel.html
diff --git a/LayoutTests/inspector/debugger/scripts-panel.html b/LayoutTests/inspector/debugger/scripts-panel.html
index 81b214d5169925d8dc4373f3e9769d4bef562594..b72b4650450522ec3947eeedf283172f02009660 100644
--- a/LayoutTests/inspector/debugger/scripts-panel.html
+++ b/LayoutTests/inspector/debugger/scripts-panel.html
@@ -6,7 +6,7 @@
<script>
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.createWorkspace(true);
function createContentProvider(url)
@@ -44,7 +44,7 @@ function test()
addNetworkFile(workspace, "foobar.js");
- var panel = new WebInspector.ScriptsPanel(workspace);
+ var panel = new WebInspector.SourcesPanel(workspace);
panel.show();
addNetworkFile(workspace, "foo.js");
@@ -65,7 +65,7 @@ function test()
{
var workspace = createMockWorkspace();
var workspaceController = new WebInspector.WorkspaceController(workspace);
- var panel = new WebInspector.ScriptsPanel(workspace);
+ var panel = new WebInspector.SourcesPanel(workspace);
panel.show();
addNetworkFile(workspace, "foo.js");
@@ -87,7 +87,7 @@ function test()
function testDebuggerUISourceCodeAddedAndRemoved(next)
{
var workspace = createMockWorkspace();
- var panel = new WebInspector.ScriptsPanel(workspace);
+ var panel = new WebInspector.SourcesPanel(workspace);
panel.show();
var uiSourceCode = addNetworkFile(workspace, "foo.js");
« no previous file with comments | « LayoutTests/inspector/debugger/script-formatter-console.html ('k') | LayoutTests/inspector/debugger/scripts-sorting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698