commit | 7503f7541656328fcaca10d75002ecb2882e0624 | [log] [tgz] |
---|---|---|
author | David Tseng <dtseng@google.com> | Mon Feb 26 23:01:22 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 26 23:01:22 2024 |
tree | cab5d8f3157b4643e20f9ced221c9f153386cd15 | |
parent | 59ff646496f6788e724a4b3caa2aa8cb01eb02f3 [diff] |
[pdf-a11y]: further simplify PluginAXTreeActionTargetAdapter Following comments from https://crrev.com/c/5302041 - simplify the PluginAXTreeActionTargetAdapter interface by combining the two methods. GetFromId is not strictly needed as the only production callsite used it immediately before calling the other method, CreateActionTarget. - addresses one nit Bug: 326131114 Test: cq Change-Id: I4bbf1cf5365c4857422bb46b0d6cf56ba28fbd57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5322047 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1265511}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.