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

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

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
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 <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">
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 137
138 <menu id="action-menu" hidden> 138 <menu id="action-menu" hidden>
139 <button id="more-from-site" i18n-content="moreFromSite"></button> 139 <button id="more-from-site" i18n-content="moreFromSite"></button>
140 <button id="remove-visit" i18n-content="removeFromHistory"></button> 140 <button id="remove-visit" i18n-content="removeFromHistory"></button>
141 </menu> 141 </menu>
142 142
143 <script src="chrome://history-frame/strings.js"></script> 143 <script src="chrome://history-frame/strings.js"></script>
144 <script src="chrome://resources/js/i18n_template2.js"></script> 144 <script src="chrome://resources/js/i18n_template2.js"></script>
145 </body> 145 </body>
146 </html> 146 </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