commit | 0240ef3a9804d1b51e4dd50920e4e67284f2394f | [log] [tgz] |
---|---|---|
author | Eva Herencsarova <evih@google.com> | Mon Jul 18 11:53:06 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 18 11:53:06 2022 |
tree | 47c6ed31ad1703bfe3be80cf6fa434ab57c070e7 | |
parent | 82fd78b6498c8bb100dd9df91c1f3874f290b7ae [diff] |
[Autofill] Use language detection only on active frames When AutofillPageLanguageDetection is enabled, the AutofillManager::OnLanguageDetermined() is also called for the inactive frames that were cached after page navigation on the same tab. This change early returns if the language is undefined or if the AutofillManager is associated with an inactive frame. Bug: 1344495 Change-Id: Ib35806743dd4643fc56792d09828e2223a1852fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3760915 Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Eva Herencsarova <evih@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1025202}
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.