Closed
Bug 1213707
Opened 9 years ago
Closed 7 years ago
consider grouping some ElementRestyler members into a single object
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: heycam, Unassigned)
Details
When we construct an ElementRestyler from a parent ElementRestyler, we copy a number of members from the parent to the child. It might be worth bundling those members that don't change into a single object allocated on the stack at the top of the restyle, and pass a pointer to that object down into the descendant ElementRestylers.
Reporter | ||
Comment 1•7 years ago
|
||
This code is gone.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•