Open Bug 1550788 Opened 5 years ago Updated 1 year ago

Attempt to simplify AndroidWebAuthnTokenManager thread wrangling

Categories

(Core :: DOM: Web Authentication, enhancement, P2)

Unspecified
Android
enhancement

Tracking

()

Tracking Status
firefox68 --- affected

People

(Reporter: jcj, Unassigned)

References

Details

A lot of work happens on the main thread in AndroidWebAuthnTokenManager because any call to JNI methods, such as jni::ObjectArray::New, asserts. This is probably due to the implicit JNI context being main-thread-only, or something similar.

There are explicit context methods that might let us avoid having to move back to the main thread at all, and simplify the thread wrangling.

Note: For the WebAuthn calls, removing calledFrom = "gecko" from @WrapForJNI should let them be called from any thread.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.