webcompat / webcompat-reporter-extensions

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

Fixes #27 - Adds "Report site issue" option to the context menu for Firefox #30

Closed akhilpandey95 closed 8 years ago

akhilpandey95 commented 8 years ago

Signed-off-by: AkhilHector akhilhector.1@gmail.com

akhilpandey95 commented 8 years ago

Ref : #27

akhilpandey95 commented 8 years ago

r? @miketaylr

akhilpandey95 commented 8 years ago

I think the code looks redundant, maybe i can declare a function which could be used for both context-menu and the web-extension. What say @miketaylr

something like this : screenshot from 2016-09-01 22 38 45

PS : I don't like having redundant code

miketaylr commented 8 years ago

A reportIssue method seems good. 👍

akhilpandey95 commented 8 years ago

ok give me a second, let me ensure the mentioned changes are made

miketaylr commented 8 years ago

@AkhilHector also, we want to make the same changes for the Opera and Chrome add-ons if you're interested in hacking on those as well.

akhilpandey95 commented 8 years ago

Sure, will do it @miketaylr

miketaylr commented 8 years ago

r+, thanks @AkhilHector!