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

Side by Side Diff: chrome/browser/resources/bug_report.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 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="page-title"></title> 5 <title i18n-content="page-title"></title>
7 <!-- We want to keep our style in sync with the options page. --> 6 <!-- We want to keep our style in sync with the options page. -->
8 <link rel="stylesheet" href="chrome://resources/css/button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/button.css">
9 <link rel="stylesheet" href="chrome://resources/css/select.css"> 8 <link rel="stylesheet" href="chrome://resources/css/select.css">
10 <link rel="stylesheet" href="webui.css"> 9 <link rel="stylesheet" href="webui.css">
11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
12 <link rel="stylesheet" href="bug_report.css"> 11 <link rel="stylesheet" href="bug_report.css">
13 12
14 <script src="chrome://resources/js/local_strings.js"></script> 13 <script src="chrome://resources/js/local_strings.js"></script>
15 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 </table> 172 </table>
174 </div> 173 </div>
175 </div> 174 </div>
176 </div> 175 </div>
177 </div> 176 </div>
178 </div> 177 </div>
179 <script src="chrome://resources/js/i18n_template.js"></script> 178 <script src="chrome://resources/js/i18n_template.js"></script>
180 <script src="chrome://resources/js/i18n_process.js"></script> 179 <script src="chrome://resources/js/i18n_process.js"></script>
181 </body> 180 </body>
182 </html> 181 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/bug_report_invalid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698