Open
Bug 1953573
Opened 9 days ago
Updated 3 days ago
Modify lazy.URILoadingHelper.getTargetWindow callers with "skipPopups: true" to also have "skipTaskbarTabs: true"
Categories
(Firefox :: Shell Integration, task, P3)
Firefox
Shell Integration
Tracking
()
NEW
People
(Reporter: erchen, Assigned: erchen)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
When lazy.URILoadingHelper.getTargetWindow is called with skipPopups: true (https://searchfox.org/mozilla-central/search?path=&q=skipPopups%3A%20true%2C), we should also set skipTaskbarTabs: true, since popups and taskbartabs are inherently very similar. They both are single tab browsers and have a readonly search bar.
I think we just need to modify this caller: https://searchfox.org/mozilla-central/rev/b0e8e4ceb46cb3339cdcb90310fcc161ef4b9e3e/browser/components/search/SearchUIUtils.sys.mjs#226-228
The caller in URILoadingHelper.sys.mjs will be modified in https://phabricator.services.mozilla.com/D240907
The caller in CustomizeMode.sys.mjs will be addressed in Bug 1953588
Keywords: good-first-bug
You need to log in
before you can comment on or make changes to this bug.
Description
•