RESOLVED FIXED 235041
Remove AppleTV specific disabling of conic gradients, its not necessary
https://bugs.webkit.org/show_bug.cgi?id=235041
Summary Remove AppleTV specific disabling of conic gradients, its not necessary
Sam Weinig
Reported 2022-01-10 11:22:06 PST
Remove AppleTV specific disabling of conic gradients, its not necessary
Attachments
Patch (3.16 KB, patch)
2022-01-10 11:23 PST, Sam Weinig
no flags
Patch (4.41 KB, patch)
2022-01-10 17:44 PST, Sam Weinig
no flags
Patch (4.37 KB, patch)
2022-01-11 06:31 PST, Sam Weinig
no flags
Sam Weinig
Comment 1 2022-01-10 11:23:35 PST
Darin Adler
Comment 2 2022-01-10 15:00:33 PST
Comment on attachment 448780 [details] Patch Did I wrote those FIXMEs? Sounds like me. What about the closely related tvOS exception for ENABLE_CSS_CONIC_GRADIENTS in PlatformEnableCocoa.h? (also ENABLE_MONOSPACE_FONT_EXCEPTION is likely a similar mistake)
Sam Weinig
Comment 3 2022-01-10 17:44:49 PST
Sam Weinig
Comment 4 2022-01-10 17:46:45 PST
Since the last patch broke windows, this new one keeps the conditional but makes it a HAVE and then bases ENABLE_CSS_CONIC_GRADIENTS on that HAVE. Does this look good to you?
Darin Adler
Comment 5 2022-01-10 18:08:25 PST
Comment on attachment 448819 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448819&action=review > Source/WTF/wtf/PlatformEnableCocoa.h:182 > +#if !defined(ENABLE_CSS_CONIC_GRADIENTS) && HAVE(CORE_GRAPHICS_CONIC_GRADIENTS) Since this is a Cocoa-only file, you could omit the HAVE() call here.
Sam Weinig
Comment 6 2022-01-11 06:31:04 PST
EWS
Comment 7 2022-01-11 07:42:24 PST
Committed r287879 (245923@main): <https://commits.webkit.org/245923@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448842 [details].
Radar WebKit Bug Importer
Comment 8 2022-01-11 07:43:16 PST
Note You need to log in before you can comment on or make changes to this bug.