WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
230642
Turn WebCore::LineCap and WebCore::LineJoin into 8-bit enum classes
https://bugs.webkit.org/show_bug.cgi?id=230642
Summary
Turn WebCore::LineCap and WebCore::LineJoin into 8-bit enum classes
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-
Details
Formatted Diff
Diff
For EWS
(24.10 KB, patch)
2021-09-22 16:30 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
For EWS
(24.80 KB, patch)
2021-09-22 18:48 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2021-09-22 16:09:45 PDT
Comment hidden (obsolete)
Created
attachment 438985
[details]
Patch
Wenson Hsieh
Comment 2
2021-09-22 16:30:05 PDT
Created
attachment 438990
[details]
For EWS
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
Created
attachment 439003
[details]
For EWS
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
<
rdar://problem/83431075
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug