Skip to content

Commit 8cb7dae

Browse files
committed
branding
1 parent efcf831 commit 8cb7dae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+717
-17
lines changed

README.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# r3dactedfox (r3dfox)
2+
3+
r3dactedfox is a fork of the open source web browser Mozilla Firefox made specifically for Windows 7 and 8 compatibility. There may be other tweaks, however the goal is to remain as close to stock Firefox as possible.
4+
5+
Limited compatibility with the Windows XP and Vista extended kernels is offered at the current time, however they may not be tested consistently. Any issues that may arise that are hard to diagnose may be left to the extended kernel provider to fix.
6+
7+
# Original repository readme
8+
19
An explanation of the Firefox Source Code Directory Structure and links to
210
project pages with documentation can be found at:
311

browser/base/content/aboutDialog.xhtml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,21 @@
129129
<vbox id="experimental" hidden="true">
130130
<description class="text-blurb" id="warningDesc" data-l10n-id="warningDesc-version"></description>
131131
<description class="text-blurb" id="communityExperimentalDesc" data-l10n-id="community-exp">
132-
<label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-exp-mozillaLink"/>
133-
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-exp-creditsLink"/>
132+
<label is="text-link" href="https://github.com/Eclipse-Community" data-l10n-name="community-exp-mozillaLink"/>
133+
<label is="text-link" href="https://eclipse.cx/about.htm" data-l10n-name="community-exp-creditsLink"/>
134134
</description>
135135
</vbox>
136136
<description class="text-blurb" id="communityDesc" data-l10n-id="community-2">
137-
<label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/>
138-
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/>
137+
<label is="text-link" href="https://github.com/Eclipse-Community" data-l10n-name="community-mozillaLink"/>
138+
<label is="text-link" href="https://eclipse.cx/about.htm" data-l10n-name="community-creditsLink"/>
139139
</description>
140140
<description class="text-blurb" id="contributeDesc" data-l10n-id="helpus">
141-
<label is="text-link" href="https://donate.mozilla.org/?utm_source=firefox&#38;utm_medium=referral&#38;utm_campaign=firefox_about&#38;utm_content=firefox_about" data-l10n-name="helpus-donateLink"/>
142-
<label is="text-link" href="https://www.mozilla.org/contribute/?utm_source=firefox-browser&#38;utm_medium=firefox-desktop&#38;utm_campaign=about-dialog" data-l10n-name="helpus-getInvolvedLink"/>
141+
<label is="text-link" href="https://board.eclipse.cx/viewtopic.php?t=657" data-l10n-name="helpus-donateLink"/>
142+
<label is="text-link" href="https://board.eclipse.cx/viewtopic.php?t=657" data-l10n-name="helpus-getInvolvedLink"/>
143+
</description>
144+
<description class="text-blurb" id="eclipseDesc" data-l10n-id="community-eclipse">
145+
<label is="text-link" href="https://board.eclipse.cx/" data-l10n-name="community-forum"/>
146+
<label is="text-link" href="https://discord.gg/QKnmynMYjy" data-l10n-name="community-discord"/>
143147
</description>
144148
</vbox>
145149
</vbox>

browser/branding/r3dfox/LICENSE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
These files are under the MPL 2, as below. However, please note that you
2+
are not granted any trademark rights or licenses to the trademarks of the
3+
Eclipse Community or any party, including without limitation the
4+
r3dfox name or logo.
5+
6+
For more information, see: https://www.mozilla.org/foundation/licensing/
7+
8+
This Source Code Form is subject to the terms of the Mozilla Public
9+
License, v. 2.0. If a copy of the MPL was not distributed with this
10+
file, You can obtain one at https://mozilla.org/MPL/2.0/.
Loading
Loading
Loading
16.5 KB
Loading
35 KB
Loading

browser/branding/r3dfox/bgstub.jpg

17.9 KB
Loading

browser/branding/r3dfox/bgstub_2x.jpg

46.5 KB
Loading

