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

Side by Side Diff: chrome/browser/resources/about_credits.tmpl

Issue 7399002: Add chrome-extension:// to the list of allowed urls for all internal/webui (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src 'self'"> 5 <meta http-equiv="X-WebKit-CSP"
6 content="object-src 'none';
7 script-src
8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
9 'self'">
6 <title>Credits</title> 10 <title>Credits</title>
7 <style> 11 <style>
8 body { 12 body {
9 font-family:Helvetica,Arial,sans-serif; 13 font-family:Helvetica,Arial,sans-serif;
10 background-color:white; 14 background-color:white;
11 font-size:84%; 15 font-size:84%;
12 max-width:1020px; 16 max-width:1020px;
13 } 17 }
14 .page-title { 18 .page-title {
15 font-size:164%; 19 font-size:164%;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </head> 59 </head>
56 <body> 60 <body>
57 <span class="page-title" style="float:left;">Credits</span> 61 <span class="page-title" style="float:left;">Credits</span>
58 <a id="print-link" href="#" style="float:right;">Print</a> 62 <a id="print-link" href="#" style="float:right;">Print</a>
59 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 63 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
60 {{entries}} 64 {{entries}}
61 </div> 65 </div>
62 <script src="chrome://credits/credits.js"></script> 66 <script src="chrome://credits/credits.js"></script>
63 </body> 67 </body>
64 </html> 68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698