RESOLVED FIXED 244339
[IFC][Integration] Introduce InlineContentPainter
https://bugs.webkit.org/show_bug.cgi?id=244339
Summary [IFC][Integration] Introduce InlineContentPainter
zalan
Reported 2022-08-25 10:20:02 PDT
to paint IFC inline content
Attachments
Patch (24.58 KB, patch)
2022-08-25 10:21 PDT, zalan
no flags
Patch (24.60 KB, patch)
2022-08-25 15:16 PDT, zalan
no flags
zalan
Comment 1 2022-08-25 10:21:37 PDT
Antti Koivisto
Comment 2 2022-08-25 12:57:34 PDT
Comment on attachment 461860 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=461860&action=review nice! > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:-765 > -class LayerPaintScope { LineLayout::hitTest uses this. If this compiles it must be by accident. > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:771 > + if (!m_inlineContent) Maybe we could eliminate these tests at some point, they shouldn't really happen
zalan
Comment 3 2022-08-25 15:16:42 PDT
EWS
Comment 4 2022-08-25 18:11:10 PDT
Committed 253801@main (1ab9ad2f5f0d): <https://commits.webkit.org/253801@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461869 [details].
Radar WebKit Bug Importer
Comment 5 2022-08-25 18:12:16 PDT
zalan
Comment 6 2022-08-25 18:45:39 PDT
(In reply to Antti Koivisto from comment #2) > Comment on attachment 461860 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=461860&action=review > > nice! > > > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:-765 > > -class LayerPaintScope { > > LineLayout::hitTest uses this. If this compiles it must be by accident. > > > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:771 > > + if (!m_inlineContent) > > Maybe we could eliminate these tests at some point, they shouldn't really > happen yes, please!
Note You need to log in before you can comment on or make changes to this bug.