Summary: | [LFC] FormattingContext::intrinsicWidthConstraints should compute and save the intrinsic widths consistently. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | zalan <zalan> | ||||||
Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bfulgham, darin, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
zalan
2019-02-10 14:41:27 PST
Created attachment 361647 [details]
Patch
Comment on attachment 361647 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=361647&action=review > Source/WebCore/ChangeLog:8 > + Rename instrinsicWidthConstraints to computeInstrinsicWidthConstraints and it does not return the width values anymore. Should also fix the spelling of the word "intrinsic", which is not spelled "instrinsic". Created attachment 361657 [details]
Patch
Committed r241263: <https://trac.webkit.org/changeset/241263> |