Closed
Bug 2046149
Opened 29 days ago
Closed 16 days ago
Add PromptRequest.SaveAddress data class
Categories
(Firefox for Android :: Autofill, defect)
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: fmasalha, Assigned: fmasalha)
References
Details
Attachments
(1 file)
Add a PromptRequest.SaveAddress data class carrying the candidate Address plus onConfirm: (Address) -> Unit and onDismiss: () -> Unit callbacks.
Mirror PromptRequest.SaveCreditCard found here.
Done when: the type compiles, is exhaustively handled in PromptRequest consumers, is serializable into BrowserStore state.
Comment 1•29 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Autofill' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Autofill
| Assignee | ||
Comment 2•28 days ago
|
||
Updated•28 days ago
|
Assignee: nobody → fmasalha
Status: NEW → ASSIGNED
Comment 3•16 days ago
|
||
The severity field is not set for this bug.
:matt-tighe, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(mtighe)
Pushed by fmasalha@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/692d280ce807
https://hg.mozilla.org/integration/autoland/rev/8b94ca25249d
Add PromptRequest.SaveAddress data class r=android-reviewers,nalexander
Comment 5•16 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 16 days ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•14 days ago
|
Flags: needinfo?(mtighe)
You need to log in
before you can comment on or make changes to this bug.
Description
•