Bug 201969

Summary: Remove some support for < iOS 13
Product: WebKit Reporter: Keith Rollin <krollin>
Component: WebKit Misc.Assignee: Keith Rollin <krollin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=201967
https://bugs.webkit.org/show_bug.cgi?id=201851
Attachments:
Description Flags
Patch none

Description Keith Rollin 2019-09-18 21:00:04 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 Jonathan Bedard was involved. These changes are isolated from other similar changes in order to facilitate the reviewing process.
Comment 1 Radar WebKit Bug Importer 2019-09-18 21:00:19 PDT
<rdar://problem/55505586>
Comment 2 Keith Rollin 2019-09-19 19:27:20 PDT
Created attachment 379191 [details]
Patch
Comment 3 WebKit Commit Bot 2019-09-24 11:42:58 PDT
Comment on attachment 379191 [details]
Patch

Clearing flags on attachment: 379191

Committed r250310: <https://trac.webkit.org/changeset/250310>
Comment 4 WebKit Commit Bot 2019-09-24 11:43:00 PDT
All reviewed patches have been landed.  Closing bug.