commit | e7df50dd088768ab3b7b5101ce028d573af0aaaa | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Mon Nov 13 22:30:20 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 22:30:20 2023 |
tree | afa9fadf026168ea06d2f855c2aa123bbb12d6be | |
parent | e2d43624d6721a57d931217a88dc295ae223fa27 [diff] |
[Autofill] Remove BrowserAutofillManager from AwAutofillClient Before Android O, Autofill WebView used BrowserAutofillManager for Autocomplete. Since Android O, it uses AutofillProviderAndroid. In AwAutofillClient, this translates to using BrowserDriverInitHook vs AndroidDriverInitHook. This CL removes BrowserDriverInitHook from AwAutofillClient. Bug: 1501199 Change-Id: Id90cfdc6570fb0a6b7853a2d22f993f7d9f45262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018199 Reviewed-by: Jan Keitel <jkeitel@google.com> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1223920}
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.