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

Side by Side Diff: chrome/browser/resources/history2.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="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 7
9 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 8 <link rel="stylesheet" href="chrome://resources/css/menu.css">
10 9
11 <script src="chrome://resources/js/event_tracker.js"></script> 10 <script src="chrome://resources/js/event_tracker.js"></script>
12 <script src="chrome://resources/js/cr.js"></script> 11 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/ui.js"></script> 12 <script src="chrome://resources/js/cr/ui.js"></script>
14 <script src="chrome://resources/js/cr/ui/command.js"></script> 13 <script src="chrome://resources/js/cr/ui/command.js"></script>
15 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> 14 <script src="chrome://resources/js/cr/ui/menu_item.js"></script>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 201
203 <menu id="action-menu"> 202 <menu id="action-menu">
204 <button id="more-from-site" i18n-content="moreFromSite"></button> 203 <button id="more-from-site" i18n-content="moreFromSite"></button>
205 <button id="remove-page" i18n-content="removeFromHistory"></button> 204 <button id="remove-page" i18n-content="removeFromHistory"></button>
206 </menu> 205 </menu>
207 206
208 <script src="chrome://resources/js/i18n_template.js"></script> 207 <script src="chrome://resources/js/i18n_template.js"></script>
209 <script src="chrome://resources/js/i18n_process.js"></script> 208 <script src="chrome://resources/js/i18n_process.js"></script>
210 </body> 209 </body>
211 </html> 210 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history.html ('k') | chrome/browser/resources/hung_renderer_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698