commit | f5326fd29a44bf41a399ca6cc57f8b140a670bbe | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@google.com> | Thu Jul 14 21:39:30 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 21:39:30 2022 |
tree | 83737840391ec4ca2cf884aefb38cffc38ad9202 | |
parent | f826acacd87eff981e33bb0faa61b4567f58158e [diff] |
[Fuchsia] Load WebEngine config before FeatureList initialization WebEngine was loading the config file after FeatureList is initialized by the content layer. As results enable-feature and disable-feature arguments specified in the config were not applied. Fix this by moving config parsing to main(). Bug: 1343878 Change-Id: I1565599a1973cd63df07262c1b8052d3a409afc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3759763 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Wez <wez@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1024434}
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.