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

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

Issue 710033003: [DevTools] Extract part of DevTools into inspector app. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 1 month 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/inspector.html ('k') | Source/devtools/front_end/inspector.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.js
diff --git a/Source/devtools/front_end/devtools.js b/Source/devtools/front_end/inspector.js
similarity index 80%
copy from Source/devtools/front_end/devtools.js
copy to Source/devtools/front_end/inspector.js
index 8fd720f02a3c63030f29f7e3068fd481195346a2..322527dd3615afe7a2f35fb61acc224fbeddf00f 100644
--- a/Source/devtools/front_end/devtools.js
+++ b/Source/devtools/front_end/inspector.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Runtime.startApplication("devtools");
+Runtime.startApplication("inspector");
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698