Rob Wu
Rob Wu
When a l10n file contains localizations for several language codes, but not the primary subtag, and the browser reports only the primary subtag, then this library fails to map the...
**jquery-confirm version:** v3.3.4 **I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request **Current behavior:** The `setIcon` method and the `closeIconClass`...
Upon receiving "reportTranslationStats", backgroundScript.js broadcasts an "updateStats" message to all frames in a tab (`frameId: 0` is not specified, hence not limited to the main frame), which in turn sends...
**Desktop (please complete the following information):** - OS: any - Browser and version: Firefox up to latest (currently 81) - DownThemAll! version: 4.2.6 **Describe the bug** Detailed description at https://bugzilla.mozilla.org/show_bug.cgi?id=1659155...
I noticed that several menu examples in this repo are not showing up on MDN, probably because they are not listed in examples.json. I just looked at all top directories...
Follow-up to https://github.com/mozilla/web-ext/pull/2306/files#r698444621 web-ext doesn't need to ask for the READ_EXTERNAL_STORAGE permission on Android, because the profile/add-on is now stored in `/data/local/tmp` instead of `/sdcard`: https://github.com/mozilla/web-ext/blame/c884696fd3ea496c67959337f98d4e39bdb08871/src/util/adb.js#L14 (#2200). Let's remove the...
### 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...
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...
https://github.com/mozilla/addons-scanner-utils/issues/115 reported that the latest `web-ext` version started to transitively depended on `express`. To prevent this from happening again, we need automation to verify that there are no unexpected dependencies....
In `web-ext` we support config files to override the CLI parameters. The location of the config files (and whether to use them at all) can be configured via the CLI...