commit | 8c359469879e0922cbdbc6fc99e6a15a9c77b30e | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Fri Nov 22 18:02:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 18:02:55 2024 |
tree | 817dafb79f07f5a8fa8c52b195b87bd3e1b5b457 | |
parent | 15c5a9ee1f1da281c4b90decbf191b2e51d59a9e [diff] |
[Autofill] Potentially fix lifecycle of AutofillClient / AutofillDriver Autofill expects that AutofillDrivers and their ownees are destroyed before the AutofillClient. It's not clear if that's the case on iOS WebView. As a temporary fix, this CL explicitly deletes the drivers from ~WebViewAutofillClientIOS(). Bug: 380442588 Change-Id: I38201def386f835011852b8bd4b1c7d54f92362b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040166 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386922}
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.