commit | b89ca652567b78fcc00d7bf7518e0836c45d880d | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Mon Oct 28 17:29:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 28 17:29:20 2024 |
tree | d3ddb216e4a078bf55ab74989cf158630e2964ac | |
parent | 731962d0d980b15f064b59e6e2b9fa8b1aeeeac4 [diff] |
extensions: Add chrome.i18n API test to desktop android build Convert the test extension to manifest v3. Add the main part of the test. Skip one JS test on Android, which does not yet support content scripts nor the chrome.tabs API. Change a CHECK to a NOTIMPLEMENTED so the rest of the test can run. Bug: 373434594 Change-Id: I43bb8c7a8f88b207eb90889a0d547fa88eaf19dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5961704 Reviewed-by: David Bertoni <dbertoni@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1374715}
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.