| commit | 7c015279d3e66b8b2f01b51e6c20ab797dc11fcb | [log] [tgz] |
|---|---|---|
| author | Greg Thompson <grt@chromium.org> | Wed Feb 01 15:46:00 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 01 15:46:00 2023 |
| tree | c1c28b415098ee05a8fc0846bcaecfe3330a166d | |
| parent | 313a17b764287c9d08813f5956c5882bfd0eb54e [diff] |
[fuchsia] Drop support for custom context_provider in web_engine_shell
With this CL, web_engine_shell can now either use WebInstanceHost to
directly launch web_instance.cm or use the system context_provider to
get a fuchsia.web/Context. Using a custom context_provider is no longer
supported. In particular:
- Support for --web-engine-package-name is removed.
- --use-web-instance is required when --with-webui and/or additional
command line arguments are supplied for WebEngine.
Bug: 1406273, 1010222
Change-Id: I0edd5269c1825cb292a43c60acd91da5b5a25623
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4184210
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Auto-Submit: Greg Thompson <grt@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1099856}
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.