web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

A command line tool to help build, run, and test web extensions

Results 238 web-ext issues
Sort by recently updated
recently updated
newest added

### Is this a feature request or a bug? Bug ### What is the current behavior? Execution of `web-ext run` with `chromium` defined as target in config file does not...

In #2159, one of our dependencies (likely `watchpack`) was internally rejecting a promise which was not handled and in future nodejs versions any unhandled rejection triggers a fatal error and...

### Is this a feature request or a bug? Bug (related: #1981) ### What is the current behavior? I use web-ext to build and test an extension, Refined GitHub. It's...

type: bug

### Is this a feature request or a bug? Bug ### What is the current behavior? Running extensions in both Chrome and Firefox still leaves temporary directories. This happens despite...

### Is this a feature request or a bug? Bug. ### What is the current behavior? Start `web-ext run` with any extension and keep R pressed. Soon `web-ext` throws and...

Fixes : #1911 I reproduced the error unintentionally and found that there is an open issue for it, this patch fixes the bug but needs review for any side effects,...

We should remove the default URL from api-url-prefix https://github.com/mozilla/web-ext/blob/9e23a4cccbfdb1a989d87d24387b26680c2e118e/src/program.js#L530 and rely on the default of sign-addon. Then we don't have to make changes such as #2121 to web-ext whenever the...

### Is this a feature request or a bug? Bug. ### What is the current behavior? Ctrl + C does nothing. ### What is the expected or desired behavior? Should...

### [Workaround described below ⬇️](https://github.com/mozilla/web-ext/issues/804#issuecomment-302588357) ### Is this a bug or feature request? Feature request ### What is the current behavior? `web-ext sign` already successfully submits an extension for review,...

priority: enhancement

### **This is a draft PR, work in progress.** A few doubts: 1. I logged `chromium binary` and `this.params`, where` chromiumBinary = this.params`. `chromiumBinary` gives `undefined`, while `this.params` gives something...

state: in progress