Closed
Bug 1836356
Opened 2 years ago
Closed 2 years ago
Add support for nsIIdentityCredentialPromptService.showProviderPrompt in GeckoView
Categories
(GeckoView :: General, task, P1)
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: amejia, Assigned: amejia)
References
(Blocks 1 open bug)
Details
(Whiteboard: [foundation][fxdroid])
Attachments
(2 files, 2 obsolete files)
We need to implement showProviderPrompt, this prompt is shown to the user to choose from among the identity providers listed.
We would like to integrate to the existing PromptDelegate
APIs in GeckoView.
Assignee | ||
Updated•2 years ago
|
Whiteboard: [foundation][fxdroid]
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → amejiamarmol
Priority: -- → P1
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → N/A
Updated•2 years ago
|
Attachment #9337259 -
Attachment description: WIP: Bug 1836356 - Add support for nsIIdentityCredentialPromptService.showProviderPrompt in GeckoView. → Bug 1836356 - Add support for nsIIdentityCredentialPromptService.showProviderPrompt in GeckoView.
Assignee | ||
Comment 2•2 years ago
|
||
https://phabricator.services.mozilla.com/D179834
Co-authored-by: Titouan Thibaud <tthibaud@mozilla.com>
Co-authored-by: arturo mejia <arturomejiamarmol@gmail.com>
Updated•2 years ago
|
Attachment #9338357 -
Attachment is obsolete: true
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Attachment #9338360 -
Attachment is obsolete: true
Pushed by amejiamarmol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/463e881a627c
Add support for nsIIdentityCredentialPromptService.showProviderPrompt in GeckoView. r=geckoview-reviewers,tthibaud,ohall
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
I missed adding GeckoViewIdentityCredential.sys.mjs
to moz.build
, reopening for adding it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Pushed by amejiamarmol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/683d11cdd5ba
Add GeckoViewIdentityCredential module to moz.build. r=tthibaud,geckoview-reviewers
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
Comment 9•2 years ago
|
||
bugherder |
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•