0
Files
src/content/browser
Jacques Newman 659b809a74 [Views AX] Prefer WrapUnique in BrowserAccessibility*::Create
In preparation of moving BrowserAccessibility and
BrowserAccessibilityManager to the ui/ layer, I am cleaning up anything
that can be done ahead of time. Using the default constructor of
unique_ptr creates a presubmit error, as std::make_unique or
base::WraptUnique is preferred.

Moving BrowserAccessibility and BrowserAccessibilityManager to the UI
layer will allow us to share the functionality of these classes with
Views as well, allowing us to have a consistent accessibility
implementation, while also enabling Views to utilize our caching
mechanisms, allowing us to stop recomputing everything on each
accessibility API call to views.

Bug: 40672441
Change-Id: Ifdd5a71517ce9285643c2a08e4760b8c3c4459ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5444259
Reviewed-by: Javier Contreras <javiercon@microsoft.com>
Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
Commit-Queue: Jacques Newman <janewman@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1285476}
2024-04-10 22:52:03 +00:00
..
2024-04-03 14:51:28 +00:00
2024-03-21 03:36:22 +00:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.