Track CanonicalBrowsingContext for WebAuthn sessions
Categories
(Core :: DOM: Web Authentication, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jcj, Assigned: jcj)
References
Details
(Whiteboard: [fission-])
Attachments
(1 file, 1 obsolete file)
GeckoView needs to know CanonicalBrowsingContext at each end of the WebAuthn context. This is possibly also important for future UX improvements.
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This is currently important and fully plumbed for Android/GeckoView. This is
also likely useful for future UX improvements, so it's added to the base
transactions.
Jon, Snorp: I'm not real clear how you need to use the BrowserContext, but
this passes it into the Java side via the bundles, where you can use
BrowserContext::Get [0] to rehydrate it into the context you need.
It's not a whole lot more work to pass it back through in the responses, but I
just don't exactly know where you need this information, so here's a stab
so hopefully we can all come to a mutual understanding.
Note, as with the StorageContext IDs, I'm passing this to Java as a string
rather than as a 4-byte array, or whatever I'd need to do to get an unsigned
long safely there and back again.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Description
•