WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
278606
Remove the unused unrenderable inner border code in BorderPainter
https://bugs.webkit.org/show_bug.cgi?id=278606
Summary
Remove the unused unrenderable inner border code in BorderPainter
Simon Fraser (smfr)
Reported
2024-08-24 11:49:59 PDT
After
256943@main
, the code that checks if the inner border is unrenderable in BorderPainter is unused, because the radii are fixed in in RenderStyle::getRoundedInnerBorderFor(). This code doesn't work very well anyway, so remove it. In future, we need to do fancier path-based clipping to make these kinds of borders look good.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-24 11:50:44 PDT
<
rdar://problem/134624276
>
Simon Fraser (smfr)
Comment 2
2024-08-24 11:54:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/32670
EWS
Comment 3
2024-08-24 15:36:37 PDT
Committed
282705@main
(b133daba3fe5): <
https://commits.webkit.org/282705@main
> Reviewed commits have been landed. Closing PR #32670 and removing active labels.
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