Fixed firefox builds
@@ -1 +1 @@
|
||||
download
|
||||
run
|
||||
4
.gluon/hashes.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"/home/mauro/work/core/configs/branding/beta/logo.png": "f889a9d9305437d9749800d4a45dd51882fb4772",
|
||||
"/home/mauro/work/core/configs/branding/beta/MacOSInstaller.svg": "9f1ed2248fbf7b3918957f4580dc49205aedaefd"
|
||||
}
|
||||
1
.gluon/patchCount
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
4
configs/branding/beta/MacOSInstaller.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="320" height="130" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="300" height="100" x="10" y="10" style="fill:rgb(0,0,255);stroke-width:3;stroke:red" />
|
||||
Sorry, your browser does not support inline SVG.
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 228 B |
BIN
configs/branding/beta/logo.png
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
configs/branding/beta/logo128.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
configs/branding/beta/logo16.png
Normal file
|
After Width: | Height: | Size: 1014 B |
BIN
configs/branding/beta/logo22.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
configs/branding/beta/logo24.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
configs/branding/beta/logo256.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
configs/branding/beta/logo32.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
configs/branding/beta/logo48.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
configs/branding/beta/logo512.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
configs/branding/beta/logo64.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
@@ -1,11 +1,11 @@
|
||||
# Browser branding
|
||||
ac_add_options --enable-update-channel=release
|
||||
|
||||
ac_add_options --with-branding=${brandingDir}
|
||||
ac_add_options --with-branding=beta
|
||||
ac_add_options --with-app-name=${binName}
|
||||
export MOZ_USER_DIR="${name}"
|
||||
export MOZ_APP_VENDOR="${vendor}"
|
||||
export MOZ_APP_BASENAME=Dot
|
||||
export MOZ_APP_BASENAME=Zen
|
||||
export MOZ_APP_PROFILE=${binName}
|
||||
export MOZ_APP_DISPLAYNAME="${name}"
|
||||
export MOZ_BRANDING_DIRECTORY=${brandingDir}
|
||||
|
||||
18
gluon.json
@@ -2,13 +2,29 @@
|
||||
"name": "Zen Browser",
|
||||
"vendor": "Zen HQ",
|
||||
"appId": "com.zen.browser",
|
||||
"binaryName": "zen",
|
||||
"version": {
|
||||
"product": "firefox",
|
||||
"version": "124.0.1",
|
||||
"displayVersion": "1.0.0"
|
||||
},
|
||||
"buildOptions": {
|
||||
"generateBranding": false,
|
||||
"generateBranding": true,
|
||||
"windowsUseSymbolicLinks": false
|
||||
},
|
||||
"addons": {},
|
||||
"brands": {
|
||||
"beta": {
|
||||
"backgroundColor": "#282A33",
|
||||
"brandShorterName": "Zen",
|
||||
"brandShortName": "Zen Browser",
|
||||
"brandFullName": "Zen Browser"
|
||||
}
|
||||
},
|
||||
"license": {
|
||||
"ignoredFiles": [
|
||||
".*\\.json"
|
||||
],
|
||||
"licenseType": "MPL-2.0"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
|
||||
index ac03145433960f8abcfad5f285545843f02e7f1e..108dc7b290206be7158e914f2760226cb2c219ea 100644
|
||||
--- a/browser/themes/linux/browser.css
|
||||
+++ b/browser/themes/linux/browser.css
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
+%include ../custom/linux/linux.inc.css
|
||||
+
|
||||
%include ../shared/browser.inc.css
|
||||
/**
|
||||
* We intentionally do not include browser-custom-colors.inc.css,
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css
|
||||
index 01036f1e2e08f2a033c439ed6796668704e39b02..0e07dc2ae161c0dca88c634577c4788755bf2324 100644
|
||||
--- a/browser/themes/osx/browser.css
|
||||
+++ b/browser/themes/osx/browser.css
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
+%include ../custom/macos/macos.inc.css
|
||||
+
|
||||
%include ../shared/browser.inc.css
|
||||
%include ../shared/browser-custom-colors.inc.css
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/browser/themes/shared/browser.inc.css b/browser/themes/shared/browser.inc.css
|
||||
index b345560225ee8619524481c4570540746be9fcba..cafddff0e4febe056fceb35d705f3ef43cc08b1f 100644
|
||||
--- a/browser/themes/shared/browser.inc.css
|
||||
+++ b/browser/themes/shared/browser.inc.css
|
||||
@@ -2,6 +2,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
+%include ../custom/shared/shared.inc.css
|
||||
+
|
||||
%include downloads/indicator.inc.css
|
||||
%include addons/extension-controlled.inc.css
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
|
||||
index 2cb1a094bc42d045992bf42ccd4c79e89795d971..c2fab339d4ddb7dd394d73f686c1b6e569d2a1be 100644
|
||||
--- a/browser/themes/windows/browser.css
|
||||
+++ b/browser/themes/windows/browser.css
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
+%include ../custom/windows/windows.inc.css
|
||||
+
|
||||
%include ../shared/browser.inc.css
|
||||
%include ../shared/browser-custom-colors.inc.css
|
||||
%filter substitution
|
||||