Closed
Bug 1905597
Opened 5 months ago
Closed 4 months ago
Move common functions between CSS cache and JS cache to nsContentUtils or somewhere
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
While working on bug 1896709, there are some functionality that can be shared between CSS cache and JS cache, for example mozilla::css::Loader::ShouldBypassCache.
I'm going to move them to either nsContentUtils
or maybe SharedSubResourceCache
.
Assignee | ||
Comment 1•5 months ago
|
||
JS loader will going to use the same condition for bypassing sub resource cache.
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/4a10531e9180
Add nsContentUtils::ShouldBypassSubResourceCache. r=emilio
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 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
•