commit | 593521f76f75e93013452d49825141f11d51a317 | [log] [tgz] |
---|---|---|
author | Yann Dago <ydago@chromium.org> | Fri Mar 25 19:05:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 25 19:05:49 2022 |
tree | 868843bde1f4bbf7dbbebfb1d221725135c8a6dd | |
parent | 47bb1875ef3c90fe164f47bf6936fb3cc5093dce [diff] |
Configure the NetworkService after creation on android webview It seems the default schemes for Android webview were not applied in time, because ConfigureHttpAuthPrefs was not called right after SetUpHttpAuth in AwContentBrowserClient::OnNetworkServiceCreated. Bug: 1305229 Change-Id: Icd9e28f9f31e2dcc49b1d221a11ba2b1f473daba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3540581 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Reviewed-by: Alex Ilin <alexilin@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/main@{#985412}
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.