chore: Disable PGO build in Windows profile build workflow

This commit is contained in:
Mauro Balades
2024-07-24 11:15:18 +02:00
parent 5ca89116e7
commit 1433d594c7
4 changed files with 9 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ jobs:
export ZEN_CROSS_COMPILING=1 export ZEN_CROSS_COMPILING=1
if test ${{ inputs.generate-gpo }}; then if test ${{ inputs.generate-gpo }}; then
#export ZEN_GA_GENERATE_PROFILE=1 #export ZEN_GA_GENERATE_PROFILE=1
echo "note: PGO build is disabled"
fi fi
sh .github/workflows/src/alpha-build.sh sh .github/workflows/src/alpha-build.sh

View File

@@ -92,4 +92,7 @@ pref('zen.watermark.enabled', true);
user_pref('apz.overscroll.enabled', true); // not DEFAULT on Linux user_pref('apz.overscroll.enabled', true); // not DEFAULT on Linux
user_pref('general.smoothScroll', true); // DEFAULT user_pref('general.smoothScroll', true); // DEFAULT
// Privacy
pref('dom.private-attribution.submission.enabled', false);
#include better-fox.js #include better-fox.js

View File

@@ -1,10 +1,10 @@
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml
index d3de7d001973434c09deb5723e73ea72f134362b..736b4e7e647d2f80697a0721c765d2aa82507583 100644 index d28ca0dd0939c9a9c43bc7c6b3c7184172c09ed8..112d060540e254e1766c145913e21819f62439f8 100644
--- a/toolkit/content/aboutSupport.xhtml --- a/toolkit/content/aboutSupport.xhtml
+++ b/toolkit/content/aboutSupport.xhtml +++ b/toolkit/content/aboutSupport.xhtml
@@ -27,6 +27,7 @@ @@ -30,6 +30,7 @@
#ifndef ANDROID <link rel="localization" href="preview/genai.ftl" />
<link rel="localization" href="toolkit/featuregates/features.ftl"/> #endif
#endif #endif
+ <script src="chrome://browser/content/zenThemeModifier.js"></script> + <script src="chrome://browser/content/zenThemeModifier.js"></script>
</head> </head>

View File

@@ -5,7 +5,7 @@
"binaryName": "zen", "binaryName": "zen",
"version": { "version": {
"product": "firefox", "product": "firefox",
"version": "128.0" "version": "128.0.2"
}, },
"buildOptions": { "buildOptions": {
"generateBranding": true "generateBranding": true