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

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

Issue 664863004: history: more VoiceOver enhancements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bookmarked Created 6 years, 2 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <include src="alert_overlay.html"> 71 <include src="alert_overlay.html">
72 </div> 72 </div>
73 </if> 73 </if>
74 74
75 <div id="history-page" class="page"> 75 <div id="history-page" class="page">
76 <div id="scrolling-container"> 76 <div id="scrolling-container">
77 <header> 77 <header>
78 <h1 i18n-content="history"></h1> 78 <h1 i18n-content="history"></h1>
79 <div id="search-form" class="search-field-container"> 79 <div id="search-form" class="search-field-container">
80 <input type="search" id="search-field" 80 <input type="search" id="search-field"
81 i18n-values="aria-label:searchButton" required> 81 i18n-values="aria-label:searchButton">
82 <input type="submit" id="search-button" 82 <input type="submit" id="search-button"
83 i18n-values="value:searchButton"> 83 i18n-values="value:searchButton">
84 </div> 84 </div>
85 <div id="filter-controls" hidden> 85 <div id="filter-controls" hidden>
86 <div id="range-controls"> 86 <div id="range-controls">
87 <button id="range-today" i18n-content="rangeToday" 87 <button id="range-today" i18n-content="rangeToday"
88 i18n-values="aria-label:rangeToday" disabled></button> 88 i18n-values="aria-label:rangeToday" disabled></button>
89 <button id="range-previous" i18n-values="aria-label:rangePrevious" 89 <button id="range-previous" i18n-values="aria-label:rangePrevious"
90 disabled></button> 90 disabled></button>
91 <button id="range-next" i18n-values="aria-label:rangeNext" disabled> 91 <button id="range-next" i18n-values="aria-label:rangeNext" disabled>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 <menu id="action-menu" hidden> 136 <menu id="action-menu" hidden>
137 <button id="more-from-site" i18n-content="moreFromSite"></button> 137 <button id="more-from-site" i18n-content="moreFromSite"></button>
138 <button id="remove-visit" i18n-content="removeFromHistory"></button> 138 <button id="remove-visit" i18n-content="removeFromHistory"></button>
139 </menu> 139 </menu>
140 140
141 <script src="chrome://history-frame/strings.js"></script> 141 <script src="chrome://history-frame/strings.js"></script>
142 <script src="chrome://resources/js/i18n_template2.js"></script> 142 <script src="chrome://resources/js/i18n_template2.js"></script>
143 </body> 143 </body>
144 </html> 144 </html>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698