From 9cb435669c210ae2f875950adff98ef7f873c539 Mon Sep 17 00:00:00 2001 From: Shawn Wilsher Date: Fri, 27 Jun 2008 12:07:19 -0400 Subject: [PATCH] Bug 441936 - accel + K should focus find field This makes accel + K focus the search/find field in the download manager for all toolkit consumers that use the built in download manager. r=mconnor --- .../chrome/mozapps/downloads/downloads.dtd | 1 + .../mozapps/downloads/content/downloads.xul | 4 + .../downloads/tests/chrome/Makefile.in | 1 + .../tests/chrome/test_search_keys.xul | 136 ++++++++++++++++++ 4 files changed, 142 insertions(+) create mode 100644 toolkit/mozapps/downloads/tests/chrome/test_search_keys.xul diff --git a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd index c2ff5001722..cce9b3a7df4 100644 --- a/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd +++ b/toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd @@ -39,6 +39,7 @@ file names and tall enough to hint that there are more downloads in the list --> + diff --git a/toolkit/mozapps/downloads/content/downloads.xul b/toolkit/mozapps/downloads/content/downloads.xul index a015db6f49c..c449b1795e6 100644 --- a/toolkit/mozapps/downloads/content/downloads.xul +++ b/toolkit/mozapps/downloads/content/downloads.xul @@ -105,6 +105,10 @@ key="&cmd.find.commandKey;" modifiers="accel" command="cmd_findDownload"/> + + + + + + + + +

+ +

+  
+