Closed Bug 2041077 Opened 7 days ago Closed 1 day ago

mange cookies and site data empty

Categories

(Firefox :: Settings UI, defect, P3)

Firefox 153
defect

Tracking

()

RESOLVED FIXED
153 Branch
Tracking Status
firefox153 --- fixed

People

(Reporter: zlice555, Assigned: emz)

References

(Regressed 1 open bug)

Details

Attachments

(2 files)

Attached image cache.png

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:153.0) Gecko/20100101 Firefox/153.0

Steps to reproduce:

try to clear specific site cookies

Actual results:

nothing is listed (see attachment)

Expected results:

search through sites and clear specific caches.

i haven't used this in a while so i have no clue when this changed. i was still able to go to a site, click the shield-check next to the urlbar and clear cookies that way.

also i have firefox remove site cookies on close and a list of sites to keep.

The Bugbug bot thinks this bug should belong to the 'Core::Networking: Cookies' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Networking: Cookies
Product: Firefox → Core
Component: Networking: Cookies → Settings UI
Flags: needinfo?(emz)
Product: Core → Firefox

The previous fix for bug 2034243 moved updateSites() into a one-shot paneshown
listener gated on category === "panePrivacy". When the user reaches the privacy
pane's settings via the search-results pane, gotoPref dispatches paneshown for
paneSearchResults, not panePrivacy, so updateSites never runs and the "Manage
Cookies and Site Data" dialog opens with an empty list.

Call updateSites directly at module load instead. The module is imported by
setting-pane.init() (redesign) or by the eager import in privacy.js (legacy),
so this fires exactly once per prefs document regardless of how the privacy
settings are surfaced.

Assignee: nobody → emz
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(emz)
Severity: -- → S3
Priority: -- → P3
Attachment #9588868 - Attachment description: Bug 2041077 - Trigger SiteDataManager.updateSites at privacy.mjs module load. r?mstriemer → Bug 2041077 - Trigger SiteDataManager.updateSites on paneSearchResults too. r?mstriemer
Regressions: 2042509
Status: ASSIGNED → RESOLVED
Closed: 1 day ago
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: