Closed
Bug 1906826
Opened 4 months ago
Closed 4 months ago
BounceTrackingRecord should use nsTHashSet<nsCStringHashKey>
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: pbz, Assigned: pbz)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
It currently uses the string directly like this: nsTHashSet<nsCString>
See https://searchfox.org/mozilla-central/rev/ab488b411ff15c2e11dbd4d6be0455bb64bc8fc1/toolkit/components/antitracking/bouncetrackingprotection/BounceTrackingRecord.h#52,56
Assignee | ||
Comment 1•4 months ago
|
||
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52e546f18388
Update BounceTrackingRecord to use nsCStringHashKey instead of nsCString. r=anti-tracking-reviewers,timhuang
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Comment 4•4 months ago
|
||
Backed out for crashes
Backout link: https://hg.mozilla.org/mozilla-central/rev/700a21b61aea638386c3d73963c4f0fefa93a541
Status: RESOLVED → REOPENED
status-firefox130:
fixed → ---
Flags: needinfo?(pbz)
Resolution: FIXED → ---
Target Milestone: 130 Branch → ---
Assignee | ||
Comment 5•4 months ago
|
||
This bug / patch didn't cause the crash so it can be re-landed as-is.
Flags: needinfo?(pbz)
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dbe0cc8d70df
Update BounceTrackingRecord to use nsCStringHashKey instead of nsCString. r=#anti-tracking! CLOSED TREE
Comment 7•4 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 4 months ago → 4 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•