Closed
Bug 1954641
Opened 3 months ago
Closed 3 months ago
Do not cache inline and non-network files in SharedScriptCache
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
There should be some filtering on what to cache:
- only http and https (no chrome/resource)
- only web content (no privileged)
- only external and preload (no inline)
Assignee | ||
Updated•3 months ago
|
Blocks: stencil-nav
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/080ff23bfeb4
Part 1: Do not use SharedScriptCache in system principal. r=nbp
https://hg.mozilla.org/integration/autoland/rev/ffcfd4417edb
Part 2: Do not cache inline scripts. r=nbp
https://hg.mozilla.org/mozilla-central/rev/080ff23bfeb4
https://hg.mozilla.org/mozilla-central/rev/ffcfd4417edb
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•