Page 1 of 1

UXP based browsers

Posted: 23 Jun 2024, 20:27
by K4sum1

UXP based browsers

Posted: 29 Apr 2025, 00:30
by K4sum1
New release of UXP. eMail will follow soon.

https://github.com/Eclipse-Community/UXP/releases/tag/v2025.04.28

UXP based browsers

Posted: 30 Apr 2025, 00:06
by xperceniol_sal
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)

Image

UXP based browsers

Posted: 30 Apr 2025, 00:11
by K4sum1
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.

UXP based browsers

Posted: 11 May 2025, 23:13
by xperceniol_sal
^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.

UXP based browsers

Posted: 11 May 2025, 23:45
by K4sum1
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.

UXP based browsers

Posted: 20 May 2025, 13:09
by xperceniol_sal
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.

Image

UXP based browsers

Posted: 20 May 2025, 15:34
by K4sum1
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.

UXP based browsers

Posted: 20 May 2025, 17:27
by xperceniol_sal
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 :)