Closed
Bug 1966912
Opened 5 months ago
Closed 5 months ago
Remove addTab's `index` alias for the `tabIndex` parameter
Categories
(Firefox :: Tabbed Browser, task, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-tabgrps-tabbrowser])
Attachments
(1 file)
Bug 1966617 added the tabIndex
parameter to addTab
but kept index
as an alias since there are quite a few call sites that need to be updated. Let's do that here.
Updated•5 months ago
|
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ea64fea64c5
Remove addTab's `index` alias for the `tabIndex` parameter. r=extension-reviewers,sessionstore-reviewers,tabbrowser-reviewers,robwu,dwalker
Pushed by smolnar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2811dbc92ab7
Revert "Bug 1966912 - Remove addTab's `index` alias for the `tabIndex` parameter. r=extension-reviewers,sessionstore-reviewers,tabbrowser-reviewers,robwu,dwalker" for causing remote failures @ browser_TabManager.js
Comment 4•5 months ago
|
||
Backed out for causing remote failures @ browser_TabManager.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/2811dbc92ab7573c3abc12b4848b289d5487c336
Flags: needinfo?(dao+bmo)
Updated•5 months ago
|
Attachment #9488328 -
Attachment description: Bug 1966912 - Remove addTab's `index` alias for the `tabIndex` parameter. r?sthompson → Bug 1966912 - Remove addTab's `index` alias for the `tabIndex` parameter. r=#extension-reviewers,#sessionstore-reviewers,#tabbrowser-reviewers,robwu,dwalker
Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(dao+bmo)
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22d6922a8bd1
Remove addTab's `index` alias for the `tabIndex` parameter. r=extension-reviewers,sessionstore-reviewers,tabbrowser-reviewers,robwu,dwalker
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•