Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 27ab51c615f285461b785dc0ae2c29372d884d89
      
https://github.com/WebKit/WebKit/commit/27ab51c615f285461b785dc0ae2c29372d884d89
  Author: Tyler Wilcock <[email protected]>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M Source/WebCore/accessibility/AXNotifications.h
    M Source/WebCore/accessibility/AXObjectCache.cpp

  Log Message:
  -----------
  AX: Fast-path exit from AXObjectCache::onTextRunsChanged for common renderer 
types that will never produce text runs
https://bugs.webkit.org/show_bug.cgi?id=298331
rdar://159772836

Reviewed by Joshua Hoffman.

Also remove the unnecessary AXTextRunsChanged notification and just queue an 
isolated tree node update directly. The
notification was a unnecessary abstraction that cost us in performance, since 
this notification doesn't actually get
posted out to assistive technologies at the platform level.

* Source/WebCore/accessibility/AXNotifications.h:
* Source/WebCore/accessibility/AXObjectCache.cpp:
(WebCore::AXObjectCache::onTextRunsChanged):
(WebCore::AXObjectCache::updateIsolatedTree):

Canonical link: https://commits.webkit.org/299533@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

Reply via email to