r3dfox, a modern Firefox based web browser for Windows Vista, 7, and 8!

The modern Firefox based browser for Windows Vista/7/8+ made by us, Eclipse Community!
User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Why I should make a guide is because I forget things like this. This cargo works for me.
Attachments
cargo.7z
(5.59 MiB) Downloaded 228 times
I don't know what I'm doing hit album by Brad Sucks

User avatar
TSNH
Posts: 34
Joined: 01 May 2024, 09:08
OS: Windows Vista x64
Has thanked: 12 times
Been thanked: 4 times
Poland

r3dfox, modern Firefox for Windows 7!

Unread post by TSNH »

With this cargo the code compiles correctly and even PGO works, thank you very much :)

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Also, I did just push this, since your OS is Windows Vista, maybe you're interested.

https://github.com/Eclipse-Community/r3dfox/releases/tag/v126.0.2v
I don't know what I'm doing hit album by Brad Sucks

mauro
Posts: 6
Joined: 17 Jun 2024, 10:15
OS: windows 11 24h2
Been thanked: 1 time
Brazil

r3dfox, modern Firefox for Windows 7!

Unread post by mauro »

bug r3dfox 127

On some sites the fonts are gray and make it difficult to read

126 is ok correct
Image

127 and 127.0.1 is not correct
Image


tested on this site https://sempreupdate.com.br/
Why are the fonts funny in version 127 and the font colors instead of being black get this horrible gray color?
Is it only 1 or another site that this happens, 90% works perfect

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Not sure what the issue is here. I tried Mypal 68 and Firefox 115 ESR and they both have the same issue. I assume this is a site problem. Would be curious what upstream 127 looks like though.
I don't know what I'm doing hit album by Brad Sucks

User avatar
CallCatein58
Posts: 25
Joined: 21 Dec 2023, 12:22
Location: Guangxi Zhuang Autonomous Region
OS: Windows 11
Been thanked: 9 times
China

r3dfox, modern Firefox for Windows 7!

Unread post by CallCatein58 »

Image
Image
Free competition, free trade, building a community with a shared future for mankind

also my ip is:
182.90.220.71 and 2408:8734:2000:1d::1:9

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Still scuffed in 115 ESR with that disabled.
I don't know what I'm doing hit album by Brad Sucks

mauro
Posts: 6
Joined: 17 Jun 2024, 10:15
OS: windows 11 24h2
Been thanked: 1 time
Brazil

r3dfox, modern Firefox for Windows 7!

Unread post by mauro »

whatsup web not work on redfox :/

https://web.whatsapp.com/

is possible change user agent to whatsup work? or fix on future updates?

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Next release will fix the issue

Image
I don't know what I'm doing hit album by Brad Sucks

User avatar
TSNH
Posts: 34
Joined: 01 May 2024, 09:08
OS: Windows Vista x64
Has thanked: 12 times
Been thanked: 4 times
Poland

r3dfox, modern Firefox for Windows 7!

Unread post by TSNH »

Do you use just stock Rust 1.77.2 right now or build it in some custom way?

I don't have access to the computer which I would be building this right now, just asking

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

It's basically stock for release 128. I built it myself so I wouldn't need to use a nightly for -Z compile flags. You can use 2024-02-04 nightly but it is a bit slower to build.
I don't know what I'm doing hit album by Brad Sucks

User avatar
Duke
Full Moderator
Posts: 311
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 59 times
Been thanked: 100 times

r3dfox, modern Firefox for Windows 7!

Unread post by Duke »

Tip for going back to the old Clear History dialog box: in about:config set privacy.sanitize.useOldClearHistoryDialog to true.
You can also check the privacy.clearOnShutdown_v2.* options.


On a side note, with any version number above 115 you shouldn't use anymore an user agent with "Windows NT 6.1" in it, it must be "Windows NT 10.0" like this:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0

