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

Side by Side Diff: chrome/browser/resources/history.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/gpu_internals.html ('k') | chrome/browser/resources/history2.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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <include src="content_security_policy.html"/>
6 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
7 <link rel="icon" href="../../app/theme/history_favicon.png"> 6 <link rel="icon" href="../../app/theme/history_favicon.png">
8 <script src="chrome://resources/js/local_strings.js"></script> 7 <script src="chrome://resources/js/local_strings.js"></script>
9 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
10 <script src="chrome://history/history.js"></script> 9 <script src="chrome://history/history.js"></script>
11 <script src="chrome://history/strings.js"></script> 10 <script src="chrome://history/strings.js"></script>
12 <link rel="stylesheet" href="webui.css"> 11 <link rel="stylesheet" href="webui.css">
13 <style> 12 <style>
14 #results-separator { 13 #results-separator {
15 margin-top:12px; 14 margin-top:12px;
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 <div id="editing-controls"></div> 142 <div id="editing-controls"></div>
144 <div id="results-display"></div> 143 <div id="results-display"></div>
145 <div id="results-pagination"></div> 144 <div id="results-pagination"></div>
146 </div> 145 </div>
147 <div class="footer"> 146 <div class="footer">
148 </div> 147 </div>
149 <script src="chrome://resources/js/i18n_template.js"></script> 148 <script src="chrome://resources/js/i18n_template.js"></script>
150 <script src="chrome://resources/js/i18n_process.js"></script> 149 <script src="chrome://resources/js/i18n_process.js"></script>
151 </body> 150 </body>
152 </html> 151 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals.html ('k') | chrome/browser/resources/history2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698