Closed
Bug 1916635
Opened 3 months ago
Closed 2 months ago
Create PerformanceResourceTiming entry for SharedScriptCache
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Currently the performance API's entry is not handled for in-process cache.
bug 1899734 is going to make it possible to handle it in SharedSubResourceCache.
This bug is for applying it to script cache.
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/0671ee5f8b61
Part 0: Fix the assertion around the cached request with a stencil. r=bthrall
https://hg.mozilla.org/integration/autoland/rev/e7cb11355d3f
Part 1: Create PerformanceResourceTiming entry for SharedScriptCache. r=bthrall
https://hg.mozilla.org/integration/autoland/rev/21918f56f1e3
Part 2: Add tests. r=bthrall
Comment 5•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0671ee5f8b61
https://hg.mozilla.org/mozilla-central/rev/e7cb11355d3f
https://hg.mozilla.org/mozilla-central/rev/21918f56f1e3
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•