Eclipse Community
https://board.eclipse.cx/

UXP based browsers
https://board.eclipse.cx/viewtopic.php?t=710
Page 1 of 1
Author:  K4sum1 [ 23 Jun 2024, 20:27 ]
Post subject:  UXP based browsers

Mostly just a placeholder until I get these done

https://github.com/Eclipse-Community/uxp

https://github.com/Eclipse-Community/eMail

Author:  K4sum1 [ 29 Apr 2025, 00:30 ]
Post subject:  UXP based browsers

New release of UXP. eMail will follow soon.

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

Author:  xperceniol_sal [ 30 Apr 2025, 00:06 ]
Post subject:  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)

[ img ]

Author:  K4sum1 [ 30 Apr 2025, 00:11 ]
Post subject:  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.

Author:  xperceniol_sal [ 11 May 2025, 23:13 ]
Post subject:  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.

Author:  K4sum1 [ 11 May 2025, 23:45 ]
Post subject:  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.

Author:  xperceniol_sal [ 20 May 2025, 13:09 ]
Post subject:  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.

[ img ]

Author:  K4sum1 [ 20 May 2025, 15:34 ]
Post subject:  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.

Author:  xperceniol_sal [ 20 May 2025, 17:27 ]
Post subject:  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 :)

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Limited