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

Side by Side Diff: chrome/browser/resources/tracing.html

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2010 The Chromium Authors. All rights reserved. 4 Copyright (c) 2010 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <include src="content_security_policy.html"/>
10
11 <link rel="stylesheet" href="webui.css"> 9 <link rel="stylesheet" href="webui.css">
12 <style> 10 <style>
13 * { 11 * {
14 box-sizing: border-box; 12 box-sizing: border-box;
15 -webkit-user-select: none; 13 -webkit-user-select: none;
16 } 14 }
17 15
18 html, body, #main-tabs { 16 html, body, #main-tabs {
19 height: 100%; 17 height: 100%;
20 } 18 }
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <div id="debug-div"> 58 <div id="debug-div">
61 </div> 59 </div>
62 <h3 id="tracing-title" i18n-content="tracingTitle">TITLE</h3> 60 <h3 id="tracing-title" i18n-content="tracingTitle">TITLE</h3>
63 <div id="profiling-view"> 61 <div id="profiling-view">
64 </div> 62 </div>
65 <script src="chrome://resources/js/i18n_template.js"></script> 63 <script src="chrome://resources/js/i18n_template.js"></script>
66 <script src="chrome://resources/js/i18n_process.js"></script> 64 <script src="chrome://resources/js/i18n_process.js"></script>
67 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 65 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
68 </body> 66 </body>
69 </html> 67 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/task_manager/main.html ('k') | chrome/browser/resources/workers/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698