commit | 75c4e3119da1e5ec572c0f451682720d4e0113f4 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Jan 23 00:04:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 00:04:15 2025 |
tree | 47ce093ff93ed96d590485f5fcfdbf22c359d062 | |
parent | ece2a011fc0ab8257646718c5f4e6fd3a2f6931f [diff] |
extensions: Port SharedModuleTest.SharedModuleLocale to desktop Android This provides some minimal coverage of the import/export manifest keys. The other tests are skipped because they depend on parts of the extension system that haven't yet been ported to Android. Convert the test extension to MV3/SW so it will run on Android. Add a NullAppSorting to DesktopAndroidExtensionSystem to prevent the app_sorting() method from returning null, which makes this test crash. We'll provide a real app sorting later, once the web app story on Android is sorted out. Bug: 391683717 Change-Id: I904cb053af348ac02e796816608be4f78186c996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6190432 Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1410020}
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.