Open
Bug 1925286
Opened 1 year ago
Updated 1 year ago
Race when loading real world sites results in inconsistent mTrackingScripts state
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
As seen in bug 1849519, when loading some real world sites we frequently end up with a case where we are calling Document::NoteScriptTrackingStatus() when aIsTracking is false, but mTrackingScripts already contains aURL. I'm disabling that assertion for now because it is interfering with testing of real world sites in debug builds, but it would be good to understand what is going wrong. This status is written and read entirely from networking code as far as I can tell, so perhaps this is more of a networking issue, despite the assertion living in DOM code.
mccr8: Could you set the severity by yourself? Thanks.
Flags: needinfo?(continuation)
| Reporter | ||
Updated•1 year ago
|
Severity: -- → S4
Flags: needinfo?(continuation)
You need to log in
before you can comment on or make changes to this bug.
Description
•