Implement closedGroups array
Categories
(Firefox :: Session Restore, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: dao, Assigned: jswinarton)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-tabgrps-sessionstore])
Attachments
(1 file)
Each window gains a _closedGroups array. When a group is deleted it is moved there and its tabs moved into the group object as a tabs array property. Also update Recently Closed UI. Figure out how to handle recently closed tabs limit. Pull out _closedGroups array in deferred restore case.
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Backed out for causing bc failures @ browser_tab_groups_a11y.js
- Backout link
- Push with failures
- Failure Log
- Failure line:
TEST-UNEXPECTED-FAIL | browser/components/tabbrowser/test/browser/tabs/browser_tab_groups_a11y.js | Test timed out -
Comment 5•1 year ago
|
||
Backed out changeset for causing failures at browser_tab_groups.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a93fc149b12e8284bf04d638fb44744500800bf7
Failure log: https://treeherder.mozilla.org/logviewer?job_id=481831576&repo=autoland&lineNumber=40392
| Assignee | ||
Comment 6•1 year ago
|
||
(In reply to Atila Butkovits from comment #5)
Backed out changeset for causing failures at browser_tab_groups.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a93fc149b12e8284bf04d638fb44744500800bf7
Failure log: https://treeherder.mozilla.org/logviewer?job_id=481831576&repo=autoland&lineNumber=40392
Hi Atila,
I looked into the failure logs for this, but it seems to me that this is an intermittent that's not caused by this patch. While my patch does modify the tests in the file that failed, it was only to rename a DOM event, and the file otherwise had no changes. The failure is also reporting as intermittent on the treeherder link in your comment. Finally, looking at the intermittent failures report on this test file generally, I can see that the same error has been occurring in central since at least November 5. Based on this, I think this patch should land. Let me know if you think there's something I missed.
| Reporter | ||
Updated•1 year ago
|
Comment 8•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•