From 759d5381ff29e505a302f1192882f3435fa1a5b1 Mon Sep 17 00:00:00 2001 From: "chanial%noos.fr" Date: Sat, 18 Feb 2006 00:13:12 +0000 Subject: [PATCH] complete rewrite of search.xml: more functionalities with less code :-) add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar. remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines. --- browser/components/search/content/search.xml | 238 +++++++++---------- 1 file changed, 112 insertions(+), 126 deletions(-) diff --git a/browser/components/search/content/search.xml b/browser/components/search/content/search.xml index 0d5c87c8d10c..fb69a9677f08 100644 --- a/browser/components/search/content/search.xml +++ b/browser/components/search/content/search.xml @@ -20,6 +20,7 @@ # Rights Reserved. # # Contributor(s): +# Pierre Chanial V 2.0 (p_ch@verizon.net) # # Alternatively, the contents of this file may be used under the # terms of the GNU General Public License Version 2 or later (the @@ -46,152 +47,137 @@ setTimeout(function(a) { a.initialize(); }, 0, this); ]]> - - - - var svc = Components.classes["@mozilla.org/preferences-service;1"] - .getService(Components.interfaces.nsIPrefService); - svc.getBranch(null); - - - - - false - - "" - - "" - - "" - - "" - - - - - - - - - - - - - - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + +