RESOLVED FIXED 214844
[Big Sur] Wrap SPI in feature guards
https://bugs.webkit.org/show_bug.cgi?id=214844
Summary [Big Sur] Wrap SPI in feature guards
Jonathan Bedard
Reported 2020-07-27 13:05:08 PDT
There is some Big Sur SPI declarations that should arguably be behind a feature flag.
Attachments
Patch (1.20 KB, patch)
2020-07-27 13:20 PDT, Jonathan Bedard
no flags
Patch (1.37 KB, patch)
2020-07-27 13:40 PDT, Jonathan Bedard
no flags
Patch for landing (1.11 KB, patch)
2020-07-28 14:17 PDT, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2020-07-27 13:14:37 PDT
Jonathan Bedard
Comment 2 2020-07-27 13:20:18 PDT
Alexey Proskuryakov
Comment 3 2020-07-27 13:25:02 PDT
Comment on attachment 405306 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405306&action=review > Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h:39 > extern const NSImageHintKey NSImageHintSymbolFont; Pre-existing issue, but this shouldn't be in #else, correct? We want the compiler to tell us if the type is incorrect.
Jonathan Bedard
Comment 4 2020-07-27 13:40:36 PDT
EWS
Comment 5 2020-07-27 15:00:01 PDT
Committed r264946: <https://trac.webkit.org/changeset/264946> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405307 [details].
Saagar Jha
Comment 6 2020-07-28 11:47:19 PDT
Sadly, this moves the code out of the NS_ASSUME_NONNULL region and causes build errors :( I'll put up a new patch to move it back into.
Jonathan Bedard
Comment 7 2020-07-28 14:17:34 PDT
Reopening to attach new patch.
Jonathan Bedard
Comment 8 2020-07-28 14:17:35 PDT
Created attachment 405413 [details] Patch for landing
Jonathan Bedard
Comment 9 2020-07-28 14:23:25 PDT
(In reply to Saagar Jha from comment #6) > Sadly, this moves the code out of the NS_ASSUME_NONNULL region and causes > build errors :( I'll put up a new patch to move it back into. Oops! Build fix incoming. Bots will be up for Seed 3 shortly, so we'll be more formally defending this build.
EWS
Comment 10 2020-07-28 14:43:47 PDT
Committed r265010: <https://trac.webkit.org/changeset/265010> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405413 [details].
Note You need to log in before you can comment on or make changes to this bug.