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

Unified Diff: Source/devtools/front_end/Toolbar.js

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
« no previous file with comments | « Source/devtools/front_end/Tests.js ('k') | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Toolbar.js
diff --git a/Source/devtools/front_end/Toolbar.js b/Source/devtools/front_end/Toolbar.js
index a4ddeafd73910f3d60710c44b2d43f34b0c15967..cff48ac306240d3d41128c857367559964fb0232 100644
--- a/Source/devtools/front_end/Toolbar.js
+++ b/Source/devtools/front_end/Toolbar.js
@@ -97,7 +97,7 @@ WebInspector.Toolbar.prototype = {
var defaultPanels = {
"elements": true,
"resources": true,
- "scripts": true,
+ "sources": true,
"console": true,
"network": true,
"timeline": true,
@@ -115,7 +115,7 @@ WebInspector.Toolbar.prototype = {
"elements": true,
"console": true,
"network": true,
- "scripts": true,
+ "sources": true,
"timeline": true,
"profiles": true,
"cpu-profiler": true,
« no previous file with comments | « Source/devtools/front_end/Tests.js ('k') | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698