Open
Bug 1201932
Opened 9 years ago
Updated 2 years ago
[css-grid] Refactor/optimize nsGridContainerFrame::Tracks::ResolveIntrinsicSize
Categories
(Core :: Layout: Grid, enhancement)
Core
Layout: Grid
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 1 open bug)
Details
The first version of nsGridContainerFrame::Tracks::ResolveIntrinsicSize()
have some repetitive code blocks (at the moment) that we might want to
factor out into a separate function. However, there's still some code
to be added here so that's why I punted on this until the code is
complete, so that we can also measure performance of any changes.
Comment 1•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: MatsPalmgren_bugz → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Component: Layout → Layout: Grid
You need to log in
before you can comment on or make changes to this bug.
Description
•