Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ed9751c77edd53192e8fd25e791ad2177c67d786
      
https://github.com/WebKit/WebKit/commit/ed9751c77edd53192e8fd25e791ad2177c67d786
  Author: Dominic Mazzoni <dm_mazz...@apple.com>
  Date:   2025-08-18 (Mon, 18 Aug 2025)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
    M Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h
    M Source/WebKit/UIProcess/mac/WebViewImpl.h
    M Source/WebKit/UIProcess/mac/WebViewImpl.mm

  Log Message:
  -----------
  AX: expose set of remote accessibility process ids from WebViewImpl for 
accessibility debugging
https://bugs.webkit.org/show_bug.cgi?id=297546
rdar://158614434

Reviewed by Tyler Wilcock.

To better debug scenarios where web content isn't being exposed to
assistive technology correctly on macOS, expose some more information
from WebViewImpl: the remote process ids that are currently registered,
and whether or not an accessibility child element is currently being
returned.

* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView registeredRemoteAccessibilityPids]):
(-[WKWebView hasRemoteAccessibilityChild]):
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewPrivate.h:
* Source/WebKit/UIProcess/mac/WebViewImpl.h:
* Source/WebKit/UIProcess/mac/WebViewImpl.mm:
(WebKit::WebViewImpl::hasRemoteAccessibilityChild):
(WebKit::WebViewImpl::updateRemoteAccessibilityRegistration):

Canonical link: https://commits.webkit.org/298873@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to