Closed
Bug 1415675
Opened 7 years ago
Closed 7 years ago
Web Authentication - Support AbortSignal types
Categories
(Core :: DOM: Device Interfaces, enhancement, P1)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: jcj, Assigned: ttaubert)
References
Details
(Whiteboard: [webauthn][webauthn-wd07])
Attachments
(1 file)
The Create and Get methods need to accept an AbortController, and 1) call the callback, if any, upon an abort, and 2) send a cancel (like we do with a tab switch) when the abort is called by Javascript.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ttaubert
Status: NEW → ASSIGNED
Assignee | ||
Updated•7 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•7 years ago
|
||
Comment on attachment 8928427 [details]
Bug 1415675 - Web Authentication - Support AbortSignal types r=jcj
J.C. Jones [:jcj] has approved the revision.
https://phabricator.services.mozilla.com/D245#5917
Attachment #8928427 -
Flags: review+
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
I'm honestly a little surprised to see no failures. Well, let's give it a shot and push it.
Assignee | ||
Comment 4•7 years ago
|
||
No, let's wait for a DOM peer to r+. Sorry ;)
Comment 5•7 years ago
|
||
Comment on attachment 8928427 [details]
Bug 1415675 - Web Authentication - Support AbortSignal types r=jcj
J.C. Jones [:jcj] has been removed from the revision.
https://phabricator.services.mozilla.com/D245#5967
Attachment #8928427 -
Flags: review+
Comment 6•7 years ago
|
||
Comment on attachment 8928427 [details]
Bug 1415675 - Web Authentication - Support AbortSignal types r=jcj
J.C. Jones [:jcj] has approved the revision.
https://phabricator.services.mozilla.com/D245#6006
Attachment #8928427 -
Flags: review+
Assignee | ||
Updated•7 years ago
|
Attachment #8928427 -
Flags: review?(bugs)
Comment 7•7 years ago
|
||
Comment on attachment 8928427 [details]
Bug 1415675 - Web Authentication - Support AbortSignal types r=jcj
Olli Pettay [:smaug] has approved the revision.
https://phabricator.services.mozilla.com/D245#6007
Attachment #8928427 -
Flags: review+
Updated•7 years ago
|
Attachment #8928427 -
Flags: review?(bugs)
Pushed by ttaubert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/805939626996
Web Authentication - Support AbortSignal types r=jcj,smaug
Comment 9•7 years ago
|
||
bugherder |
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•