get rid of 'browser.startup.blankWindow'

This commit is contained in:
fxbrit 2023-01-27 01:16:16 +00:00
parent e417584a74
commit 197c45a312
2 changed files with 2 additions and 1 deletions

View file

@ -10,11 +10,13 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
**References**: **References**:
- thumbnails are only used in privileged code to populate New Tab Page and Ctrl+Tab previews. - thumbnails are only used in privileged code to populate New Tab Page and Ctrl+Tab previews.
- the startup blank window doesn't break anything and the perceived performance boost is irrelevant on modern hardware.
#### Removed preferences #### Removed preferences
``` ```
defaultPref("browser.pagethumbnails.capturing_disabled", true); defaultPref("browser.pagethumbnails.capturing_disabled", true);
defaultPref("browser.startup.blankWindow", false);
``` ```
# 7.4 # 7.4

View file

@ -148,7 +148,6 @@ defaultPref("browser.urlbar.speculativeConnect.enabled", false);
defaultPref("privacy.resistFingerprinting", true); defaultPref("privacy.resistFingerprinting", true);
// rfp related settings // rfp related settings
defaultPref("privacy.resistFingerprinting.block_mozAddonManager", true); // prevents rfp from breaking AMO defaultPref("privacy.resistFingerprinting.block_mozAddonManager", true); // prevents rfp from breaking AMO
defaultPref("browser.startup.blankWindow", false); // if set to true it breaks RFP windows resizing
defaultPref("browser.display.use_system_colors", false); // default, except Win defaultPref("browser.display.use_system_colors", false); // default, except Win
/** /**
* increase the size of new RFP windows for better usability, while still using a rounded value. * increase the size of new RFP windows for better usability, while still using a rounded value.