Skip to content

Commit 71d331b

Browse files
committed
r3dfox branding
1 parent 3d8b3bf commit 71d331b

File tree

115 files changed

+838
-226
lines changed

Some content is hidden

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

115 files changed

+838
-226
lines changed

README.txt renamed to README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# r3dfox (r3dactedfox)
2+
3+
r3dfox is a fork of the open source web browser Mozilla Firefox made specifically for Windows Vista, 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 One Core API on Windows XP is offered at the current time, however this is not tested consistently. Any issues that may arise that are hard to diagnose may be left to the extended kernel provider to fix.
6+
7+
Local (GitHub) Downloads: [![Github All Releases](https://img.shields.io/github/downloads/Eclipse-Community/r3dfox/total.svg)]()
8+
9+
SourceForge Downloads: ![SourceForge Downloads](https://img.shields.io/sourceforge/dt/r3dfox)
10+
11+
# Original repository readme
12+
113
An explanation of the Firefox Source Code Directory Structure and links to
214
project pages with documentation can be found at:
315

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
@@ -125,17 +125,21 @@
125125
<vbox id="experimental" hidden="true">
126126
<description class="text-blurb" id="warningDesc" data-l10n-id="warningDesc-version"></description>
127127
<description class="text-blurb" id="communityExperimentalDesc" data-l10n-id="community-exp">
128-
<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"/>
129-
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-exp-creditsLink"/>
128+
<label is="text-link" href="https://github.com/Eclipse-Community" data-l10n-name="community-exp-mozillaLink"/>
129+
<label is="text-link" href="https://eclipse.cx/about.htm" data-l10n-name="community-exp-creditsLink"/>
130130
</description>
131131
</vbox>
132132
<description class="text-blurb" id="communityDesc" data-l10n-id="community-2">
133-
<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"/>
134-
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/>
133+
<label is="text-link" href="https://github.com/Eclipse-Community" data-l10n-name="community-mozillaLink"/>
134+
<label is="text-link" href="https://eclipse.cx/about.htm" data-l10n-name="community-creditsLink"/>
135135
</description>
136136
<description class="text-blurb" id="contributeDesc" data-l10n-id="helpus">
137-
<label is="text-link" href="https://foundation.mozilla.org/?form=firefox-about" data-l10n-name="helpus-donateLink"/>
138-
<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"/>
137+
<label is="text-link" href="https://board.eclipse.cx/viewtopic.php?t=657" data-l10n-name="helpus-donateLink"/>
138+
<label is="text-link" href="https://board.eclipse.cx/viewtopic.php?t=657" data-l10n-name="helpus-getInvolvedLink"/>
139+
</description>
140+
<description class="text-blurb" id="eclipseDesc" data-l10n-id="community-eclipse">
141+
<label is="text-link" href="https://board.eclipse.cx/" data-l10n-name="community-forum"/>
142+
<label is="text-link" href="https://discord.gg/Dvb97949kE" data-l10n-name="community-discord"/>
139143
</description>
140144
</vbox>
141145
</vbox>

0 commit comments

Comments
 (0)