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

Commit b9bf6b4

Browse files
authored
Update firefox to 112.0 and uBlock 1.48.8 (#237)
* ⬆️ Upgrade Firefox & UBlock * 👽️ Update patches * ⬆️ Update betterfox
1 parent 4892a80 commit b9bf6b4

File tree

6 files changed

+22
-24
lines changed

6 files changed

+22
-24
lines changed

gluon.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"binaryName": "pulse-browser",
66
"version": {
77
"product": "firefox",
8-
"version": "111.0"
8+
"version": "112.0"
99
},
1010
"buildOptions": {
1111
"generateBranding": true
@@ -15,7 +15,7 @@
1515
"platform": "github",
1616
"id": "uBlock0@raymondhill.net",
1717
"repo": "gorhill/uBlock",
18-
"version": "1.47.4",
18+
"version": "1.48.8",
1919
"fileGlob": "uBlock0_*.firefox(.signed)?.xpi"
2020
},
2121
"tabliss": {

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

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

@@ -154,7 +154,6 @@ pref('signon.privateBrowsingCapture.enabled', false);
154154
pref('signon.autofillForms', false);
155155
pref('signon.rememberSignons', false);
156156
pref('editor.truncate_user_pastes', false);
157-
pref('layout.forms.reveal-password-context-menu.enabled', true);
158157

159158
/** ADDRESS + CREDIT CARD MANAGER ***/
160159
pref('extensions.formautofill.addresses.enabled', false);
@@ -254,7 +253,7 @@ pref('browser.privatebrowsing.enable-new-indicator', false);
254253
/** FULLSCREEN ***/
255254
pref('full-screen-api.transition-duration.enter', '0 0');
256255
pref('full-screen-api.transition-duration.leave', '0 0');
257-
pref('full-screen-api.warning.delay', 0);
256+
pref('full-screen-api.warning.delay', -1);
258257
pref('full-screen-api.warning.timeout', 0);
259258

260259
/** URL BAR ***/
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
diff --git a/browser/components/urlbar/UrlbarInput.sys.mjs b/browser/components/urlbar/UrlbarInput.sys.mjs
2-
index c2b886df8188350b8c4586ed517b089d5eafe447..bb5bb690aedbeb3a7329ac78a8c813c35ee1295c 100644
2+
index fabe5a334b5c2e2f41ddd6d7b871a3a68affae28..0e80439af0ec560b8eddd1b4657956097cee968a 100644
33
--- a/browser/components/urlbar/UrlbarInput.sys.mjs
44
+++ b/browser/components/urlbar/UrlbarInput.sys.mjs
5-
@@ -369,6 +369,17 @@ export class UrlbarInput {
6-
!dueToSessionRestore &&
7-
(!this.window.isBlankPageURL(uri.spec) ||
8-
uri.schemeIs("moz-extension"));
5+
@@ -398,6 +398,16 @@ export class UrlbarInput {
6+
!dueToSessionRestore &&
7+
(!this.window.isBlankPageURL(uri.spec) ||
8+
uri.schemeIs("moz-extension"));
99
+
1010
+ // Check if the addon is tabliss (our new tab) and stop if from showing up
1111
+ // as such
@@ -16,7 +16,6 @@ index c2b886df8188350b8c4586ed517b089d5eafe447..bb5bb690aedbeb3a7329ac78a8c813c3
1616
+ valid = false
1717
+ }
1818
+ } catch (e) {}
19-
+
19+
}
2020
} else if (
2121
this.window.isInitialPage(value) &&
22-
lazy.BrowserUIUtils.checkEmptyPageOrigin(

src/devtools/client/performance-new/index-xhtml.patch renamed to src/devtools/client/performance-new/panel/index-xhtml.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git a/devtools/client/performance-new/index.xhtml b/devtools/client/performance-new/index.xhtml
2-
index e77548dcbd98a598822e080805d0e320310f3103..3011e0c0b84f9002b499f1ac2343c6c7bd34b372 100644
3-
--- a/devtools/client/performance-new/index.xhtml
4-
+++ b/devtools/client/performance-new/index.xhtml
1+
diff --git a/devtools/client/performance-new/panel/index.xhtml b/devtools/client/performance-new/panel/index.xhtml
2+
index bdde2207d116069ca17dcb00ad7d1c6405b6fbe5..72dfd14eb2dd77e94bb596347e4275ee14f4a48b 100644
3+
--- a/devtools/client/performance-new/panel/index.xhtml
4+
+++ b/devtools/client/performance-new/panel/index.xhtml
55
@@ -13,6 +13,7 @@
66
<head>
77
<link rel="stylesheet" href="chrome://devtools/skin/widgets.css" type="text/css"/>

src/toolkit/content/plugins-html.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
diff --git a/toolkit/content/plugins.html b/toolkit/content/plugins.html
2-
index 84855798c78cbd5b4c039f179b672ec425c03347..9b0528ff8e63c0a575fbcb99165691750f4a9578 100644
2+
index 5972127902912610d47c146dafde68e0dd3a1bd5..600ab54928cf87d0ec8888bcb1ce5730f70c5db5 100644
33
--- a/toolkit/content/plugins.html
44
+++ b/toolkit/content/plugins.html
5-
@@ -12,6 +12,7 @@
6-
<title data-l10n-id="title-label"></title>
7-
<link rel="stylesheet" href="chrome://global/content/plugins.css">
5+
@@ -14,6 +14,7 @@
86
<link rel="localization" href="toolkit/about/aboutPlugins.ftl"/>
7+
<script src="chrome://global/content/customElements.js"></script>
8+
<script type="module" src="chrome://global/content/elements/moz-support-link.mjs"></script>
99
+<script src="chrome://browser/content/contentTheme.js"></script>
1010
</head>
1111
<body>

src/toolkit/themes/shared/in-content/common-shared-css.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
diff --git a/toolkit/themes/shared/in-content/common-shared.css b/toolkit/themes/shared/in-content/common-shared.css
2-
index 35597e57e2af87d44b5b6f984c50705f70745d73..b2f69caa83256374e5a5d51e5b9203eb0193b1bc 100644
2+
index c88471068bca47b1bda1c307e1921f1936f24fb9..fdd2212d892047606b1b41c4e3dbadca5cc7169a 100644
33
--- a/toolkit/themes/shared/in-content/common-shared.css
44
+++ b/toolkit/themes/shared/in-content/common-shared.css
5-
@@ -261,8 +261,6 @@
5+
@@ -263,8 +263,6 @@
66
:root {
77
font: message-box;
88
appearance: none;
99
- background-color: var(--in-content-page-background);
1010
- color: var(--in-content-page-color);
11-
-moz-box-layout: flex;
1211
}
1312

14-
@@ -272,6 +270,8 @@
13+
:root:not(.system-font-size) {
14+
@@ -273,6 +271,8 @@
1515

1616
html|body {
1717
margin: 0;

0 commit comments

Comments
 (0)