Bug 221004

Summary: Disable TBA availability macro post-processing on iOS 14 / macOS 11
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, ggaren, hi, ryanhaddad, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Chris Dumez 2021-01-26 12:36:07 PST
Disable TBA availability macro post-processing on iOS 14 / macOS 11, now that TBA headers have been updated in r271813.
Comment 1 Chris Dumez 2021-01-26 12:39:30 PST
Created attachment 418465 [details]
Patch
Comment 2 Chris Dumez 2021-01-26 12:51:06 PST
Created attachment 418466 [details]
Patch
Comment 3 Chris Dumez 2021-01-26 13:14:18 PST
Comment on attachment 418466 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=418466&action=review

> Source/WebKit/Configurations/WebKitTargetConditionals.xcconfig:198
> +WK_IOS_15_YES = _IOS_BEFORE_14;

This should likely be _IOS_BEFORE_15
Comment 4 Chris Dumez 2021-01-26 13:16:19 PST
Created attachment 418471 [details]
Patch
Comment 5 Chris Dumez 2021-01-26 13:20:11 PST
Comment on attachment 418471 [details]
Patch

Clearing flags on attachment: 418471

Committed r271900: <https://trac.webkit.org/changeset/271900>
Comment 6 Chris Dumez 2021-01-26 13:20:13 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2021-01-26 13:21:15 PST
<rdar://problem/73630147>