Could somebody point me in the right direction to discover where the
window.focus(), content.focus() and _content.focus() calls are passed to the
nsGlobalWindow.cpp Focus() member function? I'm thinking that controlling the
focus() calls there would satisfy folks who want unfocused windows, but also
prevent massive breakage by editing nsGlobalWindow.cpp's Focus() function.
Could somebody point me in the right direction to discover where the cpp's Focus() function.
window.focus(), content.focus() and _content.focus() calls are passed to the
nsGlobalWindow.cpp Focus() member function? I'm thinking that controlling the
focus() calls there would satisfy folks who want unfocused windows, but also
prevent massive breakage by editing nsGlobalWindow.