Closed
Bug 1875460
Opened 2 years ago
Closed 2 years ago
Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available
Categories
(Toolkit :: General, enhancement, P3)
Toolkit
General
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: TbSync, Assigned: TbSync)
References
Details
Attachments
(1 file)
In ContentDispatchChooser.sys.mjs#351 it is expected that window.gBrowser
exists, which is not the case for Thunderbird.
This patch falls back to use the standalone application chooser window, instead of failing.
Assignee | ||
Updated•2 years ago
|
Summary: Fallback to standalone app chose window, if window.gBrowser.getTabDialogBox() is not available → Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•2 years ago
|
Attachment #9375410 -
Attachment description: Bug 1875460 - Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available. r=Standard8 → Bug 1875460 - Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available. r=pbz
Pushed by john@thunderbird.net:
https://hg.mozilla.org/integration/autoland/rev/ec34bf3905e4
Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available. r=pbz
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•