From de83598bda58b21c9184209141c63a0bc1feb999 Mon Sep 17 00:00:00 2001 From: "mconnor%myrealbox.com" Date: Tue, 1 Jun 2004 21:31:54 +0000 Subject: [PATCH] 218315 we don't actually inherit this pref anymore, add it to firefox.js, false for Unix, true for OS X/Win --- browser/app/profile/firefox.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 3e82e21d0d7..cf2d62565b8 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -231,3 +231,11 @@ pref("security.warn_entering_weak.show_once", true); pref("security.warn_leaving_secure.show_once", true); pref("security.warn_viewing_mixed.show_once", true); pref("security.warn_submit_insecure.show_once", true); + +pref("browser.urlbar.clickSelectsAll", true); +#ifdef XP_UNIX +#ifndef XP_MACOSX +pref("browser.urlbar.clickSelectsAll", false); +#endif +#endif +