Because recent versions are not suppposed to run on Windows 7 and 8, some sites are checking that and will deny access if the user agent is not valid ;)

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Duke wrote: 13 Jul 2024, 18:47 On a side note, with any version number above 115 you shouldn't use anymore an user agent with "Windows NT 6.1" in it, it must be "Windows NT 10.0" like this:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0

Because recent versions are not suppposed to run on Windows 7 and 8, some sites are checking that and will deny access if the user agent is not valid ;)
r3dfox starting with 128 has it's own useragent that includes r3dfox/(version). If any site is pissy about it, tell me and I can give it an override.

https://github.com/Eclipse-Community/r3dfox/issues/114#issuecomment-2225576725
I don't know what I'm doing hit album by Brad Sucks

User avatar
Duke
Full Moderator
Posts: 311
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 59 times
Been thanked: 100 times

r3dfox, modern Firefox for Windows 7!

Unread post by Duke »

In R3dfox 128.0-2 the Website Advertising Preferences section is missing in Privacy & Security:
https://support.mozilla.org/en-US/kb/privacy-preserving-attribution

If you intentionally removed it then set dom.private-attribution.submission.enabled to false by default ;-)

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

I didn't intentionally remove it, it's just not there. I'll make the pref change, but I might wait for 128.0.1 to make a new build.
I don't know what I'm doing hit album by Brad Sucks

mauro
Posts: 6
Joined: 17 Jun 2024, 10:15
OS: windows 11 24h2
Been thanked: 1 time
Brazil

r3dfox, modern Firefox for Windows 7!

Unread post by mauro »

Image
very cool these themes because there is more useful screen for those who have 900p monitor, leaving more screen for pages


Image

Small bug found the "Standard" option does not work can press 100x that it does not put r3dfox as the default browser
Next Version if you can solve this

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

mauro wrote: 16 Jul 2024, 10:18 Small bug found the "Standard" option does not work can press 100x that it does not put r3dfox as the default browser
It works on my VM. I wonder if uninstalling and reinstalling would fix.
I don't know what I'm doing hit album by Brad Sucks

mauro
Posts: 6
Joined: 17 Jun 2024, 10:15
OS: windows 11 24h2
Been thanked: 1 time
Brazil

r3dfox, modern Firefox for Windows 7!

Unread post by mauro »

K4sum1 wrote: 16 Jul 2024, 11:20
mauro wrote: 16 Jul 2024, 10:18 Small bug found the "Standard" option does not work can press 100x that it does not put r3dfox as the default browser
It works on my VM. I wonder if uninstalling and reinstalling would fix.
im using portable version
Image

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Hmm, it might need the installer to make the associations for making default. Maybe install it to your preferred directory, make a file named pmundprt.mod in (r3dfox dir)/browser, and see if it works.
I don't know what I'm doing hit album by Brad Sucks

mauro
Posts: 6
Joined: 17 Jun 2024, 10:15
OS: windows 11 24h2
Been thanked: 1 time
Brazil

r3dfox, modern Firefox for Windows 7!

Unread post by mauro »

im tesing
Last r3dfox that correctly associates is 126.0.0 after it does not do as this screen here that I recorded
I tested portable and the normal version

Image

User avatar
CallCatein58
Posts: 25
Joined: 21 Dec 2023, 12:22
Location: Guangxi Zhuang Autonomous Region
OS: Windows 11
Been thanked: 9 times
China

r3dfox, modern Firefox for Windows 7!

Unread post by CallCatein58 »

Image
Free competition, free trade, building a community with a shared future for mankind

also my ip is:
182.90.220.71 and 2408:8734:2000:1d::1:9

User avatar
kloak
Banned
Posts: 29
Joined: 14 Jul 2024, 17:46
Location: Annoying K4sum1
OS: Windows XP x86
Has thanked: 1 time
Been thanked: 1 time
Contact:
Israel

r3dfox, modern Firefox for Windows 7!

Unread post by kloak »

