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

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

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.css ('k') | Source/devtools/front_end/inspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.html
diff --git a/Source/devtools/front_end/toolbox.html b/Source/devtools/front_end/inspector.html
similarity index 80%
copy from Source/devtools/front_end/toolbox.html
copy to Source/devtools/front_end/inspector.html
index bb50e8570442d0267a5b443227ea4b229b6058d6..c0bf58c4eae0dd49ca0ac139de016622c982e437 100644
--- a/Source/devtools/front_end/toolbox.html
+++ b/Source/devtools/front_end/inspector.html
@@ -8,9 +8,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval'">
- <link rel="stylesheet" type="text/css" href="toolbox.css">
+ <link rel="stylesheet" type="text/css" href="inspector.css">
<script type="text/javascript" src="Runtime.js"></script>
- <script type="text/javascript" src="toolbox.js"></script>
+ <script type="text/javascript" src="inspector.js"></script>
</head>
<body class="undocked" id="-blink-dev-tools"></body>
</html>
« no previous file with comments | « Source/devtools/front_end/inspector.css ('k') | Source/devtools/front_end/inspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698