commit | 8673c395bb15e00b9e1e51d9444162338badd7ef | [log] [tgz] |
---|---|---|
author | Akihiro Ota <akihiroota@chromium.org> | Thu Feb 01 20:07:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 20:07:34 2024 |
tree | e8974b1c73b2fbc62d848201189b93f18798cf3b | |
parent | ee1ab1976bd82cab9cc248b37af2c8a65417f2e5 [diff] |
Add accessibility private API tests in manifest v3 This change makes the existing accessibility private API tests run using manifest v3. To do so, we: 1. Create a manifest for the v3 extension 2. Copy-paste the existing background.js (no logic changes) 3. Modify the C++ so that it points to the new extension if the manifest version is v3 Bug: b:260590502 Change-Id: I5b2d990302e8db0b1ec796f1894ce42b5646e170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5254497 Reviewed-by: Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255237}
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.