UXP based browsers
- K4sum1
- Lazy Owner
- Posts: 1184
- Joined: 11 Jan 2021, 07:40
- Location: ur dads house
- OS: Windows 8.1 x64
- Has thanked: 810 times
- Been thanked: 439 times
- Contact:
UXP based browsers
Mostly just a placeholder until I get these done
https://github.com/Eclipse-Community/uxp
https://github.com/Eclipse-Community/eMail
https://github.com/Eclipse-Community/uxp
https://github.com/Eclipse-Community/eMail
I don't know what I'm doing hit album by Brad Sucks
- K4sum1
- Lazy Owner
- Posts: 1184
- Joined: 11 Jan 2021, 07:40
- Location: ur dads house
- OS: Windows 8.1 x64
- Has thanked: 810 times
- Been thanked: 439 times
- Contact:
UXP based browsers
New release of UXP. eMail will follow soon.
https://github.com/Eclipse-Community/UXP/releases/tag/v2025.04.28
https://github.com/Eclipse-Community/UXP/releases/tag/v2025.04.28
I don't know what I'm doing hit album by Brad Sucks
- xperceniol_sal
- Posts: 392
- Joined: 03 Jan 2023, 19:32
- Location: North East USA
- OS: XP_86
- Has thanked: 238 times
- Been thanked: 108 times
UXP based browsers
Ok ... thank you very much for your hard work on this project 
I've been using it all day and not issues to report other than 1 that isn't a big deal to me.
Is the "theme" setting still broken? Because I've tried all settings and nothing changes even when restarting the browser. Do I need the theme service running on my XP? I currently don't use that and use the classic theme with custom icons and tile sizes to fit my OCD (not kidding)


I've been using it all day and not issues to report other than 1 that isn't a big deal to me.
Is the "theme" setting still broken? Because I've tried all settings and nothing changes even when restarting the browser. Do I need the theme service running on my XP? I currently don't use that and use the classic theme with custom icons and tile sizes to fit my OCD (not kidding)

"I wish I could tell you it gets better. It doesn't get better. YOU get better." -Joan Rivers
- K4sum1
- Lazy Owner
- Posts: 1184
- Joined: 11 Jan 2021, 07:40
- Location: ur dads house
- OS: Windows 8.1 x64
- Has thanked: 810 times
- Been thanked: 439 times
- Contact:
UXP based browsers
No, it doesn't rely on the theme service. I don't think any of the options would change anything in classic theme, it more affects basic/Luna and Aero. It's just a way to override what CSS the browser uses for given version of Windows.
I don't know what I'm doing hit album by Brad Sucks
- xperceniol_sal
- Posts: 392
- Joined: 03 Jan 2023, 19:32
- Location: North East USA
- OS: XP_86
- Has thanked: 238 times
- Been thanked: 108 times
UXP based browsers
^Thank you for the clarification.
Please, and I've tried everything I know, how do/can I *force* multi-process in Lun3r?
browser.tabs.remote.force-enable;true
dom.ipc.processCount;2
This works fine in Hydra (I have 2 processes going) but I can't force it in Lun3r. I may have already asked this but my memory sucks nowadays; so I apologize in advance if so.
Thank you for your attention.
Please, and I've tried everything I know, how do/can I *force* multi-process in Lun3r?
browser.tabs.remote.force-enable;true
dom.ipc.processCount;2
This works fine in Hydra (I have 2 processes going) but I can't force it in Lun3r. I may have already asked this but my memory sucks nowadays; so I apologize in advance if so.
Thank you for your attention.
"I wish I could tell you it gets better. It doesn't get better. YOU get better." -Joan Rivers
- K4sum1
- Lazy Owner
- Posts: 1184
- Joined: 11 Jan 2021, 07:40
- Location: ur dads house
- OS: Windows 8.1 x64
- Has thanked: 810 times
- Been thanked: 439 times
- Contact:
UXP based browsers
It should be the same as Hydra, or maybe Google could give what is missing. However multiprocess is very broken and isn't recommended in Lun3r.
I don't know what I'm doing hit album by Brad Sucks
- xperceniol_sal
- Posts: 392
- Joined: 03 Jan 2023, 19:32
- Location: North East USA
- OS: XP_86
- Has thanked: 238 times
- Been thanked: 108 times
UXP based browsers
Just another question when you can answer regarding Hydra not Lun3r.
No matter what I do info is saving on the "C:\Documents and Settings\DELL\Application Data\Eclipse Community\Hydra\Profiles\uxayj0vu.default\storage\default" folder. I thought I was blocking that with:
user_pref("browser.cache.disk.amount_written", 0);
user_pref("browser.cache.disk.capacity", 0);
user_pref("browser.cache.disk.enable", false);
user_pref("browser.cache.disk.filesystem_reported", 1);
user_pref("browser.cache.disk.smart_size.enabled", false);
user_pref("browser.cache.disk.smart_size.first_run", false);
user_pref("browser.cache.offline.capacity", 0);
user_pref("browser.cache.offline.enable", false);
And
user_pref("dom.storage.enabled", false);
But no?!?!
How do I prevent sites from saving to that folder at all. This doesn't happen in Mypal68.
Thank you for your attention.

No matter what I do info is saving on the "C:\Documents and Settings\DELL\Application Data\Eclipse Community\Hydra\Profiles\uxayj0vu.default\storage\default" folder. I thought I was blocking that with:
user_pref("browser.cache.disk.amount_written", 0);
user_pref("browser.cache.disk.capacity", 0);
user_pref("browser.cache.disk.enable", false);
user_pref("browser.cache.disk.filesystem_reported", 1);
user_pref("browser.cache.disk.smart_size.enabled", false);
user_pref("browser.cache.disk.smart_size.first_run", false);
user_pref("browser.cache.offline.capacity", 0);
user_pref("browser.cache.offline.enable", false);
And
user_pref("dom.storage.enabled", false);
But no?!?!
How do I prevent sites from saving to that folder at all. This doesn't happen in Mypal68.
Thank you for your attention.

"I wish I could tell you it gets better. It doesn't get better. YOU get better." -Joan Rivers
- K4sum1
- Lazy Owner
- Posts: 1184
- Joined: 11 Jan 2021, 07:40
- Location: ur dads house
- OS: Windows 8.1 x64
- Has thanked: 810 times
- Been thanked: 439 times
- Contact:
UXP based browsers
I'm pretty sure the storage folder is used for cookies as well, so you might have to block them.
If this is incorrect, test New Moon, and if it happens there, ask roytam1 about it.
If this is incorrect, test New Moon, and if it happens there, ask roytam1 about it.
I don't know what I'm doing hit album by Brad Sucks
- xperceniol_sal
- Posts: 392
- Joined: 03 Jan 2023, 19:32
- Location: North East USA
- OS: XP_86
- Has thanked: 238 times
- Been thanked: 108 times
UXP based browsers
Thank you!
As I wrote Lun3r and New Moon are fine. I just tested the latest Serpent 52 and it's exactly the same situation with that like Hydra so I'll message him if it persists.
Enjoy your Tuesday
As I wrote Lun3r and New Moon are fine. I just tested the latest Serpent 52 and it's exactly the same situation with that like Hydra so I'll message him if it persists.
Enjoy your Tuesday

"I wish I could tell you it gets better. It doesn't get better. YOU get better." -Joan Rivers
Who is online
Users browsing this forum: No registered users and 2 guests