WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
201969
Remove some support for < iOS 13
https://bugs.webkit.org/show_bug.cgi?id=201969
Summary
Remove some support for < iOS 13
Keith Rollin
Reported
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.
Attachments
Patch
(3.28 KB, patch)
2019-09-19 19:27 PDT
,
Keith Rollin
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-09-18 21:00:19 PDT
<
rdar://problem/55505586
>
Keith Rollin
Comment 2
2019-09-19 19:27:20 PDT
Created
attachment 379191
[details]
Patch
WebKit Commit Bot
Comment 3
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
>
WebKit Commit Bot
Comment 4
2019-09-24 11:43:00 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.
Top of Page
Format For Printing
XML
Clone This Bug