Closed Bug 1995368 Opened 2 months ago Closed 2 months ago

Fix saved group tab storage removal in backups

Categories

(Firefox :: Profile Backup, defect, P1)

defect

Tracking

()

RESOLVED FIXED
146 Branch
Tracking Status
firefox-esr140 --- unaffected
firefox144 --- unaffected
firefox145 --- fixed
firefox146 --- fixed

People

(Reporter: handyman, Assigned: handyman)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression, triaged, Whiteboard: [fidedi-fx-backup-blocking])

Attachments

(1 file)

From @sthompson in the review for bug 1994513, this

group.tabs.forEach(tab => delete tab.storage);

should be this:

group.tabs.forEach(tab => delete tab.state.storage);

SavedGroups use a separate state object, similar to _closedTabs.

Set release status flags based on info from the regressing bug 1994513

From the review for bug 1994513, savedGroups tab entries contain a state
object, the way _closedTabs does (but tabs does not).

Blocks: 1995365
Severity: -- → S3
Rank: 2
Keywords: triaged
Priority: -- → P1
Blocks: 1990887
Whiteboard: [fidedi-fx-backup-blocking]
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch

Comment on attachment 9521169 [details]
Bug 1995368: Fix saved group tab storage removal in backups r=#backup-reviewers!

Beta/Release Uplift Approval Request

  • User impact if declined/Reason for urgency: This is part of the planned FxBackup uplifts. It was supposed to be part of the uplift in bug 1995365, but that was done earlier than planned -- while this patch was still awaiting review.
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: No
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: Bug 1995365
  • Risk to taking this patch: Medium
  • Why is the change risky/not risky? (and alternatives if risky): Removes saved group storage from backups. They are not backed up with e.g. sync, so this is expected to improve compatibility.
  • String changes made/needed: N/A
  • Is Android affected?: No
Attachment #9521169 - Flags: approval-mozilla-beta?
Attachment #9521169 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: