Luca Greco

Results 27 issues of Luca Greco

This pull request contains: - "test/rdp-test-helper-jpext" submodule (needed to spawn instrumented firefox instances) - "test/rdp-server.js" (needed to receive firefox instance connection and control the connected clients, e.g. exit the app)...

When web-ext is installed from npm, the following deprecation warnings are being logged: ``` npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info. npm WARN deprecated...

After merging #2235 the following UsageError is never hit in tests: - https://github.com/mozilla/web-ext/blob/2c1e09cca2ab4b2a719c61054a184dcaec7d366e/src/program.js#L277-L279 - https://app.codecov.io/gh/mozilla/web-ext/compare/2235/diff The last release of yargs v17 is being more strict about command unknown based on...

component: code quality

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...

As a followup to #1392, the `chromium` extension-runner should be able to map the extension's source dir with the assigned extension id, so that `reloadExtensionBySourceDir` can identify and reload only...

priority: enhancement
component: auto-reloading

While releasing on npm the 3.2.1 patch release, the related travis job for the tagged release failed to reach the "npm deploy" step because of a new security advisory related...

In some recent Pull Requests, the travis CI job running on windows is failing with the following error message: ``` Running mocha unit tests... ----------|----------|----------|----------|----------|-------------------| File | % Stmts |...

needs: more triage
state: blocked by upstream

Currently we are adding optional parameters to many of the internal functions just to be able to mock those "dependencies" for testing purpose, it would be better if we could...

As part of #1505 we are going to re-run the functional tests if they fail once in a travis windows worker. The reason for the timeout is likely due to...

Fixes #4367 The unexpected validation warning reported for a valid host permission (filed as addons-linter issue #4367) seems to be due to the fact that both manifest_version 2 and manifest_version...