[webkit-reviews] review granted: [Bug 252924] AX: Avoid hitting the main thread for AttributedString for TextMarkerRange calls in text controls. : [Attachment 465206] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 27 23:22:51 PST 2023
chris fleizach <cfleizach at apple.com> has granted Andres Gonzalez
<andresg_22 at apple.com>'s request for review:
Bug 252924: AX: Avoid hitting the main thread for AttributedString for
TextMarkerRange calls in text controls.
https://bugs.webkit.org/show_bug.cgi?id=252924
Attachment 465206: Patch
https://bugs.webkit.org/attachment.cgi?id=465206&action=review
--- Comment #9 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 465206
--> https://bugs.webkit.org/attachment.cgi?id=465206
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=465206&action=review
> Source/WebCore/accessibility/isolatedtree/mac/AXIsolatedObjectMac.mm:32
> +#import <Foundation/NSRange.h>
This is still unnecessary. The entire Foundation umbrella header is already
pulled when compiling.
More information about the webkit-reviews
mailing list