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

Side by Side Diff: chrome/browser/resources/md_downloads/downloads.html

Issue 1378993003: Vulcanize new Material Design downloads UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vulcanize2
Patch Set: mo bugs Created 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/roboto.css"> 6 <link rel="stylesheet" href="chrome://resources/css/roboto.css">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
8 <link rel="import" href="chrome://resources/html/polymer_config.html"> 8 <link rel="import" href="chrome://resources/html/polymer_config.html">
9 <link rel="import" href="chrome://downloads/manager.html"> 9 <link rel="import" href="chrome://downloads/manager.html">
10 <style> 10 <style>
(...skipping 19 matching lines...) Expand all
30 <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C --> 30 <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C -->
31 <if expr="is_macosx"> 31 <if expr="is_macosx">
32 <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z --> 32 <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z -->
33 </if> 33 </if>
34 <if expr="not is_macosx"> 34 <if expr="not is_macosx">
35 <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z --> 35 <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z -->
36 </if> 36 </if>
37 <link rel="import" href="chrome://resources/html/load_time_data.html"> 37 <link rel="import" href="chrome://resources/html/load_time_data.html">
38 <link rel="import" href="chrome://downloads/strings.html"> 38 <link rel="import" href="chrome://downloads/strings.html">
39 <link rel="import" href="chrome://resources/html/i18n_template.html"> 39 <link rel="import" href="chrome://resources/html/i18n_template.html">
40 <!--<link rel="import" href="chrome://downloads/crisper.html">-->
michaelpg 2015/10/02 09:10:49 what's this doing?
Dan Beam 2015/10/03 02:43:58 turns out: nothing
40 </body> 41 </body>
41 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698