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

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

Issue 15969017: Warn by default when certain DLL conflicts exist on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for try servers Created 7 years, 6 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 <style> 5 <style>
6 body { 6 body {
7 margin: 10px; 7 margin: 10px;
8 min-width: 47em; 8 min-width: 47em;
9 } 9 }
10 10
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 clear: right; 139 clear: right;
140 float: right; 140 float: right;
141 } 141 }
142 142
143 .datacell { 143 .datacell {
144 border-bottom: 1px solid #aaa; 144 border-bottom: 1px solid #aaa;
145 } 145 }
146 </style> 146 </style>
147 </head> 147 </head>
148 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 148 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
149 <div id="loading-message" i18n-content="loadingMessage">LOADING_MESSAGE</div> 149 <div id="loading-message" i18n-content="loadingMessage"></div>
150 150
151 <div id="body-container" style="visibility:hidden"> 151 <div id="body-container" style="visibility:hidden">
152 152
153 <div id="header"><h1 i18n-content="modulesLongTitle">TITLE</h1></div> 153 <div id="header"><h1 i18n-content="modulesLongTitle">TITLE</h1></div>
154 154
155 <div id="blurb-container"> 155 <div id="blurb-container">
156 <span i18n-content="modulesBlurb">MODULES BLURB</span> 156 <span i18n-content="modulesBlurb">MODULES BLURB</span>
157 </div> 157 </div>
158 158
159 <div id="modulesTemplate"> 159 <div id="modulesTemplate">
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 </div> 248 </div>
249 </div> 249 </div>
250 <script src="chrome://conflicts/strings.js"></script> 250 <script src="chrome://conflicts/strings.js"></script>
251 <script src="chrome://conflicts/conflicts.js"></script> 251 <script src="chrome://conflicts/conflicts.js"></script>
252 <script src="chrome://resources/js/i18n_template.js"></script> 252 <script src="chrome://resources/js/i18n_template.js"></script>
253 <script src="chrome://resources/js/i18n_process.js"></script> 253 <script src="chrome://resources/js/i18n_process.js"></script>
254 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 254 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
255 <script src="chrome://resources/js/util.js"></script> 255 <script src="chrome://resources/js/util.js"></script>
256 </body> 256 </body>
257 </html> 257 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698