mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 11:25:29 +02:00
Changed firefox component
This commit is contained in:
parent
40d296a9f3
commit
dce91c9372
15 changed files with 65 additions and 14 deletions
|
@ -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}
|
||||
|
||||
# Uncomment if builds are too resource hungry
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
ac_add_options --enable-linker=gold
|
||||
# mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
# ac_add_options --enable-linker=gold
|
||||
|
||||
# Misc
|
||||
export MOZ_STUB_INSTALLER=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}
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
"name": "Zen Browser",
|
||||
"vendor": "Zen HQ",
|
||||
"appId": "com.zen.browser",
|
||||
"binaryName": "zen",
|
||||
"version": {
|
||||
"product": "firefox-esr-next",
|
||||
"product": "firefox",
|
||||
"version": "124.0.1",
|
||||
"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
|
Loading…
Add table
Add a link
Reference in a new issue