New build of Serpent/UXP for XP!
Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250628-3219d2d-uxp-bde8fbbb5f-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250628-3219d2d-uxp-bde8fbbb5f-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-20250628-d849524bd-uxp-bde8fbbb5f-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250628-d849524bd-uxp-bde8fbbb5f-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250628-d849524bd-uxp-bde8fbbb5f-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250628-d849524bd-uxp-bde8fbbb5f-xpmod.7z
Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250628-d849524bd-uxp-bde8fbbb5f-w7plus-avx2.7z
Official UXP changes picked since my last build:
- No issue - Escape `<` and `>` in element attribute values. (3c2c7ce1e2)
- Issue #2488 - Follow-up: Ensure container is initialized for cloned declaration blocks (c91730dc7b)
- Issue #2762 - Remove SVGZoomEvent interface. (1c8e994b65)
- [DOM] Update YouTube embed rewrites. (0c2770ff7b)
- [Layout] Hold stronger references to FontFaces. (5e12078904)
- [XPCOM] Add Mac-specific executable extensions (80b542efc3)
- Issue #2765 - Part 1: Scrollbar width should be treated as a non-inherited property (8236eec152)
- Issue #2765 - Part 2: Create a helper function for resolving the non-NAC style context of a given NAC (b2c435a189)
- Issue #2765 - Part 3: Make scrollbar width checks use the originating non-NAC style context (3ba0b10bb4)
- No issue - Refactor nsStyleUIReset::CalcDifference to accumulate change hints (2c704d1b8e)
- Issue #2764 - Fix several properties to return NeutralChange hint (d14972602f)
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 certdata and bump ckbi version to 2.78 (cd1840493f)
- nss: merge changes from upstream UXP (bde8fbbb5f)
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-20250628-7bda12e7-uxp-bde8fbbb5f-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250628-7bda12e7-uxp-bde8fbbb5f-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-20250628-id-656ea98-uxp-bde8fbbb5f-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250628-id-656ea98-ia-c642e3c-uxp-bde8fbbb5f-xpmod.7z
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-20250628-d30d4d3a0-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250628-d30d4d3a0-xpmod.7z
repo: https://github.com/roytam1/basilisk55
Repo changes:
- nss: update certdata and bump ckbi version to 2.78 (50af71f27)
- nss: merge changes from upstream UXP (4fff1ea8b)
- ported from UXP: No issue - Escape `<` and `>` in element attribute values. (3c2c7ce1) (2f49d0788)
- import from UXP: Issue #2488 - Follow-up: Ensure container is
initialized for cloned declaration blocks (c91730dc) (13795f1b7)
- ported from UXP: Issue #2762 - Remove SVGZoomEvent interface. (1c8e994b) (c1bbbdea8)
- ported from UXP: [DOM] Update YouTube embed rewrites. (0c2770ff) (a455f5736)
- import from UXP: [Layout] Hold stronger references to FontFaces. (5e120789) (7c1aa8b94)
- ported from UXP: [XPCOM] Add Mac-specific executable extensions (80b542ef) (8507563c7)
- ported from UXP: Issue #2765 - Part 1: Scrollbar width should be treated as a non-inherited property (8236eec1) (58bcb2dcf)
- import from UXP: Issue #2765 - Part 2: Create a helper function for
resolving the non-NAC style context of a given NAC (b2c435a1)
(b26faa19f)
- import from UXP: Issue #2765 - Part 3: Make scrollbar width checks
use the originating non-NAC style context (3ba0b10b) (ed6d6ffc2)
- ported from UXP: No issue - Refactor nsStyleUIReset::CalcDifference to accumulate change hints (2c704d1b) (52ff82c79)
- ported from UXP: Issue #2764 - Fix several properties to return NeutralChange hint (d1497260) (d30d4d3a0)