commit | 15ef70db60511723d0b89465f711d8b27cbc0329 | [log] [tgz] |
---|---|---|
author | Friedrich Horschig <[email protected]> | Tue Apr 02 09:12:12 2019 |
committer | Commit Bot <[email protected]> | Tue Apr 02 09:12:12 2019 |
tree | 022f786ae782018f1e3f8c99ef61d4bd6d7e48b2 | |
parent | 0b221fc4b84766bd9dded5dd5ff6c21092c08bf9 [diff] |
[Mfill Android] Create adapter for accessory bridge By creating an adapter between autofill popup controller and keyboard accessory bridge, we can change the mapping of autofill suggestion positions without special-casing every function in the controller. Before this CL, the mapping logic was in the bridge code where it did not belong. Other advantages of this CL: * Fully unit-tested * Doesn't use two loops and a mapping array for the job of an int. Bug: None Change-Id: I049db975f8b2afe11f55360abab6640f52a92080 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1533943 Commit-Queue: Friedrich [CET] <[email protected]> Reviewed-by: Vasilii Sukhanov <[email protected]> Cr-Commit-Position: refs/heads/master@{#646723}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .