Bug 230642

Summary: Turn WebCore::LineCap and WebCore::LineJoin into 8-bit enum classes
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebCore Misc.Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, dino, esprehn+autocc, ews-watchlist, fmalita, glenn, gyuyoung.kim, koivisto, kondapallykalyan, macpherson, menard, pdr, sabouhallawa, schenney, sergio, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
For EWS
none
For EWS none

Wenson Hsieh
Reported 2021-09-22 14:37:09 PDT
Some self-contained refactoring, en route to larger changes around the concurrent display list processing model.
Attachments
Patch (20.11 KB, patch)
2021-09-22 16:09 PDT, Wenson Hsieh
ews-feeder: commit-queue-
For EWS (24.10 KB, patch)
2021-09-22 16:30 PDT, Wenson Hsieh
no flags
For EWS (24.80 KB, patch)
2021-09-22 18:48 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2021-09-22 16:09:45 PDT Comment hidden (obsolete)
Wenson Hsieh
Comment 2 2021-09-22 16:30:05 PDT
Simon Fraser (smfr)
Comment 3 2021-09-22 17:44:59 PDT
Comment on attachment 438990 [details] For EWS View in context: https://bugs.webkit.org/attachment.cgi?id=438990&action=review > Source/WebCore/platform/graphics/GraphicsTypes.h:93 > ButtCap, > RoundCap, > SquareCap Butt, Round, Square > Source/WebCore/platform/graphics/GraphicsTypes.h:99 > MiterJoin, > RoundJoin, > BevelJoin Miter, Round, Bevel.
Wenson Hsieh
Comment 4 2021-09-22 17:56:40 PDT
Comment on attachment 438990 [details] For EWS View in context: https://bugs.webkit.org/attachment.cgi?id=438990&action=review Thanks for the review. >> Source/WebCore/platform/graphics/GraphicsTypes.h:93 >> SquareCap > > Butt, Round, Square Fixed! >> Source/WebCore/platform/graphics/GraphicsTypes.h:99 >> BevelJoin > > Miter, Round, Bevel. 👍🏻
Wenson Hsieh
Comment 5 2021-09-22 18:48:53 PDT
EWS
Comment 6 2021-09-22 21:30:57 PDT
Committed r282920 (242034@main): <https://commits.webkit.org/242034@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439003 [details].
Radar WebKit Bug Importer
Comment 7 2021-09-22 21:32:15 PDT
Note You need to log in before you can comment on or make changes to this bug.