Closed
Bug 1630837
Opened 5 years ago
Closed 5 years ago
Optimize CC of rules from constructable stylesheets.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This removes StyleSheet::GetComposedDoc because it wasn't doing the
right thing, and while constructable stylesheets could in theory
return something meaningful (the constructor doc iff any adopters is
connected), it's not a concept we need in other places for now.
Updated•5 years ago
|
Priority: -- → P3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb1847804eff
Optimize CC of rules from constructable stylesheets. r=smaug,nordzilla
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•