Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7cd6f4d79af964ab0d0b97210223122a0c5ab8ef
      
https://github.com/WebKit/WebKit/commit/7cd6f4d79af964ab0d0b97210223122a0c5ab8ef
  Author: Andres Gonzalez <[email protected]>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M Source/WebCore/accessibility/AXTextMarker.h

  Log Message:
  -----------
  AX: Add AXTextMarkerRange comparison operators.
https://bugs.webkit.org/show_bug.cgi?id=276814
<rdar://problem/132088757>

Reviewed by Tyler Wilcock.

This is needed in functionality like finding the next misspelled word range. It 
involves adding comparison operators for AXTextMarker and TextMarkerData.

* Source/WebCore/accessibility/AXTextMarker.h:
(WebCore::AXTextMarker::isEqual const):
(WebCore::AXTextMarkerRange::AXTextMarkerRange):
(WebCore::operator==):
(WebCore::operator!=):
(WebCore::operator<):
(WebCore::operator>):
(WebCore::operator<=):
(WebCore::operator>=):

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