[components] Issue https://github.com/mozilla-mobile/android-components/issues/10140...
commit72a18d3322b7fc6ada853daff50b1641d8afe4fa
authorGabriel Luong <gabriel.luong@gmail.com>
Thu, 22 Apr 2021 16:10:23 +0000 (22 12:10 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 5 May 2021 22:45:59 +0000 (5 22:45 +0000)
tree57a5c327c47e0b4354b489be40f69667cfa41ddc
parent8776054784d0fcc1910f504d5a2369c82acc02a7
[components] Issue https://github.com/mozilla-mobile/android-components/issues/10140 - Part 1: Refactor autocomplete extension functions into ext/Login.kt

- Moves `Autocomplete.LoginEntry.toLogin()` and `Login.toLoginEntry()` extension functions
into `ext/Login.kt`
- Remove duplicates of `Autocomplete.LoginEntry.toLogin()` and `Login.toLoginEntry()`.
mobile/android/android-components/components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/autofill/GeckoLoginDelegateWrapper.kt
mobile/android/android-components/components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/ext/Login.kt [new file with mode: 0644]
mobile/android/android-components/components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/prompt/GeckoPromptDelegate.kt
mobile/android/android-components/components/browser/engine-gecko/src/test/java/mozilla/components/browser/engine/gecko/prompt/GeckoPromptDelegateTest.kt