[Webkit-unassigned] [Bug 183534] [WebAuthN] Optimize LocalAuthenticator
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 21 17:02:30 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=183534
--- Comment #3 from Jiewen Tan <jiewen_tan at apple.com> ---
7) Change little endian bytes (ARM and x86 default) to big endian as requested by the spec.
8) Better manage lifetime of LAContext passed around different threads. A solution could be all LAContext objects are stored in a map managed by LocalAuthenticator, and freed by callbacks happened in mainthread. That means using callOnMainThread to executing every callbacks. This will also resolve the WeakPtr issue.
9) Unify callbacks and use variant to handle exceptions.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180322/7493af2f/attachment.html>
More information about the webkit-unassigned
mailing list