browser/branding/r3dfox/branding.nsi

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
# NSIS branding defines for official release builds.
6+
# The nightly build branding.nsi is located in browser/installer/windows/nsis/
7+
# The unofficial build branding.nsi is located in browser/branding/unofficial/
8+
9+
# BrandFullNameInternal is used for some registry and file system values
10+
# instead of BrandFullName and typically should not be modified.
11+
!define BrandFullNameInternal "Eclipse r3dfox"
12+
!define BrandFullName "r3dactedfox"
13+
!define CompanyName "Eclipse Community"
14+
!define URLInfoAbout "https://eclipse.cx"
15+
!define URLUpdateInfo "https://github.com/Eclipse-Community/r3dfox/releases"
16+
!define HelpLink "https://github.com/Eclipse-Community/r3dfox/issues"
17+
18+
; The OFFICIAL define is a workaround to support different urls for Release and
19+
; Beta since they share the same branding when building with other branches that
20+
; set the update channel to beta.
21+
!define OFFICIAL
22+
!define URLStubDownloadX86 ""
23+
!define URLStubDownloadAMD64 ""
24+
!define URLStubDownloadAArch64 ""
25+
!define URLManualDownload ""
26+
!define URLSystemRequirements ""
27+
!define Channel "release"
28+
29+
# The installer's certificate name and issuer expected by the stub installer
30+
!define CertNameDownload "Mozilla Corporation"
31+
!define CertIssuerDownload "DigiCert SHA2 Assured ID Code Signing CA"
32+
33+
# Dialog units are used so the UI displays correctly with the system's DPI
34+
# settings. These are tweaked to look good with the en-US strings; ideally
35+
# we would customize them for each locale but we don't really have a way to
36+
# implement that and it would be a ton of work for the localizers.
37+
!define PROFILE_CLEANUP_LABEL_TOP "50u"
38+
!define PROFILE_CLEANUP_LABEL_LEFT "22u"
39+
!define PROFILE_CLEANUP_LABEL_WIDTH "175u"
40+
!define PROFILE_CLEANUP_LABEL_HEIGHT "100u"
41+
!define PROFILE_CLEANUP_LABEL_ALIGN "left"
42+
!define PROFILE_CLEANUP_CHECKBOX_LEFT "22u"
43+
!define PROFILE_CLEANUP_CHECKBOX_WIDTH "175u"
44+
!define PROFILE_CLEANUP_BUTTON_LEFT "22u"
45+
!define INSTALL_HEADER_TOP "70u"
46+
!define INSTALL_HEADER_LEFT "22u"
47+
!define INSTALL_HEADER_WIDTH "180u"
48+
!define INSTALL_HEADER_HEIGHT "100u"
49+
!define INSTALL_BODY_LEFT "22u"
50+
!define INSTALL_BODY_WIDTH "180u"
51+
!define INSTALL_INSTALLING_TOP "115u"
52+
!define INSTALL_INSTALLING_LEFT "270u"
53+
!define INSTALL_INSTALLING_WIDTH "150u"
54+
!define INSTALL_PROGRESS_BAR_TOP "100u"
55+
!define INSTALL_PROGRESS_BAR_LEFT "270u"
56+
!define INSTALL_PROGRESS_BAR_WIDTH "150u"
57+
!define INSTALL_PROGRESS_BAR_HEIGHT "12u"
58+
59+
!define PROFILE_CLEANUP_CHECKBOX_TOP_MARGIN "12u"
60+
!define PROFILE_CLEANUP_BUTTON_TOP_MARGIN "12u"
61+
!define PROFILE_CLEANUP_BUTTON_X_PADDING "80u"
62+
!define PROFILE_CLEANUP_BUTTON_Y_PADDING "8u"
63+
!define INSTALL_BODY_TOP_MARGIN "20u"
64+
65+
# Font settings that can be customized for each channel
66+
!define INSTALL_HEADER_FONT_SIZE 20
67+
!define INSTALL_HEADER_FONT_WEIGHT 600
68+
!define INSTALL_INSTALLING_FONT_SIZE 15
69+
!define INSTALL_INSTALLING_FONT_WEIGHT 600
70+
71+
# UI Colors that can be customized for each channel
72+
!define COMMON_TEXT_COLOR 0x000000
73+
!define COMMON_BACKGROUND_COLOR 0xFFFFFF
74+
!define INSTALL_INSTALLING_TEXT_COLOR 0xFFFFFF
75+
# This color is written as 0x00BBGGRR because it's actually a COLORREF value.
76+
!define PROGRESS_BAR_BACKGROUND_COLOR 0xFFAA00

browser/branding/r3dfox/configure.sh

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
MOZ_APP_NAME=r3dfox
6+
7+
MOZ_APP_BASENAME="r3dfox"
8+
9+
MOZ_APP_DISPLAYNAME=r3dfox
10+
11+
MOZ_APP_UA_NAME=Firefox
12+
13+
MOZ_APP_PROFILE="Eclipse Community/r3dfox"
14+
15+
MOZ_APP_REMOTINGNAME=com.eclipse.r3dfox
16+
17+
MOZ_MACBUNDLE_ID=com.eclipse.r3dfox
18+
19+
MOZ_DISTRIBUTION_ID=com.eclipse.r3dfox
20+
21+
MOZ_MACBUNDLE_NAME="r3dfox.app"
22+
23+
MOZ_SOURCE_REPO=https://github.com/Eclipse-Community/r3dfox
24+
25+
MOZ_APP_VENDOR="Eclipse Community"
26+
27+
MOZ_APP_CODENAME=r3dfox
28+
29+
MOZ_DEVTOOLS=all
Loading
Loading
33.8 KB
Loading
Lines changed: 174 additions & 0 deletions
Loading
Loading

browser/branding/r3dfox/content/about-wordmark.svg

Lines changed: 9 additions & 0 deletions
Loading
27.6 KB
Loading

0 commit comments

Comments
 (0)