Re: u2f

2018-01-26 Thread Daniel Veditz
On Fri, Jan 26, 2018 at 6:06 PM, greyhorseman wrote: > question is when, if ever, Firefox is going to support this standard fully > and allow me to use my ubikeys? > https://hacks.mozilla.org/2018/01/using-hardware-token-based-2fa-with-the-webauthn-api/

u2f

2018-01-26 Thread greyhorseman
question is when, if ever, Firefox is going to support this standard fully and allow me to use my ubikeys? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

PSA: service worker code has moved

2018-01-26 Thread Ben Kelly
Hi all, Just FYI, we have moved the service worker code and tests from: dom/workers dom/workers/test/serviceworkers To: dom/serviceworkers dom/serviceworkers/test We did this because the service worker feature is about much more than just spawning a thread in the current process. Its

BCP47 normalization of Language Tags in Gecko/Firefox

2018-01-26 Thread Zibi Braniecki (Gandalf)
Hi all! A couple changes just landed in Gecko that will tighten our handling of language tags and locales to BCP47 standard. tl;dr: - Use mozilla::locale::Locale for any operations on Locale codes in C++ - Expect LocaleService::NegotiateLanguages to return canonicalized BCP47 langauge tags ==