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: arkenfox/user.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 133.0
Choose a base ref
...
head repository: arkenfox/user.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 135.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 12, 2025

  1. Configuration menu
    Copy the full SHA
    80fa110 View commit details
    Browse the repository at this point in the history
  2. fix the year

    Thorin-Oakenpants authored Jan 12, 2025
    Configuration menu
    Copy the full SHA
    c251873 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. legacy sanitizing prefs

    In FF128 these were used to migrate to
    - clearOnShutdown to clearOnShutdown_v2
    - cpd to clearHistory
    
    They are then no longer used.
    
    The migration can be checked with
    - privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs2
    - privacy.sanitize.cpd.hasMigratedToNewPrefs2
    
    Note: in FF136 there was another migration, where it changes the `ToNewPrefs2` to false
    - privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs3
    - privacy.sanitize.cpd.hasMigratedToNewPrefs3
    
    AFAICT, cpd.hasMigrated* doesn't migrate until you open the clear history dialog.
    Thorin-Oakenpants authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    9bba578 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. v135 (#1929)

    Thorin-Oakenpants authored Mar 6, 2025
    2 Configuration menu
    Copy the full SHA
    3d76c74 View commit details
    Browse the repository at this point in the history
Loading