⬆️ Update to 114.0 (#257)

* 👽️ Updated for `114.0.1`

* ⬆️ Update ublock origin
This commit is contained in:
trickypr 2023-06-24 19:09:31 +10:00 committed by GitHub
parent 25691d0f30
commit 6f589e0b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 17 deletions

View File

@ -5,7 +5,7 @@
"binaryName": "pulse-browser",
"version": {
"product": "firefox",
"version": "113.0.1"
"version": "114.0.1"
},
"buildOptions": {
"generateBranding": true
@ -15,7 +15,7 @@
"platform": "github",
"id": "uBlock0@raymondhill.net",
"repo": "gorhill/uBlock",
"version": "1.49.2",
"version": "1.50.0",
"fileGlob": "uBlock0_*.firefox(.signed)?.xpi"
},
"tabliss": {
@ -93,10 +93,8 @@
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"ignoredFiles": [".*\\.json"],
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.pulsebrowser.app"
}
}

View File

@ -1,11 +1,11 @@
diff --git a/browser/components/customizableui/CustomizableUI.jsm b/browser/components/customizableui/CustomizableUI.jsm
index e97c979363775d2de999e65e7e41c02a736f57ac..501f1235ac9ba571be66b533772cc259aceef48f 100644
index 7dfad171476f20c6250866afc3b53c6979a58ce1..fb14cacccd08ccd0babdee9f581a443c0bd85872 100644
--- a/browser/components/customizableui/CustomizableUI.jsm
+++ b/browser/components/customizableui/CustomizableUI.jsm
@@ -24,6 +24,7 @@ XPCOMUtils.defineLazyModuleGetters(lazy, {
@@ -24,6 +24,7 @@ ChromeUtils.defineESModuleGetters(lazy, {
XPCOMUtils.defineLazyModuleGetters(lazy, {
AddonManager: "resource://gre/modules/AddonManager.jsm",
AddonManagerPrivate: "resource://gre/modules/AddonManager.jsm",
SearchWidgetTracker: "resource:///modules/SearchWidgetTracker.jsm",
CustomizableWidgets: "resource:///modules/CustomizableWidgets.jsm",
+ ExtensionCommon: "resource://gre/modules/ExtensionCommon.jsm",
PanelMultiView: "resource:///modules/PanelMultiView.jsm",
BrowserUsageTelemetry: "resource:///modules/BrowserUsageTelemetry.jsm",
@ -18,12 +18,11 @@ index e97c979363775d2de999e65e7e41c02a736f57ac..501f1235ac9ba571be66b533772cc259
const kSpecialWidgetPfx = "customizableui-special-";
@@ -253,17 +255,19 @@ var CustomizableUIInternal = {
@@ -245,17 +247,18 @@ var CustomizableUIInternal = {
false
);
+ const { makeWidgetId } = lazy.ExtensionCommon;
+
let navbarPlacements = [
"back-button",
- "forward-button",
@ -40,5 +39,3 @@ index e97c979363775d2de999e65e7e41c02a736f57ac..501f1235ac9ba571be66b533772cc259
"downloads-button",
AppConstants.MOZ_DEV_EDITION ? "developer-button" : null,
"fxa-toolbar-menu-button",
V_EDITION ? "developer-button" : null,
"fxa-toolbar-menu-button",

View File

@ -1,10 +1,10 @@
diff --git a/browser/components/enterprisepolicies/content/aboutPolicies.html b/browser/components/enterprisepolicies/content/aboutPolicies.html
index 83ae157605f1009588b1d6c87e5eff26a2e5d594..d470b3ab00d87bb43e088290693b7d74d4c354ef 100644
index 41a9e6bdf632c278432f69a4778bcc8ef01e2d14..63b5819cd48884997651602c3b8930b11398f05c 100644
--- a/browser/components/enterprisepolicies/content/aboutPolicies.html
+++ b/browser/components/enterprisepolicies/content/aboutPolicies.html
@@ -18,6 +18,7 @@
<link rel="localization" href="browser/aboutPolicies.ftl">
<link rel="localization" href="browser/policies/policies-descriptions.ftl">
<link rel="localization" href="toolkit/branding/accounts.ftl">
<link rel="localization" href="toolkit/branding/brandings.ftl">
<script src="chrome://browser/content/policies/aboutPolicies.js"></script>
+ <script src="chrome://browser/content/contentTheme.js"></script>
</head>