kodergeek

Results 8 comments of kodergeek

Yes, I appreciate if you can point in code where I should add the call so that bg.js extension can successfully open the extensions tab as you described in your...

I have now updated the PR with the second approach as suggested by you, eg hard-coding the startup URL in the source of the manager extension. I have also tested...

Thanks for your feedback @Rob--W. I have now resolved the issues you mentioned and have also added a unit test to both check for presence of special URLs in generated...

Well yes the easiest way to remove code duplication and keeping the functionality is to make a small change to 2 unit tests by shifting around the list of arguments...

Hi @Rob--W Just wondering if you've had time to review this?

Hi @caitmuenster, I saw this issue a few days ago and realized that it's open for contribution. I would like to work on this bug and hopefully fix it if...

Hey @Rob--W. I have looked a bit in the code and based on your comments above, I believe I have an understanding how to fix this bug. I have made...

Thanks for your feedback. I have created a pull request so you can point to specific lines easily. [https://github.com/mozilla/web-ext/pull/2321](https://github.com/mozilla/web-ext/pull/2321)