Closed
Bug 1407179
Opened 7 years ago
Closed 7 years ago
Use AssertIsOnBackgroundThread() in U2F and WebAuthn BackgroundParentImpls
Categories
(Core :: DOM: Device Interfaces, enhancement, P2)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: ttaubert, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It seems like a good idea to call AssertIsOnBackgroundThread() in the WebAuthnTransactionParent and U2FTransactionParent methods. They should never be called on any other thread.
(Other implementations are doing the same.)
Comment 1•7 years ago
|
||
Comment on attachment 8916917 [details]
Bug 1407179 - Use AssertIsOnBackgroundThread() in U2F and WebAuthn BackgroundParentImpls r=jcj
J.C. Jones [:jcj] has approved the revision.
https://phabricator.services.mozilla.com/D105#2375
Attachment #8916917 -
Flags: review+
Pushed by ttaubert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aec2dd18f42a
Use AssertIsOnBackgroundThread() in U2F and WebAuthn BackgroundParentImpls r=jcj
Updated•7 years ago
|
Priority: -- → P2
![]() |
||
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Attachment #8916917 -
Attachment description: Bug 1407179 - Use AssertIsOnBackgroundThread() in U2F and WebAuthn BackgroundParentImpls r=jcj
It seems like a good idea to call AssertIsOnBackgroundThread() in the
WebAuthnTransactionParent and U2FTransactionParent methods. They should never
be... → Bug 1407179 - Use AssertIsOnBackgroundThread() in U2F and WebAuthn BackgroundParentImpls r=jcj
You need to log in
before you can comment on or make changes to this bug.
Description
•