mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 22:18:38 +00:00
Changed firefox component
This commit is contained in:
@@ -1 +1 @@
|
|||||||
bootstrap
|
download
|
@@ -1 +0,0 @@
|
|||||||
0
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
@@ -14,11 +14,11 @@ export MOZ_MACBUNDLE_ID=${appId}
|
|||||||
export MOZ_DISTRIBUTION_ID=${appId}
|
export MOZ_DISTRIBUTION_ID=${appId}
|
||||||
|
|
||||||
# Uncomment if builds are too resource hungry
|
# Uncomment if builds are too resource hungry
|
||||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
# mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||||
ac_add_options --enable-linker=gold
|
# ac_add_options --enable-linker=gold
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
export MOZ_STUB_INSTALLER=1
|
export MOZ_STUB_INSTALLER=1
|
||||||
export MOZ_INCLUDE_SOURCE_INFO=1
|
export MOZ_INCLUDE_SOURCE_INFO=1
|
||||||
export MOZ_SOURCE_REPO=https://github.com/zen-browser/core
|
export MOZ_SOURCE_REPO=https://github.com/dothq/browser-desktop
|
||||||
export MOZ_SOURCE_CHANGESET=${changeset}
|
export MOZ_SOURCE_CHANGESET=${changeset}
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
ac_add_options --target=x86_64-pc-mingw32
|
ac_add_options --target=x86_64-pc-mingw32
|
||||||
ac_add_options --enable-js-shell
|
ac_add_options --enable-js-shell
|
||||||
ac_add_options --enable-rust-simd
|
ac_add_options --enable-rust-simd
|
||||||
ac_add_options --enable-crashreporter
|
ac_add_options --enable-crashreporter
|
||||||
|
|
||||||
# Disable telemetry and tracking
|
# Disable telemetry and tracking
|
||||||
mk_add_options MOZ_TELEMETRY_REPORTING=
|
mk_add_options MOZ_TELEMETRY_REPORTING=
|
||||||
mk_add_options MOZ_DATA_REPORTING=
|
mk_add_options MOZ_DATA_REPORTING=
|
@@ -2,9 +2,8 @@
|
|||||||
"name": "Zen Browser",
|
"name": "Zen Browser",
|
||||||
"vendor": "Zen HQ",
|
"vendor": "Zen HQ",
|
||||||
"appId": "com.zen.browser",
|
"appId": "com.zen.browser",
|
||||||
"binaryName": "zen",
|
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox-esr-next",
|
"product": "firefox",
|
||||||
"version": "124.0.1",
|
"version": "124.0.1",
|
||||||
"displayVersion": "1.0.0"
|
"displayVersion": "1.0.0"
|
||||||
},
|
},
|
||||||
|
@@ -0,0 +1 @@
|
|||||||
|
# Melon build tool
|
||||||
|
0
src/browser/themes/custom/linux/linux.inc.css
Normal file
0
src/browser/themes/custom/linux/linux.inc.css
Normal file
0
src/browser/themes/custom/macos/macos.inc.css
Normal file
0
src/browser/themes/custom/macos/macos.inc.css
Normal file
0
src/browser/themes/custom/shared/shared.inc.css
Normal file
0
src/browser/themes/custom/shared/shared.inc.css
Normal file
0
src/browser/themes/custom/windows/windows.inc.css
Normal file
0
src/browser/themes/custom/windows/windows.inc.css
Normal file
13
src/browser/themes/linux/browser-css.patch
Normal file
13
src/browser/themes/linux/browser-css.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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,
|
13
src/browser/themes/osx/browser-css.patch
Normal file
13
src/browser/themes/osx/browser-css.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
|
|
13
src/browser/themes/shared/browser-inc-css.patch
Normal file
13
src/browser/themes/shared/browser-inc-css.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
|
|
13
src/browser/themes/windows/browser-css.patch
Normal file
13
src/browser/themes/windows/browser-css.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user