Bug 232552

Summary: [LFC][IFC] Start using ubidi to find bidi boundaries
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

alan
Reported 2021-10-31 21:16:07 PDT
ssia
Attachments
Patch (7.96 KB, patch)
2021-10-31 21:33 PDT, alan
no flags
Patch (9.04 KB, patch)
2021-11-01 10:19 PDT, alan
no flags
alan
Comment 1 2021-10-31 21:33:43 PDT
Antti Koivisto
Comment 2 2021-10-31 23:03:57 PDT
Comment on attachment 442953 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442953&action=review > Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:136 > +void InlineItemsBuilder::breakInlineItemsAtBidiBoundaries(InlineItems& inlineItems) breakAndComputeBidiLevels() or something? (InlineItems is bit redundant since we are in InlineItemBuilder).
Antti Koivisto
Comment 3 2021-11-01 09:24:25 PDT
Comment on attachment 442953 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442953&action=review > Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:156 > + ubidi_close(ubidi); could use ScopeExit for safe closing.
alan
Comment 4 2021-11-01 10:19:51 PDT
EWS
Comment 5 2021-11-01 12:22:27 PDT
Committed r285119 (243760@main): <https://commits.webkit.org/243760@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442988 [details].
Radar WebKit Bug Importer
Comment 6 2021-11-01 12:23:50 PDT
Note You need to log in before you can comment on or make changes to this bug.