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

Side by Side Diff: chrome/browser/resources/about_memory.html

Issue 7396026: Consolidate content-security-policy markup (Closed) Base URL: svn://svn.chromium.org/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 2
3 <!-- 3 <!--
4 about:memory template page 4 about:memory template page
5 --> 5 -->
6 <html id="t"> 6 <html id="t">
7 <head> 7 <head>
8 <title>About Memory</title> 8 <title>About Memory</title>
9 <meta http-equiv="X-WebKit-CSP" 9 <include src="content_security_policy.html"/>
10 content="object-src 'none'; 10 <link rel="stylesheet" href="shared/css/about_memory.css">
11 script-src chrome://resources
12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
13 'self' 'unsafe-eval'">
14 <link rel="stylesheet" href="shared/css/about_memory.css">
15 <style> 11 <style>
16 body { 12 body {
17 font-family: Helvetica, Arial, sans-serif; 13 font-family: Helvetica, Arial, sans-serif;
18 } 14 }
19 div#header select { 15 div#header select {
20 font-family: Helvetica, Arial, sans-serif; 16 font-family: Helvetica, Arial, sans-serif;
21 } 17 }
22 div.viewOptions input { 18 div.viewOptions input {
23 font-family: Helvetica, Arial, sans-serif; 19 font-family: Helvetica, Arial, sans-serif;
24 } 20 }
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 <tr class='noResults'> 349 <tr class='noResults'>
354 <td colspan='99'> 350 <td colspan='99'>
355 No results found. 351 No results found.
356 </td> 352 </td>
357 </tr> 353 </tr>
358 </table> 354 </table>
359 </div> 355 </div>
360 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 356 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
361 </body> 357 </body>
362 </html> 358 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698