0
Files
src/extensions
Akihiro Ota 02b8c55bac AutomationPosition: Allow creation of text positions
This change addresses a comment [1] in a downstream change that
requested a modification to the AutomationPosition API, which was to
add support for creating text positions from editable nodes.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/4089384/comment/8ac7ad60_d2421a1f/

AX-Relnotes: N/A
Bug: N/A
Change-Id: Idc823ab93cacad091e4c64be3d35039ffe1b09da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4126525
Reviewed-by: David Tseng <dtseng@chromium.org>
Commit-Queue: Akihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1094539}
2023-01-19 17:38:13 +00:00
..
2022-12-15 08:53:32 +00:00
2023-01-18 01:07:51 +00:00
2022-12-12 22:22:34 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: