Mathieu Pillard

Results 59 issues of Mathieu Pillard

The menu and search box are placed differently and have different width set are different window sizes. At low (< 500px) horizontal sizes, it gets moved next to the username/register...

component: ux
priority: p4
state: stale

We use [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) but it's barely maintained, hasn't had a release in 2 years. [cross-fetch](https://www.npmjs.com/package/cross-fetch) is more popular and actively maintained.

component: code quality
priority: p3

addons-frontend has a fairly complex [smoke test setup](https://github.com/mozilla/addons-frontend/tree/master/tests/smoke). It does the following: - Installs tox - clone addons-server - build addons-server image with custom group & user ids - build...

component: code quality
component: testing
component: uitests
priority: p4

https://addons.mozilla.org/en-US/android/themes/ is weird. Since Firefox for Android doesn't support themes anymore, it really shouldn't exist. But it does, and although the main block finds no themes, the "Recommended Themes" and...

platform: android
priority: p4

Our CSP in addons-frontend allows images loaded from `'self'`. Figure out why and whether we could remove that. See also https://github.com/mozilla/addons-frontend/issues/10979

component: code quality
priority: p3

Chrome is going to change the way it deals with `` - https://chromium-review.googlesource.com/c/chromium/src/+/3122306 Previously, just having a `` would ensure that resource would be loaded first, potentially jumping ahead of...

component: performance
priority: p3

As part of https://github.com/mozilla/addons-linter/issues/4061 we're going to add more specific error messages for errors related to `install_origins`. Ideally we'd have a link to a MDN page, but that MDN page...

component: rule
priority: p3
state: stale

MV3 self-hosted add-ons will need to specify in their manifest what origins to allow installs from. Therefore, in the linter, when `self-hosted` parameter is `true` and `max-manifest-version` is `3` or...

component: rule
priority: p3

Updates to libraries in this repo are made by humans (generally @wagnerand), with someone: - Checking if there are updates manually - Updating the [json file](https://github.com/mozilla/dispensary/blob/master/src/libraries.json) with the relevant version...

priority: p4
state: stale
component: dispensary

Initially filed as https://github.com/mozilla/addons-server/issues/7778 Original description of the issue written by @arantius: I tried to automatically submit a nightly build for signing and self-serving. The (partial) result was: { "guid":...

component: rule
triaged
priority: p3