[webkit-changes] [WebKit/WebKit] 56656a: AX: Crash caused by multiple concurrent calls to W...
AndresGonzalezApple
noreply at github.com
Thu Apr 11 07:51:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56656a1bfcc647b1f2c585f2d0ce4abd50ebd159
https://github.com/WebKit/WebKit/commit/56656a1bfcc647b1f2c585f2d0ce4abd50ebd159
Author: Andres Gonzalez <andresg_22 at apple.com>
Date: 2024-04-11 (Thu, 11 Apr 2024)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
Log Message:
-----------
AX: Crash caused by multiple concurrent calls to WebKit::WebProcessPool::setMediaAccessibilityPreferences.
https://bugs.webkit.org/show_bug.cgi?id=272480
rdar://125614396
Reviewed by Tyler Wilcock.
The idea of this change is to dispatch the block in setMediaAccessibilityPreferences to a new serial queue instead of to the global queue in order to avoid multiple threads performing the work item concurrently.
Contribution from Greg Hughes.
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::setMediaAccessibilityPreferences):
Canonical link: https://commits.webkit.org/277384@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list