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

Side by Side Diff: chrome/browser/resources/history/history.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;"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <if expr="is_android or is_ios"> 5 <if expr="is_android or is_ios">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, 6 <meta name="viewport" content="width=device-width, initial-scale=1.0,
7 maximum-scale=1.0, user-scalable=no"> 7 maximum-scale=1.0, user-scalable=no">
8 </if> 8 </if>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css"> 10 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css">
11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
12 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 12 <link rel="stylesheet" href="chrome://resources/css/menu.css">
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <cr-menu id="action-menu" hidden> 139 <cr-menu id="action-menu" hidden>
140 <button id="more-from-site" i18n-content="moreFromSite"></button> 140 <button id="more-from-site" i18n-content="moreFromSite"></button>
141 <button id="remove-visit" i18n-content="removeFromHistory" 141 <button id="remove-visit" i18n-content="removeFromHistory"
142 command="#remove-visit-command"></button> 142 command="#remove-visit-command"></button>
143 </cr-menu> 143 </cr-menu>
144 144
145 <script src="chrome://history-frame/strings.js"></script> 145 <script src="chrome://history-frame/strings.js"></script>
146 <script src="chrome://resources/js/i18n_template2.js"></script> 146 <script src="chrome://resources/js/i18n_template2.js"></script>
147 </body> 147 </body>
148 </html> 148 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/hotword_audio_verification/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698