Bug 202820 - Remove some support for < iOS 13
Summary: Remove some support for < iOS 13
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Rollin
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-10 12:36 PDT by Keith Rollin
Modified: 2019-10-14 14:14 PDT (History)
11 users (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2019-10-10 17:10 PDT, Keith Rollin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 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.
Comment 1 Radar WebKit Bug Importer 2019-10-10 12:37:15 PDT
<rdar://problem/56164838>
Comment 2 Keith Rollin 2019-10-10 17:10:40 PDT
Created attachment 380702 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2019-10-14 14:14:12 PDT
All reviewed patches have been landed.  Closing bug.