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

Side by Side Diff: chrome/browser/resources/task_manager/main.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 <!-- 2 <!--
3 -- Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <include src="../content_security_policy.html"/>
11 <title i18n-content="TITLE"></title> 10 <title i18n-content="TITLE"></title>
12 <script src="chrome://tasks/includes.js"></script> 11 <script src="chrome://tasks/includes.js"></script>
13 <script src="chrome://tasks/main.js"></script> 12 <script src="chrome://tasks/main.js"></script>
14 <script src="chrome://tasks/strings.js"></script> 13 <script src="chrome://tasks/strings.js"></script>
15 <link rel="stylesheet" href="task_manager.css"> 14 <link rel="stylesheet" href="task_manager.css">
16 </head> 15 </head>
17 <body> 16 <body>
18 <div class="dialog-title" i18n-content="TITLE"></div> 17 <div class="dialog-title" i18n-content="TITLE"></div>
19 <div class="dialog-body"> 18 <div class="dialog-body">
20 <div class="list-container"> 19 <div class="list-container">
21 <div class="detail-table"></div> 20 <div class="detail-table"></div>
22 </div> 21 </div>
23 </div> 22 </div>
24 <div class="dialog-footer"> 23 <div class="dialog-footer">
25 <div class="footer-left-container"> 24 <div class="footer-left-container">
26 <a href="#" id="about-memory-link" i18n-content="ABOUT_MEMORY_LINK"></a> 25 <a href="#" id="about-memory-link" i18n-content="ABOUT_MEMORY_LINK"></a>
27 </div> 26 </div>
28 <div class="footer-right-container"> 27 <div class="footer-right-container">
29 <button id="kill-process" i18n-content="KILL_CHROMEOS"></button> 28 <button id="kill-process" i18n-content="KILL_CHROMEOS"></button>
30 <button id="close-window" i18n-content="CLOSE_WINDOW"></button> 29 <button id="close-window" i18n-content="CLOSE_WINDOW"></button>
31 </div> 30 </div>
32 </div> 31 </div>
33 <script src="chrome://resources/js/i18n_template.js"></script> 32 <script src="chrome://resources/js/i18n_template.js"></script>
34 <script src="chrome://resources/js/i18n_process.js"></script> 33 <script src="chrome://resources/js/i18n_process.js"></script>
35 </body> 34 </body>
36 </html> 35 </html>
37 36
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.html ('k') | chrome/browser/resources/tracing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698