Skip to content

Commit 5f276d1

Browse files
committed
Main branding
1 parent 1164cf3 commit 5f276d1

File tree

113 files changed

+811
-222
lines changed

Some content is hidden

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

113 files changed

+811
-222
lines changed

README.txt renamed to README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# r3dfox (r3dactedfox)
2+
3+
r3dfox 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/app/firefox.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
</ms_asmv3:trustInfo>
3939
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
4040
<application>
41-
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
4241
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
4342
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
4443
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
44+
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
4545
</application>
4646
</compatibility>
4747
</assembly>

browser/app/plasmafox.exe.manifest

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity
4+
version="1.0.0.0"
5+
processorArchitecture="*"
6+
name="Plasmafox"
7+
type="win32"
8+
/>
9+
<description>Plasmafox</description>
10+
<dependency>
11+
<dependentAssembly>
12+
<assemblyIdentity
13+
type="win32"
14+
name="Microsoft.Windows.Common-Controls"
15+
version="6.0.0.0"
16+
processorArchitecture="*"
17+
publicKeyToken="6595b64144ccf1df"
18+
language="*"
19+
/>
20+
</dependentAssembly>
21+
</dependency>
22+
<dependency>
23+
<dependentAssembly>
24+
<assemblyIdentity
25+
type="win32"
26+
name="mozglue"
27+
version="1.0.0.0"
28+
language="*"
29+
/>
30+
</dependentAssembly>
31+
</dependency>
32+
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
33+
<ms_asmv3:security>
34+
<ms_asmv3:requestedPrivileges>
35+
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
36+
</ms_asmv3:requestedPrivileges>
37+
</ms_asmv3:security>
38+
</ms_asmv3:trustInfo>
39+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
40+
<application>
41+
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
42+
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
43+
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
44+
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
45+
</application>
46+
</compatibility>
47+
</assembly>

browser/app/r3dfox.exe.manifest

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity
4+
version="1.0.0.0"
5+
processorArchitecture="*"
6+
name="r3dfox"
7+
type="win32"
8+
/>
9+
<description>r3dfox</description>
10+
<dependency>
11+
<dependentAssembly>
12+
<assemblyIdentity
13+
type="win32"
14+
name="Microsoft.Windows.Common-Controls"
15+
version="6.0.0.0"
16+
processorArchitecture="*"
17+
publicKeyToken="6595b64144ccf1df"
18+
language="*"
19+
/>
20+
</dependentAssembly>
21+
</dependency>
22+
<dependency>
23+
<dependentAssembly>
24+
<assemblyIdentity
25+
type="win32"
26+
name="mozglue"
27+
version="1.0.0.0"
28+
language="*"
29+
/>
30+
</dependentAssembly>
31+
</dependency>
32+
<ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
33+
<ms_asmv3:security>
34+
<ms_asmv3:requestedPrivileges>
35+
<ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false" />
36+
</ms_asmv3:requestedPrivileges>
37+
</ms_asmv3:security>
38+
</ms_asmv3:trustInfo>
39+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
40+
<application>
41+
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
42+
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
43+
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
44+
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
45+
</application>
46+
</compatibility>
47+
</assembly>

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://foundation.mozilla.org/?form=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/Dvb97949kE" data-l10n-name="community-discord"/>
143147
</description>
144148
</vbox>
145149
</vbox>

0 commit comments

Comments
 (0)