-
Notifications
You must be signed in to change notification settings - Fork 397
Comparing changes
Open a pull request
base repository: mozilla/multi-account-containers
base: 8.3.0
head repository: mozilla/multi-account-containers
compare: 8.3.1
- 14 commits
- 24 files changed
- 7 contributors
Commits on Apr 23, 2025
-
CONTRIBUTING.md specifies the minimum supported Firefox version as 91.1.0. Based on the caniuse.com data for ECMAScript features listed at https://gist.github.com/Julien-Marcou/156b19aea4704e1d2f48adafc6e2acbf, I determined the following minimum Firefox versions that support each ECMAScript version: - ECMAScript 2018 (current setting) = Firefox 78 - ECMAScript 2019 = Firefox 64 - ECMAScript 2020 = Firefox 80 - ECMAScript 2021 = Firefox 79 - ECMAScript 2022 = Firefox 92 - ECMAScript 2023 = Firefox 104 - ECMAScript 2024 = Firefox 119+ (not exactly sure) This project is using v7 of eslint which depends on v7 of espree for JavaScript parsing. espree v7 has a maximum ECMAScript support version of ECMAScript 2021. Based on these findings, increasing the configured `parser.ecmaVersion` from `2018` to `2021` will allow using all JavaScript syntax supported in Firefox 91.1.0+ without raising eslint errors.
Configuration menu - View commit details
-
Copy full SHA for 65243e2 - Browse repository at this point
Copy the full SHA 65243e2View commit details
Commits on May 20, 2025
-
Merge pull request #2755 from apostrophest/eslint-ecmascript-2021
Increase eslint ecmaVersion to 2021
Configuration menu - View commit details
-
Copy full SHA for aca51cc - Browse repository at this point
Copy the full SHA aca51ccView commit details
Commits on Sep 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d3aa323 - Browse repository at this point
Copy the full SHA d3aa323View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7e33b - Browse repository at this point
Copy the full SHA bd7e33bView commit details
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d44d789 - Browse repository at this point
Copy the full SHA d44d789View commit details -
Merge pull request #2794 from loganrosen/usr-bin-env
Use `/usr/bin/env` instead of `/bin/env`
Configuration menu - View commit details
-
Copy full SHA for adbf310 - Browse repository at this point
Copy the full SHA adbf310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb13f2 - Browse repository at this point
Copy the full SHA 0eb13f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00504eb - Browse repository at this point
Copy the full SHA 00504ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeefaab - Browse repository at this point
Copy the full SHA eeefaabView commit details
Commits on Oct 2, 2025
-
Co-authored-by: Maxx Crawford <maxx.crawford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dcc42e2 - Browse repository at this point
Copy the full SHA dcc42e2View commit details -
Update src/js/background/messageHandler.js
Co-authored-by: Maxx Crawford <maxx.crawford@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85ce637 - Browse repository at this point
Copy the full SHA 85ce637View commit details -
Update src/js/background/messageHandler.js
Co-authored-by: luke crouch <lcrouch@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for e296f43 - Browse repository at this point
Copy the full SHA e296f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2908419 - Browse repository at this point
Copy the full SHA 2908419View commit details
Commits on Oct 7, 2025
-
Merge pull request #2803 from mozilla/survey
Join our Multi-Account Containers Research Study! 🚀
Configuration menu - View commit details
-
Copy full SHA for c34c1c1 - Browse repository at this point
Copy the full SHA c34c1c1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.3.0...8.3.1