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

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

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 <link rel="stylesheet" href="dialog.css"> 5 <link rel="stylesheet" href="dialog.css">
5 <style> 6 <style>
6 body { 7 body {
7 margin: 10px 10px 0 10px; 8 margin: 10px 10px 0 10px;
8 -webkit-user-select: none; 9 -webkit-user-select: none;
9 } 10 }
10 11
11 form { 12 form {
12 margin: 0; 13 margin: 0;
13 } 14 }
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </td> 116 </td>
116 </tr> 117 </tr>
117 </table> 118 </table>
118 <div id="buttons"> 119 <div id="buttons">
119 <input id="cancel" type="reset" i18n-values="value:cancel"> 120 <input id="cancel" type="reset" i18n-values="value:cancel">
120 <input id="login" type="submit" i18n-values="value:signin"> 121 <input id="login" type="submit" i18n-values="value:signin">
121 </div> 122 </div>
122 </form> 123 </form>
123 </body> 124 </body>
124 </html> 125 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/enhanced_bookmark_manager/main.html ('k') | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698