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

Unified Diff: Source/devtools/front_end/devtools.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/devtools.css ('k') | Source/devtools/front_end/devtools.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/devtools.html
diff --git a/Source/devtools/front_end/devtools.html b/Source/devtools/front_end/devtools.html
index c9bb143363b529a7fb36b32abf333e1e8da194b3..be7306408760e40dc3715f713e6d8e084b854d67 100644
--- a/Source/devtools/front_end/devtools.html
+++ b/Source/devtools/front_end/devtools.html
@@ -7,10 +7,14 @@
<html>
<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'">
+ <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline'">
<link rel="stylesheet" type="text/css" href="devtools.css">
<script type="text/javascript" src="Runtime.js"></script>
<script type="text/javascript" src="devtools.js"></script>
</head>
-<body class="undocked" id="-blink-dev-tools"></body>
+<body class="undocked" id="-blink-dev-tools">
+<script>
+document.write("<iframe class='inspector-app-iframe' src='inspector.html" + window.location.search + "'></iframe>");
+</script>
+</body>
</html>
« no previous file with comments | « Source/devtools/front_end/devtools.css ('k') | Source/devtools/front_end/devtools.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698