RESOLVED FIXED 202820
Remove some support for < iOS 13
https://bugs.webkit.org/show_bug.cgi?id=202820
Summary Remove some support for < iOS 13
Keith Rollin
Reported 2019-10-10 12:36:59 PDT
Remove some support for iOS versions less than 13.0. Update conditionals that reference __IPHONE_OS_VERSION_MIN_REQUIRED and __IPHONE_OS_VERSION_MAX_ALLOWED, assuming that they both have values >= 130000. This means that expressions like "__IPHONE_OS_VERSION_MIN_REQUIRED < 101300" are always False and "__IPHONE_OS_VERSION_MIN_REQUIRED >= 101300" are always True. This removal is part of a series of patches effecting the removal of dead code for old versions of iOS. This particular pass involves changes in which Devin Rousso was involved. These changes are isolated from other similar changes in order to facilitate the reviewing process.
Attachments
Patch (1.91 KB, patch)
2019-10-10 17:10 PDT, Keith Rollin
no flags
Radar WebKit Bug Importer
Comment 1 2019-10-10 12:37:15 PDT
Keith Rollin
Comment 2 2019-10-10 17:10:40 PDT
WebKit Commit Bot
Comment 3 2019-10-14 14:14:10 PDT
Comment on attachment 380702 [details] Patch Clearing flags on attachment: 380702 Committed r251096: <https://trac.webkit.org/changeset/251096>
WebKit Commit Bot
Comment 4 2019-10-14 14:14:12 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.