Skip to content

Bug 2039737 - Adds kotlin bindings for add_many in logins.#7371

Open
boek wants to merge 1 commit into
mozilla:mainfrom
boek:import_passwords
Open

Bug 2039737 - Adds kotlin bindings for add_many in logins.#7371
boek wants to merge 1 commit into
mozilla:mainfrom
boek:import_passwords

Conversation

@boek
Copy link
Copy Markdown
Contributor

@boek boek commented May 14, 2026

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

@boek boek force-pushed the import_passwords branch from b3cec9a to 9712791 Compare May 14, 2026 22:34
@boek boek force-pushed the import_passwords branch from 9712791 to 9ecb880 Compare May 14, 2026 23:14
Comment on lines +106 to +107
usernameField = "users_name",
passwordField = "users_password",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this always going to be users_name and users_password ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copied the fake data that already existed in test. I'm not sure exactly what these fields are used for.

Copy link
Copy Markdown
Contributor

@segunfamisa segunfamisa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a Kotlin POV, this looks good to me. I don't know about the A-S layer, so I'll leave that to the code owners.

@boek
Copy link
Copy Markdown
Contributor Author

boek commented May 15, 2026

@mhammond could we get a review on this one? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants