WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
242932
re-enable Display P3 canvas support on iOS Simulator
https://bugs.webkit.org/show_bug.cgi?id=242932
Summary
re-enable Display P3 canvas support on iOS Simulator
Cameron McCormack (:heycam)
Reported
2022-07-19 20:30:27 PDT
Fixes to the simulator should have landed so that these tests can run again.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-07-19 20:30:39 PDT
<
rdar://problem/97297372
>
Cameron McCormack (:heycam)
Comment 2
2022-07-19 20:32:16 PDT
The explicit disabling of Display P3 canvas support is done by this in PlatformEnable.h: #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) \ || (PLATFORM(IOS_FAMILY) && !PLATFORM(IOS_FAMILY_SIMULATOR)) #define HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035 1 #endif It's kind of misleading that the simulator restriction is applied to HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035, a different issue.
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