This does remove most of the invasive behaviour of modern Firefox versions, such as the fact modern FF versions log every single mouse movement you make in the settings menu to Mozilla these days, right? I wish I wasn't joking about this - FF logs so much shit, and hell, Waterfox is pretty much just as bad if not worse (and tbh Waterfox was basically made redundant after FF started offering official x64 builds anyway)... Only LibreWolf to my knowledge actually strips things out properly AFAIK. Not sure about floorp, I heard it's better than Waterfox/Firefox but worse than LibreWolf/GNU IceCat, though doesn't break some sites as much, to even things out.

(Amusingly, GNU IceCat makes an exemption for third-party tracking to Reddit, but nowhere else.)

Something not even Google Chrome does, yet Mozilla claims to 'protect your privacy' whilst selling data to un-named advertisers. At least we all know Google's privacy policy is basically the laughing/skull emoji, so something like this would almost be a non-surprise, but Mozilla's shadiness over the years points to them being more like controlled opposition with their actions, despite their claims.
former admin, now here just to annoy the lazy owner into actually doing shit

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

mauro wrote: 16 Jul 2024, 13:21 Last r3dfox that correctly associates is 126.0.0 after it does not do as this screen here that I recorded
I tested portable and the normal version
I'll have to give it a try in VM.
kloak wrote: 16 Jul 2024, 14:30 This does remove most of the invasive behaviour of modern Firefox versions, such as the fact modern FF versions log every single mouse movement you make in the settings menu to Mozilla these days, right?
If Librewolf fixes it and has a patch for it, I probably fixed it too since I used a few of their patches.
I don't know what I'm doing hit album by Brad Sucks

User avatar
kloak
Banned
Posts: 29
Joined: 14 Jul 2024, 17:46
Location: Annoying K4sum1
OS: Windows XP x86
Has thanked: 1 time
Been thanked: 1 time
Contact:
Israel

r3dfox, modern Firefox for Windows 7!

Unread post by kloak »

Nice :) might give this a spin if I ever use Windows 7 on anything, then.

for now, on this trusty inspiron 1545, mypal68 is more than serviceable :)
former admin, now here just to annoy the lazy owner into actually doing shit

User avatar
Duke
Full Moderator
Posts: 311
Joined: 16 Mar 2024, 13:32
OS: Windows 8.1 x64
Has thanked: 59 times
Been thanked: 100 times

r3dfox, modern Firefox for Windows 7!

Unread post by Duke »

K4sum1 wrote: 13 Jul 2024, 18:50
Duke wrote: 13 Jul 2024, 18:47 On a side note, with any version number above 115 you shouldn't use anymore an user agent with "Windows NT 6.1" in it, it must be "Windows NT 10.0" like this:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0

Because recent versions are not suppposed to run on Windows 7 and 8, some sites are checking that and will deny access if the user agent is not valid ;)
r3dfox starting with 128 has it's own useragent that includes r3dfox/(version).
Quoting you from Github:
I'm sorry but you don't have the choice. Any official version above 115 requires at least Windows 10. So an user agent with Windows 6.1 is not valid, is not coherent, it can NOT exist in real life.
Not to mention it's making finger printing so much easier.

User avatar
TSNH
Posts: 34
Joined: 01 May 2024, 09:08
OS: Windows Vista x64
Has thanked: 12 times
Been thanked: 4 times
Poland

r3dfox, modern Firefox for Windows 7!

Unread post by TSNH »

I got this error when trying to build r3dfox 128.0.2-2 x64 with Rust nightly 2024-02-04:

Code: Select all

 0:51.65   File "C:\mozilla-source\mozilla-unified\python\mozbuild\mozbuild\frontend\emitter.py", li
