Bug 227441

Summary: Pass correct value of AX per app settings to the WebContent process
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch none

Description Per Arne Vollan 2021-06-28 03:51:30 PDT
Pass value of type AXValueState instead of a boolean value for per app AX settings.
Comment 1 Radar WebKit Bug Importer 2021-06-28 03:52:06 PDT
<rdar://problem/79857797>
Comment 2 Per Arne Vollan 2021-06-28 03:55:00 PDT
Created attachment 432379 [details]
Patch
Comment 3 Per Arne Vollan 2021-06-28 04:05:04 PDT
Created attachment 432380 [details]
Patch
Comment 4 Brent Fulgham 2021-06-28 10:06:53 PDT
Comment on attachment 432380 [details]
Patch

r=me
Comment 5 Per Arne Vollan 2021-06-28 10:22:40 PDT
Comment on attachment 432380 [details]
Patch

Thanks for reviewing!
Comment 6 EWS 2021-06-28 10:41:35 PDT
Committed r279342 (239210@main): <https://commits.webkit.org/239210@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 432380 [details].
Comment 7 Simon Fraser (smfr) 2021-07-30 12:23:00 PDT
Comment on attachment 432380 [details]
Patch

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

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1095
> +    WTFLogAlways("AX: reduce motion: %d", (int)reduceMotionEnabled);

Ooops