[webkit-reviews] review granted: [Bug 226758] AX: TestWebKitAPI.WebKit.AccessibilityReduceMotion failing on iOS : [Attachment 431016] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 12:15:46 PDT 2021


Alex Christensen <achristensen at apple.com> has granted  review:
Bug 226758: AX: TestWebKitAPI.WebKit.AccessibilityReduceMotion failing on iOS
https://bugs.webkit.org/show_bug.cgi?id=226758

Attachment 431016: patch

https://bugs.webkit.org/attachment.cgi?id=431016&action=review




--- Comment #7 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 431016
  --> https://bugs.webkit.org/attachment.cgi?id=431016
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=431016&action=review

> Source/WTF/wtf/PlatformHave.h:995
> +#define UPDATE_WEB_ACCESSIBILITY_SETTINGS 1

#define HAVE_UPDATE_WEB_ACCESSIBILITY_SETTINGS 1

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1082
> +#if PLATFORM(IOS_FAMILY)

&& !(HAVE(UPDATE_WEB_ACCESSIBILITY_SETTINGS) && ENABLE(CFPREFS_DIRECT_MODE))


More information about the webkit-reviews mailing list