Closed
Bug 1847715
Opened 2 years ago
Closed 2 years ago
Make prototype content sink not treat stylesheets so weirdly.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
118 Branch
| Tracking | Status | |
|---|---|---|
| firefox118 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
This allows getting rid of some of the special-cases to avoid this virtual call
elsewhere.
| Assignee | ||
Comment 2•2 years ago
|
||
Disable updates, then re-enable, and deal with the result potentially blocking.
This in theory makes <html:link rel="stylesheet"> block the parser as
appropriate if needed, much link xml-stylesheet PIs do.
In practice it probably doesn't make such big of a difference because
we wait for load to lay stuff out.
Depends on D185639
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1604bf7d430f
Don't require a virtual call for LinkStyle::FromNode(Element&). r=smaug
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/271f6544c7cc
Make prototype sync behave as everything else. r=smaug
Comment 6•2 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•