| Summary: | Turn EUnicodeBidi into an enum class | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||
| Severity: | Normal | CC: | bfulgham, cdumez, changseok, darin, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, koivisto, kondapallykalyan, macpherson, menard, mifenton, pdr, simon.fraser, webkit-bug-importer, zalan | ||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
zalan
2022-01-19 12:54:15 PST
Created attachment 449509 [details]
Patch
Created attachment 449512 [details]
Patch
Comment on attachment 449512 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449512&action=review > Source/WebCore/platform/text/UnicodeBidi.h:31 > +enum class EUnicodeBidi : uint8_t { Can we drop the E prefix? (In reply to zalan from comment #2) > Created attachment 449512 [details] > Patch Good point! Comment on attachment 449512 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449512&action=review >> Source/WebCore/platform/text/UnicodeBidi.h:31 >> +enum class EUnicodeBidi : uint8_t { > > Can we drop the E prefix? We should. Created attachment 449516 [details]
Patch
Committed r288254 (246204@main): <https://commits.webkit.org/246204@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449516 [details]. Comment on attachment 449516 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449516&action=review > Source/WebCore/platform/text/UnicodeBidi.h:32 > UBNormal, Need to rename this to just "Normal" now that it’s in an enum class and will always appear as UnicodeBidi::Normal. (In reply to Darin Adler from comment #9) > Comment on attachment 449516 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=449516&action=review > > > Source/WebCore/platform/text/UnicodeBidi.h:32 > > UBNormal, > > Need to rename this to just "Normal" now that it’s in an enum class and will > always appear as UnicodeBidi::Normal. Oh I missed that. Thanks! Created attachment 449544 [details]
Patch
address post-landing feedback.
see above /Volumes/Data/worker/Commit-Queue/build/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Created attachment 449572 [details]
Patch
Committed r288291 (246216@main): <https://commits.webkit.org/246216@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449572 [details]. |