Files
Florian Quèze 66f7f4704b Bug 2070908 - Activate the application when asked to raise a window on macOS, r=mac-reviewers,devtools-reviewers,bradwerth,jdescottes.
Raise::Yes did nothing while Firefox was not the active application, where GTK
activates through gtk_window_present_with_time. Only nsFocusManager::RaiseWindow
reaches this on macOS, after BrowsingContext::CanFocusCheck grants the raise,
and mozilla.widget.raise-on-setfocus is a kill switch. The mac arms un-skipped
here are the browser-chrome harness waiting forever for a focus event once the
Browser Toolbox has taken activation: Bug 1937229, Bug 1937315, Bug 1767721,
Bug 1781499.

Differential Revision: https://phabricator.services.mozilla.com/D325018
2026-09-11 10:16:43 +00:00
..