Closed
Bug 1759037
Opened 3 years ago
Closed 3 years ago
Flood of spurious(?) messages from PartitioningExceptionList printed to console when debugging
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox98 | --- | unaffected |
| firefox99 | --- | wontfix |
| firefox100 | --- | fixed |
People
(Reporter: rkraesig, Assigned: emz)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
Bug 1759037 - Early return for 'null' origins in PartitioningExceptionList::Check. r=#anti-tracking!
48 bytes,
text/x-phabricator-request
|
Details | Review |
When debugging Firefox (ac_add_options --enable-debug), when loading a local file or about:newtab, I'm seeing a large number of assertions trigger on this line.
Some additional debug printing shows that aOrigin is the string "null" when this happens.
| Assignee | ||
Comment 1•3 years ago
|
||
Thanks! I'll take a look. We should either not log this warning or don't pass in "null" origins to begin with.
Assignee: nobody → pbz
Severity: -- → S4
Status: NEW → ASSIGNED
Type: task → defect
Priority: -- → P3
Regressed by: 1750562
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1750562
status-firefox98:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7282c8c30868
Early return for 'null' origins in PartitioningExceptionList::Check. r=anti-tracking-reviewers,bvandersloot
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•