Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit c563b05

Browse files
committed
⬆️ Upgrade to firefox 121.0
1 parent 81068bd commit c563b05

File tree

5 files changed

+26
-20
lines changed

5 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.0.0-a.88
9+
10+
## Changed
11+
12+
- Update to firefox `121.0`
13+
- Bump to preprelease betterfox
14+
815
## 1.0.0-a.84
916

1017
### Added

gluon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"binaryName": "pulse-browser",
66
"version": {
77
"product": "firefox",
8-
"version": "120.0"
8+
"version": "121.0"
99
},
1010
"buildOptions": {
1111
"generateBranding": true

src/browser/app/profile/better-fox.js

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/****************************************************************************
3636
* Betterfox *
3737
* "Ad meliora" *
38-
* version: 119 *
38+
* version: 121 *
3939
* url: https://github.com/yokoffing/Betterfox *
4040
****************************************************************************/
4141

@@ -50,8 +50,8 @@ pref('gfx.canvas.accelerated.cache-items', 4096);
5050
pref('gfx.canvas.accelerated.cache-size', 512);
5151
pref('gfx.content.skia-font-cache-size', 20);
5252

53-
/** BROWSER CACHE ***/
54-
pref('browser.cache.disk.enable', false);
53+
/** DISK CACHE ***/
54+
pref('browser.cache.jsbc_compression_level', 3);
5555

5656
/** MEDIA CACHE ***/
5757
pref('media.memory_cache_max_size', 65536);
@@ -68,15 +68,14 @@ pref('network.http.max-connections', 1800);
6868
pref('network.http.max-persistent-connections-per-server', 10);
6969
pref('network.http.max-urgent-start-excessive-connections-per-host', 5);
7070
pref('network.http.pacing.requests.enabled', false);
71-
pref('network.dnsCacheExpiration', 86400);
71+
pref('network.dnsCacheExpiration', 3600);
7272
pref('network.dns.max_high_priority_threads', 8);
7373
pref('network.ssl_tokens_cache_capacity', 10240);
7474

75-
/** IMPLICIT OUTBOUND ***/
75+
/** SPECULATIVE LOADING ***/
7676
pref('network.dns.disablePrefetch', true);
7777
pref('network.prefetch-next', false);
7878
pref('network.predictor.enabled', false);
79-
pref('network.predictor.enable-prefetch', false);
8079

8180
/** EXPERIMENTAL ***/
8281
pref('layout.css.grid-template-masonry-value.enabled', true);
@@ -102,7 +101,6 @@ pref('browser.download.start_downloads_in_tmp_dir', true);
102101
pref('browser.helperApps.deleteTempFileOnExit', true);
103102
pref('browser.uitour.enabled', false);
104103
pref('privacy.globalprivacycontrol.enabled', true);
105-
pref('privacy.globalprivacycontrol.functionality.enabled', true);
106104

107105
/** OCSP & CERTS / HPKP ***/
108106
pref('security.OCSP.enabled', 0);
@@ -134,6 +132,7 @@ pref('network.IDN_show_punycode', true);
134132

135133
/** HTTPS-FIRST POLICY ***/
136134
pref('dom.security.https_first', true);
135+
pref('dom.security.https_first_schemeless', true);
137136

138137
/** PASSWORDS ***/
139138
pref('signon.rememberSignons', false);
@@ -149,6 +148,7 @@ pref('extensions.formautofill.creditCards.enabled', false);
149148
/** MIXED CONTENT + CROSS-SITE ***/
150149
pref('security.mixed_content.block_display_content', true);
151150
pref('security.mixed_content.upgrade_display_content', true);
151+
pref('security.mixed_content.upgrade_display_content.image', true);
152152
pref('pdfjs.enableScripting', false);
153153
pref('extensions.postDownloadThirdPartyPrompt', false);
154154

@@ -240,18 +240,16 @@ pref('browser.privateWindowSeparation.enabled', false); // WINDOWS
240240
/** COOKIE BANNER HANDLING ***/
241241
pref('cookiebanners.service.mode', 1);
242242
pref('cookiebanners.service.mode.privateBrowsing', 1);
243-
pref('cookiebanners.service.enableGlobalRules', true);
244243

245244
/** FULLSCREEN NOTICE ***/
246-
pref('full-screen-api.transition-duration.enter', '25 25');
247-
pref('full-screen-api.transition-duration.leave', '25 25');
245+
pref('full-screen-api.transition-duration.enter', '0 0');
246+
pref('full-screen-api.transition-duration.leave', '0 0');
248247
pref('full-screen-api.warning.delay', -1);
249248
pref('full-screen-api.warning.timeout', 0);
250249

251250
/** URL BAR ***/
252251
pref('browser.urlbar.suggest.calculator', true);
253252
pref('browser.urlbar.unitConversion.enabled', true);
254-
pref('browser.urlbar.suggest.topsites', false);
255253
pref('browser.urlbar.trending.featureGate', false);
256254

257255
/** NEW TAB PAGE ***/
@@ -262,7 +260,6 @@ pref('browser.newtabpage.activity-stream.feeds.section.topstories', false);
262260
pref('extensions.pocket.enabled', false);
263261

264262
/** DOWNLOADS ***/
265-
pref('browser.download.useDownloadDir', false);
266263
pref('browser.download.always_ask_before_handling_new_types', true);
267264
pref('browser.download.manager.addToRecentDocs', false);
268265

@@ -273,6 +270,7 @@ pref('browser.download.open_pdf_attachments_inline', true);
273270
pref('browser.bookmarks.openInTabClosesMenu', false);
274271
pref('browser.menu.showViewImageInfo', true);
275272
pref('findbar.highlightAll', true);
273+
pref('layout.word_select.eat_space_to_next_word', false);
276274

277275
/****************************************************************************
278276
* START: MY OVERRIDES *
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
2-
index 8a0558ae2e2d694fdb2a8ed20e712216edd046d1..13bd889df4977ccb9952457f043ca4a622006beb 100644
2+
index 29e5b7316f3549181f4a1415a8324e1bf81519a4..58b672329b5c0596b773db659220a59de5e85482 100644
33
--- a/browser/app/profile/firefox.js
44
+++ b/browser/app/profile/firefox.js
5-
@@ -2880,3 +2880,5 @@ pref("browser.privatebrowsing.resetPBM.showConfirmationDialog", true);
6-
#ifdef XP_MACOSX
7-
pref("browser.attribution.macos.enabled", false);
8-
#endif
5+
@@ -2937,3 +2937,5 @@ pref("browser.mailto.dualPrompt.os", false);
6+
// When visiting a site which uses registerProtocolHandler: Ask the user to set Firefox as
7+
// default mailto handler.
8+
pref("browser.mailto.prompt.os", true);
99
+
1010
+#include pulse-browser.js
11+
\ No newline at end of file

src/browser/themes/pulse/addons/shared.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tab.tabbrowser-tab:nth-child(1) {
7070
bottom: 0;
7171

7272
-moz-context-properties: fill;
73-
fill: var(--lwt-selected-tab-background-color);
73+
fill: var(--tab-selected-bgcolor);
7474
background-size: cover;
7575

7676
width: var(--tab-rounding-size);
@@ -127,7 +127,7 @@ tab.tabbrowser-tab:nth-child(1) {
127127
right: 0;
128128

129129
background-size: cover;
130-
color: var(--lwt-selected-tab-background-color);
130+
color: var(--tab-selected-bgcolor);
131131
-moz-context-properties: fill, fill-opacity;
132132
fill: currentColor;
133133

0 commit comments

Comments
 (0)