Open
Bug 1830100
Opened 2 years ago
Updated 2 years ago
Document comment references loading OSFile, but OSFile is no longer loaded
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: barret, Unassigned)
References
Details
The following comment appears in dom/base/Document.cpp:
// Calling StorageAllowedForDocument will notify the ContentBlockLog. This
// loads TrackingDBService.jsm, which in turn pulls in osfile.jsm, making us
// fail // browser/base/content/test/performance/browser_startup.js. To avoid
// that, we short-circuit the check here by allowing storage access to system
// and addon principles, avoiding the test-failure.
This is no longer the case and might consider re-evaluation.
Reporter | ||
Updated•2 years ago
|
Component: OS.File → Privacy: Anti-Tracking
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•