Matthew A. Miller

Results 72 comments of Matthew A. Miller

@devinreams removing all is not appropriate. We need a couple of these in `src` as checkpoints; the rest if something does unexpected but not outright failed. I think the one...

@changecourse @sandysage see https://github.com/mozilla-lockbox/lockbox-extension/issues/534#issuecomment-367502065 for questions/concerns that need resolution before engineering can scope.

> Most of this is just setting up the appropriate message passing to get the passwords out of XPCOM Have we talked recently with the WebExtensions team on what state...

cc @rfk @vladikoff Personally I think it would be helpful. This is all within FxA; The clirent registration has some support for an icon in the client's provisioning, but I...

@vladikoff That is the image (until marketing efforts result in a change (-: ). The "source" SVG is: https://github.com/mozilla-lockbox/lockbox-extension/blob/master/src/webextension/icons/lb_locked.svg

@kimberlythegeek I'm not versed enough in the `lang` attribute to know how this ought to interact with localization. @jimporter I'm guessing we insert the `lang` based on the locale we...

Saw your toot. I believe the issue you're having is one of output encoding mismatch: Node's `crypto` module uses a DER-encoded sequence of R and S; WebCrypto uses a simple...

I have a small preference to convert from .rst to .md, and build them as part of the `docs` target.