Split up tabbrowser's addTab to reduce its complexity and improve readability
Categories
(Firefox :: Tabbed Browser, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Splitting this off from bug 1818777 because it'll be quick to bitrot and I'm still working through some of the issues in 1818777 itself to avoid having to deal with null URI objects all the time.
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 3•2 years ago
|
||
Backed out for causing bc failures on browser_ext_tabs_discard_reversed.js
| Assignee | ||
Comment 4•2 years ago
|
||
Seems like we depend on overwriting the URI string if we're not actually loading it, and my initial patch forgot to do this. Looks like I didn't notice this in my trypush because it included the next patch in this series which switches away from the string input to passing a real URI object.
Pushing to try with just this patch to make sure this is fixed before relanding, given that it's annoying to break so much hg annotate/blame info if this keeps getting backed out:
https://treeherder.mozilla.org/jobs?repo=try&revision=4ddd246d2cc90738bd10a66d54f278ccb9f61e88
Updated•2 years ago
|
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•