webcompat / webcompat-reporter-extensions

Browser extensions to help report site compatibilty issues.
26 stars 21 forks source link

Update Fennec add-on to support screenshot junk #16

Closed miketaylr closed 6 years ago

miketaylr commented 8 years ago

This one doesn't use the Addon-SDK or Web Extensions, so whatever it ends up looking like, it'll get mirrored into the built-in Nightly reporter add-on thingy. We can either send a base64 image like the others, or send a blob (because it'll be using 2dRenderingContext.drawWindow() which supports either).

miketaylr commented 8 years ago

While I'm in here, fix this: https://github.com/webcompat/webcompat-reporter-extensions/commit/0b24129e858ea4c32f6f22811a4342afab8a4c5e#commitcomment-17042407

miketaylr commented 6 years ago

This is fixed by #79.