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

Side by Side Diff: chrome/browser/resources/about_memory_linux.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 15
12 <style> 16 <style>
13 body { 17 body {
14 font-family: Arial, Helvetica, sans-serif; 18 font-family: Arial, Helvetica, sans-serif;
15 } 19 }
16 div#header select { 20 div#header select {
17 font-family: Arial, Helvetica, sans-serif; 21 font-family: Arial, Helvetica, sans-serif;
18 } 22 }
19 div.viewOptions input { 23 div.viewOptions input {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 </td> 226 </td>
223 </tr> 227 </tr>
224 </table> 228 </table>
225 229
226 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div> 230 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
227 231
228 </div> 232 </div>
229 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 233 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
230 </body> 234 </body>
231 </html> 235 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698