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

Side by Side Diff: chrome/browser/resources/uber/uber_frame.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"> 2 <html i18n-values="dir:textdirection;lang:language" id="uber">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 5
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="uber_frame.css"> 7 <link rel="stylesheet" href="uber_frame.css">
8 8
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> 10 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
11 <script src="chrome://resources/js/load_time_data.js"></script> 11 <script src="chrome://resources/js/load_time_data.js"></script>
12 <script src="chrome://uber-frame/uber_frame.js"></script> 12 <script src="chrome://uber-frame/uber_frame.js"></script>
(...skipping 22 matching lines...) Expand all
35 <button class="custom-appearance" 35 <button class="custom-appearance"
36 i18n-content="helpDisplayName"></button> 36 i18n-content="helpDisplayName"></button>
37 </li> 37 </li>
38 </ul> 38 </ul>
39 39
40 <script src="chrome://uber-frame/strings.js"></script> 40 <script src="chrome://uber-frame/strings.js"></script>
41 <script src="chrome://resources/js/i18n_template2.js"></script> 41 <script src="chrome://resources/js/i18n_template2.js"></script>
42 42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/uber/uber.html ('k') | chrome/browser/resources/user_manager/user_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698