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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 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 dir="$i18n{textdirection}" lang="$i18n{language}"> 2 <html dir="$i18n{textdirection}" lang="$i18n{language}">
3 <head> 3 <head>
4 <meta charset="utf8"> 4 <meta charset="utf8">
5 <title>$i18n{title}</title> 5 <title>$i18n{title}</title>
6 6
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> 8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
9 9
10 <style> 10 <style>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 </div> 71 </div>
72 72
73 <if expr="is_macosx"> 73 <if expr="is_macosx">
74 <command id="find-command" shortcut="Meta|f"> 74 <command id="find-command" shortcut="Meta|f">
75 </if> 75 </if>
76 <if expr="not is_macosx"> 76 <if expr="not is_macosx">
77 <command id="find-command" shortcut="Ctrl|f"> 77 <command id="find-command" shortcut="Ctrl|f">
78 </if> 78 </if>
79 <command id="delete-command" shortcut="Delete Backspace"> 79 <command id="delete-command" shortcut="Delete Backspace">
80 <command id="slash-command" shortcut="/"> 80 <command id="slash-command" shortcut="/">
81 <command id="toggle-grouped" shortcut="Ctrl|Alt|Shift|G">
82 81
83 <link rel="import" href="chrome://resources/html/util.html"> 82 <link rel="import" href="chrome://resources/html/util.html">
84 <link rel="import" href="chrome://resources/html/load_time_data.html"> 83 <link rel="import" href="chrome://resources/html/load_time_data.html">
85 <link rel="import" href="chrome://history/constants.html"> 84 <link rel="import" href="chrome://history/constants.html">
86 <script src="chrome://history/strings.js"></script> 85 <script src="chrome://history/strings.js"></script>
87 <script src="chrome://history/history.js"></script> 86 <script src="chrome://history/history.js"></script>
88 87
89 <link rel="import" href="chrome://history/app.html" async id="bundle"> 88 <link rel="import" href="chrome://history/app.html" async id="bundle">
90 </body> 89 </body>
91 90
92 </html> 91 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/grouped_list.js ('k') | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698