Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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> |
| OLD | NEW |