Paweł Chmielowski

Results 118 comments of Paweł Chmielowski

I can't reproduce that in my setup, extension looks like is idle when nothing is using it. Could you please try to reproduce this and when this happens could you...

Thanks, let me try digest this and see if i would find something that can cause this.

There is one suspicious thing in that log - it may be that binary part that talk to u2f device doesn't quit as it's expected. I am adding some extra...

Hello, Could you please visit https://demo.yubico.com/u2f and try to register on that page, after doing that open add-on manager, and after choosing u2f add-on clicking on "show logs" button, and...

Yes extension only contains binaries for x86/x86_64 architectures so it won't work on arm processor. I'm not sure why calling scripts/make_xpi.sh doesn't work for you, maybe some problem with your...

I think you need to add targetPlatform inside ext/install.rdf, i am not 100% sure which one will work for your platform, arm android is using arm-eabi-gcc3, maybe it will works...

It probably is unable to locate your binary (you need to place it in correct directory in ext/bin), if you check extension logs after you try to perform u2f operation...

PL: Probowal jakis czas temu dodac to ale kod ktory uzywa Google jest mocno Chrome-centryczny. Nawet kiedy dodalem interfejs ktory dosc wiernie symulowal plugin Chrome i tak nie udalo mi...

There is https://github.com/prefiks/u2f4moz/tree/chrome-mimicry but it needs to be updated with changes from master branch, i will see how hard would it be this weekend.

Hm, if (typeof window.u2f !== "undefined") returns true then it must have some value set right?