RESOLVED FIXED 230352
Move selection gap adjustment code form LegacyRootInlineBox to RenderBlockFlow
https://bugs.webkit.org/show_bug.cgi?id=230352
Summary Move selection gap adjustment code form LegacyRootInlineBox to RenderBlockFlow
Antti Koivisto
Reported 2021-09-16 08:50:22 PDT
Move code out of legacy.
Attachments
Patch (13.75 KB, patch)
2021-09-16 09:27 PDT, Antti Koivisto
no flags
Patch (13.76 KB, patch)
2021-09-16 11:09 PDT, Antti Koivisto
no flags
Patch (13.76 KB, patch)
2021-09-16 11:21 PDT, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2021-09-16 09:27:42 PDT
Antti Koivisto
Comment 2 2021-09-16 11:09:23 PDT
EWS
Comment 3 2021-09-16 11:15:19 PDT
Zalan Bujtas found in /Volumes/Data/worker/Commit-Queue/build/Source/WebCore/ChangeLog does not appear to be a valid reviewer according to contributors.json. /Volumes/Data/worker/Commit-Queue/build/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).
Antti Koivisto
Comment 4 2021-09-16 11:21:41 PDT
EWS
Comment 5 2021-09-16 12:19:46 PDT
Committed r282597 (241758@main): <https://commits.webkit.org/241758@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438374 [details].
Radar WebKit Bug Importer
Comment 6 2021-09-16 12:20:18 PDT
Diego Pino
Comment 7 2021-09-16 22:18:23 PDT
The patch broke compilation in Ubuntu LTS/Debian bots: https://build.webkit.org/#/builders/68/builds/6643/steps/8/logs/stdio ``` In file included from WebCore/DerivedSources/unified-sources/UnifiedSource-207b877e-7.cpp:4: ../../Source/WebCore/layout/integration/LayoutIntegrationRunIterator.cpp: In member function ‘WebCore::RenderObject::HighlightState WebCore::LayoutIntegration::PathRun::selectionState() const’: ../../Source/WebCore/layout/integration/LayoutIntegrationRunIterator.cpp:103:29: error: invalid use of incomplete type ‘class WebCore::RenderView’ 103 | return renderer.view().selection().highlightStateForTextBox(renderer, text.selectableRange()); | ~~~~~~~~~~~~~^~ ``` Fixed in https://trac.webkit.org/changeset/282633/webkit
Note You need to log in before you can comment on or make changes to this bug.