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

Side by Side Diff: chrome/browser/resources/extensions_ui.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 <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 <meta http-equiv="X-WebKit-CSP" 5 <meta http-equiv="X-WebKit-CSP"
6 content="object-src 'none'; 6 content="object-src 'none';
7 script-src chrome://resources 'self' 'unsafe-eval'"> 7 script-src chrome://resources
8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
9 'self' 'unsafe-eval'">
8 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
9 <style> 11 <style>
10 body { 12 body {
11 margin: 10px; 13 margin: 10px;
12 min-width: 47em; 14 min-width: 47em;
13 } 15 }
14 16
15 a { 17 a {
16 color: blue; 18 color: blue;
17 font-size: 103%; 19 font-size: 103%;
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 <div id="get-moar-extensions" jsdisplay="extensions.length > 0" 574 <div id="get-moar-extensions" jsdisplay="extensions.length > 0"
573 i18n-content="getMoreExtensions"></div> 575 i18n-content="getMoreExtensions"></div>
574 </div> 576 </div>
575 </div> 577 </div>
576 </div> 578 </div>
577 <script src="chrome://resources/js/i18n_template.js"></script> 579 <script src="chrome://resources/js/i18n_template.js"></script>
578 <script src="chrome://resources/js/i18n_process.js"></script> 580 <script src="chrome://resources/js/i18n_process.js"></script>
579 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 581 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
580 </body> 582 </body>
581 </html> 583 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698