Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56656a1bfcc647b1f2c585f2d0ce4abd50ebd159
https://github.com/WebKit/WebKit/commit/56656a1bfcc647b1f2c585f2d0ce4abd50ebd159
Author: Andres Gonzalez <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes