RESOLVED FIXED 216742
[LFC][IFC] InlineFormattingState should not store display lines and runs
https://bugs.webkit.org/show_bug.cgi?id=216742
Summary [LFC][IFC] InlineFormattingState should not store display lines and runs
zalan
Reported 2020-09-19 20:45:31 PDT
FormattingStates should hold layout data only.
Attachments
Patch (56.33 KB, patch)
2020-09-19 20:55 PDT, zalan
no flags
Patch (56.38 KB, patch)
2020-09-19 21:06 PDT, zalan
no flags
Patch (55.74 KB, patch)
2020-09-20 06:41 PDT, zalan
no flags
zalan
Comment 1 2020-09-19 20:55:10 PDT
zalan
Comment 2 2020-09-19 21:06:58 PDT
zalan
Comment 3 2020-09-20 06:41:00 PDT
Antti Koivisto
Comment 4 2020-09-20 06:47:02 PDT
Comment on attachment 409233 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409233&action=review > Source/WebCore/ChangeLog:15 > + In this patch, > + 1. Display related structures are completely moved out from Layout namespace > + - InlineFormattingContext does not generate display structures. > + - InlineFormattingState only stores layout data. > + - Layout tree verification works on layout geometry. > + - Layout structures do not embed Display types. > + 2. LayoutIntegration creates and maintains the required Display structures for painting and hittesting. > + 3. Display::Run does not use Layout types (InlineLayoutRect, InlineLayoutUnit). Nice!
EWS
Comment 5 2020-09-20 08:01:24 PDT
Committed r267325: <https://trac.webkit.org/changeset/267325> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409233 [details].
Radar WebKit Bug Importer
Comment 6 2020-09-21 12:00:38 PDT
Note You need to log in before you can comment on or make changes to this bug.