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

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

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 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" content="object-src 'none'; script-src chrome: //resources 'self' 'unsafe-eval'"> 9 <meta http-equiv="X-WebKit-CSP"
10 content="object-src 'none';
11 script-src chrome://resources
12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
13 'self' 'unsafe-eval'">
10 <link rel="stylesheet" href="shared/css/about_memory.css"> 14 <link rel="stylesheet" href="shared/css/about_memory.css">
11 <style> 15 <style>
12 body { 16 body {
13 font-family: Helvetica, Arial, sans-serif; 17 font-family: Helvetica, Arial, sans-serif;
14 } 18 }
15 div#header select { 19 div#header select {
16 font-family: Helvetica, Arial, sans-serif; 20 font-family: Helvetica, Arial, sans-serif;
17 } 21 }
18 div.viewOptions input { 22 div.viewOptions input {
19 font-family: Helvetica, Arial, sans-serif; 23 font-family: Helvetica, Arial, sans-serif;
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 <tr class='noResults'> 353 <tr class='noResults'>
350 <td colspan='99'> 354 <td colspan='99'>
351 No results found. 355 No results found.
352 </td> 356 </td>
353 </tr> 357 </tr>
354 </table> 358 </table>
355 </div> 359 </div>
356 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 360 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
357 </body> 361 </body>
358 </html> 362 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698