Bug 231381: Alt+D no longer selects all text in Location Bar.
there was a typo but the preprocessor is still confused by a multiple case statement. It doesn't fix the linux platform yet. Thanks to Ali for building on windows. git-svn-id: svn://10.0.0.236/trunk@151533 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -73,11 +73,14 @@ var gLastValidURL = null;
|
||||
var gHaveUpdatedToolbarState = false;
|
||||
#ifdef XP_WIN
|
||||
var gClickSelectsAll = true;
|
||||
#elif XP_MACOSX
|
||||
#endif
|
||||
#ifdef XP_UNIX
|
||||
#ifdef XP_MACOSX
|
||||
var gClickSelectsAll = true;
|
||||
#else
|
||||
var gClickSelectsAll = false;
|
||||
#endif
|
||||
#endif
|
||||
var gIgnoreFocus = false;
|
||||
var gIgnoreClick = false;
|
||||
var gToolbarMode = "icons";
|
||||
|
||||
Reference in New Issue
Block a user