New build of Serpent/UXP for XP!
Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250531-3219d2d-uxp-4cb39ffa48-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250531-3219d2d-uxp-4cb39ffa48-xpmod.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom
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-20250531-d849524bd-uxp-4cb39ffa48-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250531-d849524bd-uxp-4cb39ffa48-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250531-d849524bd-uxp-4cb39ffa48-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250531-d849524bd-uxp-4cb39ffa48-xpmod.7z
Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250531-d849524bd-uxp-4cb39ffa48-w7plus-avx2.7z
Official UXP changes picked since my last build:
- No Issue - Fix a typo in DOMSVGPoint constructor. (a8f9e383fa)
- Issue #2741 - Part 3 - Clamp rolloff factor appropriately in PannerNodeEngine (96cc879fab)
- No issue - Fix promise combinator function state. (01ebabde5b)
- No issue - Don't support modulo math space in ExtractLinearSum. (71ba67cfbe)
- No issue - Remove obsolete pref. (2a2236d4d9)
- No Issue - MacOS fixes and updates. stroucki reported on the forum a
libary not loading. This corrects the path. It still loads with the
incorrect path on most systems, but fixing it anyway. https://github.com/joseluisq/macosx-sdks Update the SDK list with the SDKs available here. (ce535a850f)
- No Issue - Fix building on Linux 32-bit ARM with clang. Need to have
system definitions before defining the overrides. The sytem definitions
have additional attributes that conflict. clang 14 that I am using also
requires -fno-integrated-as for several files, but I left that out since
it is probably fixed in newer versions of clang. (d461e75034)
- Issue #2749 - Part 6 - Teach mfbt/casting.h to deal with floating point values (fc9643a1a7)
- Issue #2749 - Part 8 - Put mfbt/casting.h pragmas behind GCC conditional. (497b6d5854)
- Issue #2736 - Follow-up: Remove erroneous workerthread CSP check. (6da047af1e)
- No issue - Force C++ run-time type information on protobuf (75c0461123)
- Merge remote-tracking branch 'origin/tracking' into custom (7f3ccb5dc3)
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:
- mfbt: remove terse static asserts (8501f786b0)
- webaudio: don't use C++17 std::clamp, use std::min(max, std::max(min, v)) instead. (4cb39ffa48)
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.
New build of BOC/UXP for XP!
Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250531-7bda12e7-uxp-4cb39ffa48-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250531-7bda12e7-uxp-4cb39ffa48-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-20250531-id-656ea98-uxp-4cb39ffa48-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250531-id-656ea98-ia-c642e3c-uxp-4cb39ffa48-xpmod.7z
suite changes:
- Make removing doublequotes from search string more realistic (be174f3)
- Fix for wrong/misses button icons in the FindBar (57daa80)
- Merge pull request #6 from zanud/winbuild (7e4cf1d)
- Fix for impossibility to remove an existing keyword from a bookmark (c875c56)
- Merge pull request #8 from zanud/winbuild (739e3b7)
source repo (excluding UXP):
https://github.com/roytam1/icedove-uxp/tree/winbuild
https://github.com/roytam1/iceape-uxp/tree/winbuild
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-20250531-4fa9fdb8a-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250531-4fa9fdb8a-xpmod.7z
repo: https://github.com/roytam1/basilisk55
Repo changes:
- import from UXP: No Issue - Fix a typo in DOMSVGPoint constructor. (a8f9e383) (b4f772ee5)
- ported from UXP: Issue #2741 - Part 3 - Clamp rolloff factor appropriately in PannerNodeEngine (96cc879f) (395c62c01)
- import from UXP: No issue - Fix promise combinator function state. (01ebabde) (2cc0e410e)
- import from UXP: No issue - Don't support modulo math space in ExtractLinearSum. (71ba67cf) (92457ed67)
- ported from UXP: No Issue - MacOS fixes and updates. stroucki
reported on the forum a libary not loading. (ce535a85) (e019c3d0a)
- import from UXP: No Issue - Fix building on Linux 32-bit ARM with clang. (d461e750) (71faab644)
- ported from UXP: - Issue #2749 - Part 6 - Teach mfbt/casting.h to
deal with floating point values (fc9643a1) - Issue #2749 - Part 8 - Put
mfbt/casting.h pragmas behind GCC conditional. (497b6d58) (dea82750f)
- import from UXP: Issue #2736 - Follow-up: Remove erroneous workerthread CSP check. (6da047af) (30992a858)
- import from UXP: No issue - Force C++ run-time type information on protobuf (75c04611) (4fa9fdb8a)