0
Files
src/content/browser
Nektarios Paisios 7d64c26993 Starts the journey of making AXPlatformTreeManager non abstract
The Views Unification Projects will use an AXTreeManager specifically designed for Views.
Similarly, the Screen AI and OCR for PDF projects will need to stich together AXTrees
that are not coming from the Web.
Therefore, we need to move as much common logic as possible into a base class that would be
shared among all of the above three projects.
This work has already began, but this patch implements some of the pure virtual
methods on AXPlatformTreeManager. There is no dependency on BrowserAccessibilityManager for these methods,
except the use of an id_to_wrapper_map which would need to be generalized as well to be used by Views.

R=benjamin.beaudry@microsoft.com, dlibby@microsoft.com

AX-Relnotes: n/a.
Change-Id: I86caa6f90b54fe32798fd66a0266c6fa4b693722
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3918891
Reviewed-by: Daniel Libby <dlibby@microsoft.com>
Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
Commit-Queue: Nektarios Paisios <nektar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1062315}
2022-10-21 20:10:57 +00:00
..
2022-09-15 14:03:50 +00:00
2022-09-15 14:03:50 +00:00
2022-09-15 14:03:50 +00:00
2022-10-19 05:11:27 +00:00