commit | 4cecdffdf93141e3e62cf3dc5c2edb1aa5fd2be7 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Apr 17 19:06:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 17 19:06:34 2025 |
tree | eee35c51a1b1e46da28fd574656de322e7a5f05f | |
parent | 410d4dba6bc78d66827290350c74176d361351f8 [diff] |
extensions: Port webstorePrivate API tests to desktop Android In addition to updates to the test code this also required: * Adding MixinBasedExtensionApiTest to the Android build * Passing extension-related command line switches to the renderer * Adding uninstall functionality to the management API delegate, as the test JS uses the management API for uninstalls * Ignoring the return value of NavigateToURL in OpenURL (see comment) * Registering the ChromeExtensionCookiesFactory instance * Adding the webstore_override feature availability Supervised user tests are ifdef'd out for now. Supervised user support will come later. Bug: 409616269 Change-Id: I64180fbe1610912b36c26c526c69206b228c08bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6460942 Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin Cronin <rdevlin.cronin@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1448487}
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.