[Webkit-unassigned] [Bug 221339] New: [css-grid] Cache definite height detection
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 3 09:28:58 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221339
Bug ID: 221339
Summary: [css-grid] Cache definite height detection
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zsun at igalia.com
It might be worthy of storing the definite/indefinite height detection in a new attribute
in RenderGrid. By doing so, we only need to call RenderBlock::hasDefiniteLogicalHeight() once
from RenderGrid::RenderBlock(). Then we can use the cached value in other places.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210203/a46ca613/attachment.htm>
More information about the webkit-unassigned
mailing list