Closed
Bug 1948887
Opened 1 year ago
Closed 1 year ago
Allow parsing sheets with SRI metadata off the main thread.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
Use the referrer spec as the URI for warnings (which is the only thing
that's used for).
Flush reports when back on the main thread.
| Assignee | ||
Comment 2•1 year ago
|
||
This is needed to avoid sending two SRI warnings for each resource, now
that we do it off the main thread.
Make error reporting the only thing that cause us to fall back to main
thread parsing, and do that eagerly.
Handle the SheetComplete call, if needed, in OnStopRequest, when back on
the main thread.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ebc6b2685ede
Allow parsing sheets with SRI metadata off the main thread. r=dshin
https://hg.mozilla.org/integration/autoland/rev/e197bee20eea
Simplify handling of OnDataAvailable. r=dshin
https://hg.mozilla.org/mozilla-central/rev/ebc6b2685ede
https://hg.mozilla.org/mozilla-central/rev/e197bee20eea
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•