Bug 278606

Summary: Remove the unused unrenderable inner border code in BorderPainter
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=252092
https://bugs.webkit.org/show_bug.cgi?id=244638

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
Radar WebKit Bug Importer
Comment 1 2024-08-24 11:50:44 PDT
Simon Fraser (smfr)
Comment 2 2024-08-24 11:54:53 PDT
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.