commit | b83dcbae85b2e4429e1746d66e4ef9f26dcf3dba | [log] [tgz] |
---|---|---|
author | Tommy Martino <tmartino@google.com> | Fri Jan 19 16:51:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 19 16:51:14 2024 |
tree | fdc57cdc6a4674be441cecdb3c8022ccc893a4f8 | |
parent | 94202dd5a09f75ce8a4bda987fcc664c867449b8 [diff] |
[iOS] Autofill Across iframes: Implement single-frame extraction This implements the last driver method needed for filling across frames, which is to trigger extraction on a single frame. The AutofillAgent already has a suitable method, so this change simply exposes that method through the AutofillDriverIOSBridge protocol, and invokes it from the driver. Bug: 1441921 Change-Id: I149fff703ce9125d63f8d4c2ba31ec65957824c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5172387 Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Tommy Martino <tmartino@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: John Wu <jzw@chromium.org> Reviewed-by: Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/main@{#1249377}
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.