Mathieu Pillard
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...
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.
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...
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...
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
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...
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...
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...
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...
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":...