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

Unified Diff: chrome/browser/resources/downloads/downloads.html

Issue 807593005: Make downloads list keyboard shortcuts more consistent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Feedback Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/downloads/downloads.html
diff --git a/chrome/browser/resources/downloads/downloads.html b/chrome/browser/resources/downloads/downloads.html
index 7cae33b371c2b4935aeefbe5d71ebfa3e22b93da..700c35a7643e42ac9a152b56038dd75a1bed3c52 100644
--- a/chrome/browser/resources/downloads/downloads.html
+++ b/chrome/browser/resources/downloads/downloads.html
@@ -7,9 +7,14 @@
<!-- This has to come after chrome_shared.css -->
<link rel="stylesheet" href="downloads.css">
<script src="chrome://resources/js/action_link.js"></script>
+ <script src="chrome://resources/js/assert.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/command.js"></script>
+ <script src="chrome://resources/js/cr/ui/focus_grid.js"></script>
+ <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
+ <script src="chrome://resources/js/cr/ui/focus_row.js"></script>
Dan Beam 2015/01/29 18:46:46 do any of these classes assume knowledge of the ot
hcarmona 2015/01/31 02:45:48 Done. Also removed focus_manager.js since it's not
+ <script src="chrome://resources/js/event_tracker.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://downloads/downloads.js"></script>

Powered by Google App Engine
This is Rietveld 408576698