Skip to content

changelog v135, v136, v137, v138 #1941

Open
@Thorin-Oakenpants

Description

@Thorin-Oakenpants

🟩 v138

FF138 release notes
FF138 for developers
FF138 security advisories

There was nothing to add from 138

🟩 v137

FF137 release notes
FF137 for developers
FF137 security advisories

see #1957 - one deprecated inactive pref, will land in next PR

🟩 v136

FF136 release notes
FF136 for developers
FF136 security advisories

see #1950 - one new RFP pref added as inactive, will land in next PR


🟩 v135

FF134 release notes | for developers | security advisories
FF135 release notes | for developers | security advisories


CHANGELOG


There was nothing to add from 134 or 135

These changes all stem from 1888466 in 136 and sanitizing choices

  • the migration in FF128 merged items to simply things
  • feedback from users was they wanted "history" separate from "forms"
  • so for all three dialogs (clearHistory, clearOnShutdown_v2, clearSiteData) we have another migration
  • for each the *historyFormDataAndDownloads pref migrates to the relevant prefs below
  • whilst I was at it, I cleaned up all the legacy sanitizing prefs as it was section 2800 was getting messy and confusing

⭐ 136 is here (don't ever wait for arkenfox before updating Firefox!) so my bad, sue me, I should have had this out before FF136 stable was released. Suggest y'all check/update your sanitizing overrides: make sure to open each dialog to ensure migration

  • new in user.js v135
    • these prefs are added in FF136
    • not entirely sure about the v2.downloads pref, it doesn't seem to be controlled by the UI
user_pref("privacy.clearHistory.browsingHistoryAndDownloads", true);
user_pref("privacy.clearHistory.formdata", true);
user_pref("privacy.clearOnShutdown_v2.browsingHistoryAndDownloads", true);
user_pref("privacy.clearOnShutdown_v2.downloads", true);
user_pref("privacy.clearOnShutdown_v2.formdata", true);
user_pref("privacy.clearSiteData.browsingHistoryAndDownloads", true);
user_pref("privacy.clearSiteData.formdata", true);
  • removed inactive in user.js v135
    • legacy sanitizing prefs that we've always had inactive and at defaults
      • legacy because in FF128 you should have migrated to the new prefs
      • cpd to clearHistory migration may have required you to open the clear history dialog: see comments in 9bba578
   // user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false]
   // user_pref("privacy.cpd.downloads", true); // not used: controlled by another pref
   // user_pref("privacy.cpd.openWindows", false);
   // user_pref("privacy.cpd.passwords", false);
   // user_pref("privacy.cpd.siteSettings", false);
  • made inactive in user.js v135 (and moved to 6050 for prefsCleaner)
    • legacy sanitizing prefs: see above
   // user_pref("privacy.clearOnShutdown.cache", "");
   // user_pref("privacy.clearOnShutdown.cookies", "");
   // user_pref("privacy.clearOnShutdown.downloads", "");
   // user_pref("privacy.clearOnShutdown.formdata", "");
   // user_pref("privacy.clearOnShutdown.history", "");
   // user_pref("privacy.clearOnShutdown.offlineApps", "");
   // user_pref("privacy.clearOnShutdown.sessions", "");
   // user_pref("privacy.cpd.cache", "");
   // user_pref("privacy.cpd.cookies", "");
   // user_pref("privacy.cpd.formdata", "");
   // user_pref("privacy.cpd.history", "");
   // user_pref("privacy.cpd.offlineApps", "");
   // user_pref("privacy.cpd.sessions", "");

NOTE: the STATs section excludes the new 8500 TELEMETRY section

  • that section has 14 prefs moved into it
  • these prefs have bearing on web sites and the numbers are quite meaningless
 STATS v135: up to and including section 4500, minus the parrots
 =========
    total: 168
 inactive:  46
      n/a    3 (v2 migration sanitizing prefs)
           ---
   active: 119
  default:  19 (at least)
      n/a:   2 (of the three prefs in 0202, only one will apply)
           ---
  flipped:  98 (at most)

ALL HAIL PANTS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions