Bug 241066

Summary: Replace uses of -webkit-gradient() and -webkit-linear-gradient() in internal CSS
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Ryan Reno <rr_reno>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Tim Nguyen (:ntim)
Reported 2022-05-28 11:04:59 PDT
Source/WebCore/Modules/mediacontrols/mediaControlsBase.css Source/WebCore/html/shadow/meterElementShadow.css These usages can be replaced with `linear-gradient`, beware the syntax is different!
Attachments
Tim Nguyen (:ntim)
Comment 1 2022-05-28 11:07:29 PDT
There's also `-webkit-linear-gradient` in Source/WebCore/Modules/mediacontrols/mediaControlsBase.css which can also be replaced with `linear-gradient`. The syntax is very similar, but differs when it comes to specifying the gradient direction.
Radar WebKit Bug Importer
Comment 2 2022-06-04 11:05:12 PDT
Ryan Reno
Comment 3 2022-06-08 11:28:42 PDT
EWS
Comment 4 2022-06-09 08:58:37 PDT
Committed r295421 (251427@main): <https://commits.webkit.org/251427@main> Reviewed commits have been landed. Closing PR #1384 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.