Closed
Bug 1745959
Opened 4 years ago
Closed 4 years ago
getTabDialogBox should not fall back to selected browser
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: emz, Assigned: emz)
Details
Attachments
(1 file)
Currently gBrowser.getTabDialogBox will fall back to the selected browser if no browser argument is given. This can lead to unexpected behavior. We should instead require callers to pass a browser explicitly.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c9fd740131b2
Do not fall back to selected browser in TabDialogBox getter. r=Gijs
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•