ne 1786, in _process_test_manifest
 0:51.65     raise SandboxValidationError(
 0:51.65 mozbuild.frontend.reader.SandboxValidationError:
 0:51.65 ==============================
 0:51.65 FATAL ERROR PROCESSING MOZBUILD FILE
 0:51.66 ==============================
 0:51.66 The error occurred while processing the following file or one of the files it includes:
 0:51.66     C:/mozilla-source/mozilla-unified/dom/canvas/moz.build
 0:51.66 The error occurred when validating the result of the execution. The reported error is:
 0:51.77     Test manifest (C:/mozilla-source/mozilla-unified/dom/canvas/test/webgl-conf/generated-m
ochitest.toml) lists test that does not exist: 

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Maybe your source code is incomplete idk. I do build with ac_add_options --disable-tests though, so that might be required idk.
I don't know what I'm doing hit album by Brad Sucks

User avatar
TSNH
Posts: 34
Joined: 01 May 2024, 09:08
OS: Windows Vista x64
Has thanked: 12 times
Been thanked: 4 times
Poland

r3dfox, modern Firefox for Windows 7!

Unread post by TSNH »

I downloaded 128.0.3 now (zip this time not tar, so maybe that made the difference) and nothing is missing.

But there is a different error this time:

Code: Select all

 6:58.64 error: the listed checksum of `C:\mozilla-source\mozilla-unified\third_party\rust\libloadin
g\src/os/windows/mod.rs` has changed:
 6:58.66 expected: 8a8792569d43140d982edd6d401abb82023894eb02f2eeba321ee9887568cf3b
 6:58.66 actual:   d5d040a054bbb77daa934ef0afde309ab918823126d2fecb8e802775ee1a48d9
 6:58.66 directory sources are not intended to be edited, if modifications are required then it is r
ecommended that `[patch]` is used with a forked copy of the source
 6:58.67 mozmake[4]: *** [C:/mozilla-source/mozilla-unified/config/makefiles/rust.mk:498: force-carg
o-library-build] Error 101
 6:58.71 mozmake[3]: *** [C:/mozilla-source/mozilla-unified/config/recurse.mk:72: toolkit/library/ru
st/target-objects] Error 2
 6:58.71 mozmake[3]: *** Waiting for unfinished jobs....
 7:02.53 In file included from Unified_cpp_mozglue_baseprofiler0.cpp:110:
 7:02.53 C:/mozilla-source/mozilla-unified/mozglue/baseprofiler/core/platform.cpp(3021,3): warning:
Usage of ASCII file functions (here open) is forbidden on Windows.
 7:02.55  3021 |   stream.open(aFilename);
 7:02.58       |   ^
 7:02.64 C:/mozilla-source/mozilla-unified/mozglue/baseprofiler/core/platform.cpp(3021,3): note: On
Windows executed functions: fopen, fopen_s, open, _open, _sopen, _sopen_s, OpenFile, CreateFileA sho
uld never be used due to lossy conversion from UTF8 to ANSI.
 7:02.69 1 warning generated.
 8:32.00 mozmake[2]: *** [C:/mozilla-source/mozilla-unified/config/recurse.mk:34: compile] Error 2
 8:32.02 mozmake[1]: *** [C:/mozilla-source/mozilla-unified/config/rules.mk:361: default] Error 2
 8:32.02 mozmake: *** [client.mk:60: build] Error 2
 8:32.05 W 0 compiler warnings present.

User avatar
K4sum1
Lazy Owner
Posts: 1185
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
Has thanked: 810 times
Been thanked: 440 times
Contact:
United States of America

r3dfox, modern Firefox for Windows 7!

Unread post by K4sum1 »

Ok, so for Vista stuff I had to make my own Rust.

You extract this, rename it to whatever, do rustup toolchain link (whatever) (full path to extracted rust), then go to r3dfox source and rustup override set (whatever), then clobber and it should work.

https://files.catbox.moe/oengip.7z
I don't know what I'm doing hit album by Brad Sucks

User avatar
TSNH
Posts: 34
Joined: 01 May 2024, 09:08
OS: Windows Vista x64
Has thanked: 12 times
Been thanked: 4 times
Poland

r3dfox, modern Firefox for Windows 7!

Unread post by TSNH »

Worked, thanks!

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests