Luca Greco
Luca Greco
As a follow up for the changes we introduced for #3721, we agreed that: - when addons-linter is configured to only allow manifest version 2 extensions (which is currently the...
As part of #3891 we are going to add two new rule codes: - MANIFEST_HOST_PERMISSIONS - MANIFEST_BAD_HOST_PERMISSIONS These two new rules are both related to the `host_permissions` manifest key, which...
As part of #3763, we did notice that: - we need to explicitly set min/max_manifest_version on the `items` sub-property of the JSONSchema `type: array` entries that have a min/max_manifest_version -...
#### Summary Updates on webextensions.manifest.theme to mark tab_background_separator and toolbar_field_separator as deprecated in Firefox 89. #### Test results and supporting details See #22215 for more context around this change. ####...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? The two...
The CI job build-nodejs-experimental has been changed in #3014 to make it not strict on unit tests failures to unblock updating the CI job to remove the old nodejs 16...
This PR includes a draft patch to cover the second half of #2543 (the part related to a different CLI option to state that source code is not needed). ###...
In #5105 we are adding a new warning expected to be reported on MV3 extensions targeting Firefox for Android as part of the work for #5104. We are considering removing...
It would be nice (and consistent to the other WebExtensions devtools API) to directly expose the websocket devtools API to the devtools extensions pages and panels, so that a devtools...
This PR contains the changes from #5 (which refactors the module so that it can be optionally used as a library instead of an npm executable, adds unit and integration...