Recently closed tabs persist when Browsing history is selected in Delete browsing data on quit
Categories
(Firefox for Android :: History, defect)
Tracking
()
People
(Reporter: denyshon, Assigned: alastun)
References
Details
(Whiteboard: [fxdroid][group4])
Attachments
(1 file)
Steps to reproduce
- Enable "Delete browsing data on quit".
- Make sure "Browsing history" is checked.
- Open several tabs and close some of them.
- Quit Firefox.
- Reopen Firefox.
Expected behavior
The "Recently closed tabs" section in History is empty, because the whole history has been cleared.
Actual behavior
The "Recently closed tabs" section content persists.
Device information
- Firefox version: 149.0a1
- Android device model: Redmi Note 7 Pro
- Android OS version: 10
Any additional information?
Initially brought up here.
Comment 1•6 months ago
|
||
We likely are missing the clean-up logic for Recently Closed for this specific case.
This is the function we should invoke during this browsing history tear down operation.
Updated•6 months ago
|
Actually I think this is a regression in Firefox for Android 148.0, althugh it is being reported against 149. I am seeing this exact issue starting with 148.0. Previously, using Firefox for Android 147.0.4, all 'recently closed tabs' were cleared when I quit Firefox, but starting with 148.0 they are still there next time I start. (I do have Delete browsing data on quit set to ON, and do have Browsing History and Open Tabs checked.)
| Assignee | ||
Updated•4 months ago
|
| Assignee | ||
Comment 4•4 months ago
|
||
Use parallel execution (supervisorScope) to prevent SQLite deletion from blocking BrowserStore dispatches during app termination.
Comment 6•4 months ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•4 months ago
|
||
(In reply to Anthony from comment #7)
Could we request an uplift please?
We could, but this fix is only part of two major bugs in this category, the latter being more important: [link]. I was thinking we should fix both and then do the uplift.
| Reporter | ||
Comment 9•4 months ago
|
||
(The link above is broken, but it should lead to bug 1992645)
Comment 10•4 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 11•4 months ago
|
||
The patch landed in nightly and beta is affected.
:alastun, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox150towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Comment 13•3 months ago
•
|
||
QA could you please verify if this bug was fixed? There seems to be users who still get the issue. The patch is already in Beta, so both Nightly and Beta should be tested. Thank you!
Updated•3 months ago
|
Comment 14•3 months ago
|
||
Verified as fixed on the latest Nightly 152.0a1 and on the latest Beta (151.0b2) builds.
The "Recently closed tabs" section in History is empty, because the whole history has been cleared.
Devices used:
- Samsung Galaxy S25 Ultra (Android 16);
- Xiaomi Mi11 Lite (Android 11).
Updated•3 months ago
|
Description
•