Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/multi-account-containers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.3.0
Choose a base ref
...
head repository: mozilla/multi-account-containers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.3.1
Choose a head ref
  • 14 commits
  • 24 files changed
  • 7 contributors

Commits on Apr 23, 2025

  1. eslint ecmaVersion to 2021

    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.
    apostrophest committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    65243e2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Merge pull request #2755 from apostrophest/eslint-ecmascript-2021

    Increase eslint ecmaVersion to 2021
    dannycolin authored May 20, 2025
    Configuration menu
    Copy the full SHA
    aca51cc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Configuration menu
    Copy the full SHA
    d3aa323 View commit details
    Browse the repository at this point in the history
  2. Upgrade to eslint v9

    loganrosen committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    bd7e33b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Merge pull request #2796 from loganrosen/eslint-v9

    Upgrade to ESLint v9
    bakulf authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    d44d789 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2794 from loganrosen/usr-bin-env

    Use `/usr/bin/env` instead of `/bin/env`
    bakulf authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    adbf310 View commit details
    Browse the repository at this point in the history
  3. Survey view

    bakulf committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    0eb13f2 View commit details
    Browse the repository at this point in the history
  4. Update survey panel

    lesleyjanenorton authored and bakulf committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    00504eb View commit details
    Browse the repository at this point in the history
  5. Fix CSS lint errors

    lesleyjanenorton committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    eeefaab View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Update src/popup.html

    Co-authored-by: Maxx Crawford <maxx.crawford@gmail.com>
    bakulf and maxxcrawford authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    dcc42e2 View commit details
    Browse the repository at this point in the history
  2. Update src/js/background/messageHandler.js

    Co-authored-by: Maxx Crawford <maxx.crawford@gmail.com>
    bakulf and maxxcrawford authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    85ce637 View commit details
    Browse the repository at this point in the history
  3. Update src/js/background/messageHandler.js

    Co-authored-by: luke crouch <lcrouch@mozilla.com>
    bakulf and groovecoder authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    e296f43 View commit details
    Browse the repository at this point in the history
  4. Fix a typo

    bakulf committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    2908419 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Merge pull request #2803 from mozilla/survey

    Join our Multi-Account Containers Research Study! 🚀
    bakulf authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    c34c1c1 View commit details
    Browse the repository at this point in the history
Loading