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

Side by Side Diff: chrome/browser/resources/gpu_internals.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
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 href="chrome://tracing">chrome://tracing</a>. 65 href="chrome://tracing">chrome://tracing</a>.
68 </div> 66 </div>
69 </tabpanel> 67 </tabpanel>
70 </tabpanels> 68 </tabpanels>
71 </tabbox> 69 </tabbox>
72 <script src="chrome://resources/js/i18n_template.js"></script> 70 <script src="chrome://resources/js/i18n_template.js"></script>
73 <script src="chrome://resources/js/i18n_process.js"></script> 71 <script src="chrome://resources/js/i18n_process.js"></script>
74 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 72 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
75 </body> 73 </body>
76 </html> 74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/resources/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698