[webkit-changes] [WebKit/WebKit] 648225: AX: Crash with VoiceOver when focusing a PDF annot...
AndresGonzalezApple
noreply at github.com
Fri Mar 22 09:05:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 648225124a2c22bbe4f46eb285c409076bb9043e
https://github.com/WebKit/WebKit/commit/648225124a2c22bbe4f46eb285c409076bb9043e
Author: Andres Gonzalez <andresg_22 at apple.com>
Date: 2024-03-22 (Fri, 22 Mar 2024)
Changed paths:
M Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm
Log Message:
-----------
AX: Crash with VoiceOver when focusing a PDF annotation.
https://bugs.webkit.org/show_bug.cgi?id=271406
rdar://124631171
Reviewed by Chris Fleizach.
PDFPlugin::setActiveAnnotation accesses main thread-only objects and thus needs to be dispatched to the main runloop.
* Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:
(WebKit::PDFPlugin::setActiveAnnotation):
Canonical link: https://commits.webkit.org/276548@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