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

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

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;" id="uber" class="loading"> 2 <html id="uber" class="loading" i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="pageTitle"></title> 5 <title i18n-content="pageTitle"></title>
6 <link id="favicon" rel="icon" type="image/png" sizes="16x16"> 6 <link id="favicon" rel="icon" type="image/png" sizes="16x16">
7 <link id="favicon2x" rel="icon" type="image/png" sizes="32x32"> 7 <link id="favicon2x" rel="icon" type="image/png" sizes="32x32">
8 8
9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
10 <link rel="stylesheet" href="uber.css"> 10 <link rel="stylesheet" href="uber.css">
11 11
12 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
(...skipping 20 matching lines...) Expand all
33 data-favicon="IDR_SETTINGS_FAVICON"></div> 33 data-favicon="IDR_SETTINGS_FAVICON"></div>
34 <div class="iframe-container" 34 <div class="iframe-container"
35 i18n-values="id:helpHost; data-url:helpFrameURL;" 35 i18n-values="id:helpHost; data-url:helpFrameURL;"
36 data-favicon="IDR_PRODUCT_LOGO_16"></div> 36 data-favicon="IDR_PRODUCT_LOGO_16"></div>
37 37
38 <script src="chrome://chrome/strings.js"></script> 38 <script src="chrome://chrome/strings.js"></script>
39 <script src="chrome://resources/js/i18n_template2.js"></script> 39 <script src="chrome://resources/js/i18n_template2.js"></script>
40 40
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/translate_internals/translate_internals.html ('k') | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698