Closed
Bug 1642227
Opened 3 years ago
Closed 1 year ago
Figure out whether constructable stylesheets should notify global stylesheet observers
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: emilio, Assigned: nordzilla)
References
Details
And if not, whether they should call SheetComplete at all, or they should just do something like:
loadData->mIsBeingParsed = true;
loadData->mSheet->SetComplete();
or something of that sort.
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Given comment #1 @ bug 1642228, if we change HasPendingLoads()
to account for constructed sheets, it would make sense to have constructed sheets notify global observers.
Assignee: nobody → enordin
Severity: -- → S3
Reporter | ||
Comment 2•1 year ago
|
||
Let's go for no for now for the same reason they shouldn't be dealt with in bug 1642228. But we might want to reconsider iff / when replace() supports @import or not.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•