Mark-XP Posted April 22 Posted April 22 On 4/19/2025 at 8:52 AM, IXOYE said: The website "tv.garden" does not work on "Roytam1" Internet browsers, is there something to do or is it impossible? Neither Basilisk/Palemon do, nor Firefox 102. At least Firefox 115 here.
raddy Posted April 25 Posted April 25 On 4/4/2025 at 12:21 PM, NotHereToPlayGames said: THIS DOES NOT *ALWAYS* WORK IN "NEWER" VERSIONS OF SERPENT! Sometimes no Restore Session page at all, sometimes the Restore Session page but no table containing tab descriptions, et cetera. Empty 'Restore Session' also happens on current NM28XP builds.
j7n Posted May 1 Posted May 1 There is one thing that I've found annoying on Firefox browsers lately. If I select some text and want to press Ctrl-C to copy it, and then I press Control while still dragging with the mouse, it transitions to selecting whole table cells and the initial selection is lost. It doesn't happen on most websites today where the layout is somehow not a table even though it looks like it (tables became not as cool as divs), but on others, like older forums, tables are still used. I couldn't figure out what was happening for a while, and thought it was something for "accessibility".
roytam1 Posted May 2 Author Posted May 2 New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250503-3219d2d-uxp-5384bb6d14-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250503-3219d2d-uxp-5384bb6d14-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250503-3219d2d-uxp-5384bb6d14-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250503-d849524bd-uxp-5384bb6d14-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250503-d849524bd-uxp-5384bb6d14-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250503-d849524bd-uxp-5384bb6d14-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250503-d849524bd-uxp-5384bb6d14-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250503-d849524bd-uxp-5384bb6d14-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2731 - Fix crashes on unknown BigInt types in JIT (d7f01911b8) - Issue #2728 - Remove obsolete CSP referrer policy. (0331e633bd) - Issue #2732 - Part 1: Rename mContainsBlockContents to mConsiderWholeSubtree (2ef82632d4) - Issue #2732 - Part 2: Stop accepting <a> as a valid image map <area> (9f64d0f4b0) - No Issue - Modernize nsImageFrame/nsImageMap (8db40dbbb5) - No issue - restore nullptr-check (8a21d95ea3) - Issue #2732 - Part 3: Explicitly search for <area> only. (8ae2b45691) - Issue #2737 - Part 1: Base implementation of `SVGGeometryElement`. (fd4a224d1d) - [NSS] Improve locking in nssPKIObject_GetInstances. (be9a6ed2ac) - [devtools] Escape some more characters for copying as cURL on Posix. (ba3a5074c7) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - nss: update builtin certstore and bump ckbi version (5384bb6d14) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. 5
roytam1 Posted May 2 Author Posted May 2 New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250503-7bda12e7-uxp-5384bb6d14-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250503-7bda12e7-uxp-5384bb6d14-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20250503-id-656ea98-uxp-5384bb6d14-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250503-id-656ea98-ia-c642e3c-uxp-5384bb6d14-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild 1
roytam1 Posted May 2 Author Posted May 2 New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250503-3be6873e4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250503-3be6873e4-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2731 - Fix crashes on unknown BigInt types in JIT (d7f01911) (fea416d4f) - ported from UXP: Issue #2728 - Remove obsolete CSP referrer policy. (0331e633) (7173daa45) - import from UXP: Issue #2732 - Part 1: Rename mContainsBlockContents to mConsiderWholeSubtree (2ef82632) (876bce501) - import from UXP: Issue #2732 - Part 2: Stop accepting <a> as a valid image map <area> (9f64d0f4) (0605071d1) - import from UXP: No Issue - Modernize nsImageFrame/nsImageMap (8db40dbb) (8e90b0608) - import from UXP: No issue - restore nullptr-check (8a21d95e) (aa695e491) - import from UXP: Issue #2732 - Part 3: Explicitly search for <area> only. (8ae2b456) (90d8b4245) - import from UXP: [NSS] Improve locking in nssPKIObject_GetInstances. (be9a6ed2) (82ac7d1b2) - import from UXP: [devtools] Escape some more characters for copying as cURL on Posix. (ba3a5074) (26a56fe9b) - import from `custom` branch of UXP: nss: update builtin certstore and bump ckbi version (5384bb6d) (3be6873e4) 2
Leokids123 Posted May 2 Posted May 2 1 hour ago, roytam1 said: New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250503-3be6873e4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250503-3be6873e4-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2731 - Fix crashes on unknown BigInt types in JIT (d7f01911) (fea416d4f) - ported from UXP: Issue #2728 - Remove obsolete CSP referrer policy. (0331e633) (7173daa45) - import from UXP: Issue #2732 - Part 1: Rename mContainsBlockContents to mConsiderWholeSubtree (2ef82632) (876bce501) - import from UXP: Issue #2732 - Part 2: Stop accepting <a> as a valid image map <area> (9f64d0f4) (0605071d1) - import from UXP: No Issue - Modernize nsImageFrame/nsImageMap (8db40dbb) (8e90b0608) - import from UXP: No issue - restore nullptr-check (8a21d95e) (aa695e491) - import from UXP: Issue #2732 - Part 3: Explicitly search for <area> only. (8ae2b456) (90d8b4245) - import from UXP: [NSS] Improve locking in nssPKIObject_GetInstances. (be9a6ed2) (82ac7d1b2) - import from UXP: [devtools] Escape some more characters for copying as cURL on Posix. (ba3a5074) (26a56fe9b) - import from `custom` branch of UXP: nss: update builtin certstore and bump ckbi version (5384bb6d) (3be6873e4) I wish you took your time and make changes to Retrozilla to support modern web,but at this point it's mostly the creator's doing. As for Windows 7 and 8.1 users,if 115esr ends support,will you fork 115esr and update it? Also another question,Do you plan to fork Firefox 12 (last release of firefox for 2000 and XP RTM-SP1 users) and upgrade the NSS library to the one compatible with the modern web?
j7n Posted May 3 Posted May 3 Why is it that the Download button doesn't do anything on Pixeldrain.com file sharing tool in New Moon? I don't know anything about scripting, and I remember this is how Opera fell into obscurity as one day you couldn't log in anymore or press other essential buttons. https://pixeldrain.com/u/CsSnZBSa
VistaLover Posted May 3 Posted May 3 1 hour ago, j7n said: Why is it that the Download button doesn't do anything on Pixeldrain.com file sharing tool in New Moon? Upstream (i.e. UXP/Pale Moon) are already aware: https://forum.palemoon.org/viewtopic.php?t=32222 https://repo.palemoon.org/MoonchildProductions/UXP/issues/2721 Here a workaround is kindly offered (requires an additional extension ) ... 2
Jody Thornton Posted May 3 Posted May 3 @Leokids123, for Windows 7 and 8.1, there's r3dFox from @K4sum1. He has compiled ESR v128.9 releases. 2
j7n Posted May 4 Posted May 4 Sounds awfully complicated just to start a download. I'll let them figure it out as I don't understand any of it. We had sites with buttons for preview and uploading a long time ago. 1
Goodwin Posted Tuesday at 01:26 PM Posted Tuesday at 01:26 PM (edited) roytam1 basilisk52-g4.8.win32-git-20250503-3219d2d-uxp-5384bb6d14-xpmod On some sites, like only Cloudflare, an error began to appear Quote (Error code: SSL_ERROR_RX_MALFORMED_SERVER_HELLO) previous versions are working fine Edited Tuesday at 01:27 PM by Goodwin
Leokids123 Posted Wednesday at 09:33 PM Posted Wednesday at 09:33 PM On 5/3/2025 at 6:51 PM, Jody Thornton said: @Leokids123, for Windows 7 and 8.1, there's r3dFox from @K4sum1. He has compiled ESR v128.9 releases. I didn't mean r3dFox,I mean something like a 115esr fork for continued Windows 7 and 8.1 support.
Jody Thornton Posted Thursday at 02:21 AM Posted Thursday at 02:21 AM 4 hours ago, Leokids123 said: I didn't mean r3dFox,I mean something like a 115esr fork for continued Windows 7 and 8.1 support. And you wouldn't prefer to to have ESR 128.x? It's more up to date. 3
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now