Bug 239664 - Code cleanup in preparation for optimizing use of AccessibilityObject::elementsFromAttribute.
Summary: Code cleanup in preparation for optimizing use of AccessibilityObject::elemen...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andres Gonzalez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-22 11:59 PDT by Andres Gonzalez
Modified: 2022-04-23 19:28 PDT (History)
13 users (show)

See Also:


Attachments
Patch (23.28 KB, patch)
2022-04-22 12:18 PDT, Andres Gonzalez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (23.28 KB, patch)
2022-04-22 12:36 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (21.33 KB, patch)
2022-04-23 11:08 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gonzalez 2022-04-22 11:59:49 PDT
Code cleanup in preparation for optimizing use of AccessibilityObject::elementsFromAttribute.
Comment 1 Radar WebKit Bug Importer 2022-04-22 11:59:58 PDT
<rdar://problem/92180286>
Comment 2 Andres Gonzalez 2022-04-22 12:18:52 PDT
Created attachment 458162 [details]
Patch
Comment 3 chris fleizach 2022-04-22 12:27:23 PDT
Comment on attachment 458162 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=458162&action=review

> Source/WebCore/ChangeLog:11
> +        AccessibilityObject::elementsFromAttribute now returns a vEctor as

vEctor > vector
Comment 4 Andres Gonzalez 2022-04-22 12:36:46 PDT
Created attachment 458164 [details]
Patch
Comment 5 Andres Gonzalez 2022-04-23 11:08:29 PDT
Created attachment 458217 [details]
Patch

Undid removing of ariaOwnsReferencingElements from the AXCoreObject interface since ATSPI is using it.
Comment 6 EWS 2022-04-23 19:28:42 PDT
Committed r293298 (249923@main): <https://commits.webkit.org/249923@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 458217 [details].