Bug 251437 - We can use sysctlbyname to get model info from Apple products
Summary: We can use sysctlbyname to get model info from Apple products
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-31 07:37 PST by Seija K.
Modified: 2023-02-03 17:02 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 2023-01-31 07:37:40 PST
Instead of not supporting iOS model versions on iOS, we can use sysctlbyname. This also works on macoS.
Comment 1 Kenneth Russell 2023-02-03 17:02:56 PST
This change should be made upstream in ANGLE and then rolled into WebKit so the two code bases don't diverge. Discussions are currently ongoing on https://bugs.chromium.org/p/angleproject/issues/detail?id=7991 and the linked code reviews.