Jump to content

roytam1

Member
  • Posts

    3,618
  • Joined

  • Last visited

  • Days Won

    415
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Posts posted by roytam1

  1. 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)

  2. 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

  3. 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

    IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250628-3219d2d-uxp-bde8fbbb5f-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-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.

  4. 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-20250621-7d334e013-xpmod.7z
    Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250621-7d334e013-xpmod.7z

    repo: https://github.com/roytam1/basilisk55

    Repo changes:
    - import from UXP: No issue - Set device contrast to an acceptable value if OOB. (91a026ea) (427c76a4f)
    - ported from UXP: [devtools] Improve special character escaping for curl (7d099a80) (907358c5c)
    - import from UXP: Fix loop for column picker's drop-down menu (#2758) (72a17a52) (8fcbddc07)
    - ported from UXP: Issue #2721 - Create special case exception for <A>.Click() outside of DOM (37de431a) (66afe9f75)
    - ported from UXP: Issue #2721 - Remove nsILinkHandler. (c3f1c0cd) (96cac3a54)
    - import from UXP: Issue #2751 - Use rounded interpolation value when interpolating the Integer type and Font stretch type, per spec. (321b75a3) (0fa273491)
    - import from UXP: Issue #2752 - Change DOMMatrix Rotate{Self}() to the current spec. (2782cded) (4d9db3b9d)
    - import from UXP: No issue - Update SQLite lib to 3.50.1 and require it as syslib. (5ae40cfe) (6c4f2fc44)
    - ported from UXP: Issue #2723 - Remove obsolete NPN prefs and callbacks. (59601788) (7d334e013)

  5. New build of BOC/UXP for XP!

    Test binary:
    MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250621-7bda12e7-uxp-6414271c91-xpmod.7z
    BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250621-7bda12e7-uxp-6414271c91-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-20250621-id-656ea98-uxp-6414271c91-xpmod.7z
    IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250621-id-656ea98-ia-c642e3c-uxp-6414271c91-xpmod.7z

    source repo (excluding UXP):
    https://github.com/roytam1/icedove-uxp/tree/winbuild
    https://github.com/roytam1/iceape-uxp/tree/winbuild

  6. New build of Serpent/UXP for XP!

    Test binary:
    Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250621-3219d2d-uxp-6414271c91-xpmod.7z
    Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250621-3219d2d-uxp-6414271c91-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-20250621-3219d2d-uxp-6414271c91-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-20250621-d849524bd-uxp-6414271c91-xpmod.7z
    Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250621-d849524bd-uxp-6414271c91-xpmod-ia32.7z
    Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250621-d849524bd-uxp-6414271c91-xpmod-sse.7z
    Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250621-d849524bd-uxp-6414271c91-xpmod.7z
    Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250621-d849524bd-uxp-6414271c91-w7plus-avx2.7z

    Official UXP changes picked since my last build:
    - No issue - Set device contrast to an acceptable value if OOB. (91a026ea65)
    - [devtools] Improve special character escaping for curl (7d099a8080)
    - Fix loop for column picker's drop-down menu (#2758) (72a17a5284)
    - Issue #2721 - Create special case exception for <A>.Click() outside of DOM (37de431ac0)
    - Issue #2721 - Remove nsILinkHandler. (c3f1c0cdba)
    - Issue #2721 - Simplify CheckHandleEventForAnchorsPreconditions. (3b1fe322f7)
    - Issue #2721 - Remove nsILinkHandler include from `/mailnews` (9c69a34da4)
    - Issue #2751 - Use rounded interpolation value when interpolating the Integer type and Font stretch type, per spec. (321b75a391)
    - Issue #2752 - Change DOMMatrix Rotate{Self}() to the current spec. (2782cded29)
    - No issue - Update SQLite lib to 3.50.1 and require it as syslib. (5ae40cfe47)
    - Issue #2734 - Add base-64 grammar check to CSP nonces where applicable. (51022b98b2)
    - Issue #2723 - Remove obsolete NPN prefs and callbacks. (5960178802)

    No official Pale-Moon changes picked since my last build.

    No official Basilisk changes picked since my last build.

    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.

  7. 12 hours ago, we3fan said:

    @roytam1

    USB3 Driver, AMD by daniel, fixed by reboot12:
    https://www.mediafire.com/file/v259yjmiiqw4j0j/USB_3x_fixed.zip/file     link expired hmm

    USB3 Driver, AMD by daniel, fix2 by reboot12, universal for Win XP and Win 7:
    https://www.mediafire.com/file/w0btfnifzat5yip/USB_3x_fix2.zip/file

    confirmed working, and my BIOS' so-called "smart enabled" just means "disabled" but it doesn't disable actual USB3 controller but disconnects all downstream devices.

    fixed by changing it to "enabled" and now it installs downstream device drivers happily and I can use all of them.

  8. 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)

  9. 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

  10. 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

    IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250531-3219d2d-uxp-4cb39ffa48-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-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.

  11. 10 hours ago, ED_Sln said:

    I've collected various USB3 drivers that I found on different forums. They work differently on different motherboards and with different ACPI, so before installing it is better to make a backup of the OS, because it happens that the OS stops booting. The first one to try is AMD+Intel, it does not add any additional layers to the system, for example ntoskrn8.sys. If it doesn't work, then try the others one by one.

    https://www.upload.ee/files/18148104/USB3.7z.html

    tried, AMD+Intel_USB3_1.1.0.0145 doesn't start here.

    Generic_USB3x_6.2.9200.21180 BSoDs in ntoskrn8.sys

    Generic_USB3x_6.2.9200.16384 installs but no USB device detected (no matter hot plug or not)

  12. 2 hours ago, Damnation said:

    Graphics wise you'll be limited to 2D with the generic VBEMP driver, unless you've got a PCI-E slot.

    I heard that there is a modded ivybridge display driver that can work on j1900, but I can't find it.

  13. recently I got a J1900 SBC board, of course it can run win10 but I do want to run XP on it.

    with latest acpi.sys it boots XP, but no USB port is working. Disabling USB3 makes every USB devices hidden to XP.

    and maybe a modded display driver can work on it?

  14. 6 hours ago, Nicholas McAnespy said:

    Arctic-Fox now has an XML parsing error when run on Windows, but is unrelated to Visual C++ 2013/2015 compilation. If I make it work using Visual C++ 2013 update 4, would you still accept the compatibility changes?

    sure, but for AF it will be keep unmaintained and I may not able to merge changes to NM27.

  15. 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-20250517-c2f7c8359-xpmod.7z
    Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250517-c2f7c8359-xpmod.7z

    repo: https://github.com/roytam1/basilisk55

    Repo changes:
    - import from UXP: No issue - Include all non-ubiquitous image and media types in nav Accept: (0e02e942) (fde26a193)
    - import from UXP: No issue - Explicitly indicate image/apng in `Accept:` header (055765d1) (395bab66e)
    - import from UXP: No Issue - Fix incorrectly written pref name (40e01c31) (29041562f)
    - import from UXP: No Issue - Fixes for building with LLVM 19 included with FreeBSD 13.5. Fix a conflict with libc++ 19 and the old Mozilla (re)alloc macros. LLVM 18+ does not allow std::char_traits<unsigned char> so avoid it. https://bugzilla.mozilla.org/show_bug.cgi?id=1849070 Partial NSS upgrade to replace ByteString with a class. https://bugzilla.mozilla.org/show_bug.cgi?id=1851092 (e8b3077d) (8a4ba96e2)
    - ported from UXP: No issue - Bump general.useragent.compatMode.version to 128.0 (facab7f0) (e77671e81)
    - ported from UXP: Issue #2736 - Part 1: Provide more consistent principals to CSP. (9ad680cf) (3cc87110c)
    - ported from UXP: Issue #2736 - Part 2: Pass subject principal to SetAttribute and friends. (824d0cad) (058c37fa0)
    - ported from UXP:  Issue #2736 - Part 3: Use `TriggeringPrincipal` for image loads. (166b25a4) (70eba97bf)
    - import from UXP: Issue #2736 - Part 4: Re-work img `<src>` attribute. (c8db9efb) (4f874413c)
    - import from UXP: Issue #2736 - Part 5: Re-work img `<srcset>` attribute. (2bdb9f3d) (22c94d27d)
    - import from UXP: Issue #2736 - Part 6: Re-work <script> `src` attribute. (1f638b22) (79991b522)
    - ported from UXP: Issue #2736 - Part 7: Re-work <frame> and <iframe> `src` attribute. (2416e71c) (097ef177e)
    - import from UXP: Issue #2736 - Part 8: Re-work <video> and <audio> `src` attribute. (b6bdce6f) (9c111f82f)
    - import from UXP: Issue #2736 - Part 9: Re-work <source> `src` attribute. (b1b5062d) (84759664a)
    - import from UXP: Issue #2736 - Part 10: Re-work <source> `srcset` attribute. (faf4f2c2) (939dade79)
    - import from UXP: Issue #2736 - Part 11: Re-work <input> `src` attribute. (dde21838) (747190ee5)
    - import from UXP: Issue #2736 - Part 12: Re-work style <link> `href` attribute. (60ad5b2f) (206c5b2a8)
    - ported from UXP: Issue #2736 - Part 13: Override page CSP for loads by expanded principals. (9847e9f7) (2f5762f73)
    - ported from UXP: Issue #2736 - Part 14: Make CSP-enabled available to workers. (53a6f634) (c2f7c8359)

  16. New build of BOC/UXP for XP!

    Test binary:
    MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250517-7bda12e7-uxp-296db1641b-xpmod.7z
    BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250517-7bda12e7-uxp-296db1641b-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-20250517-id-656ea98-uxp-296db1641b-xpmod.7z
    IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250517-id-656ea98-ia-c642e3c-uxp-296db1641b-xpmod.7z

    source repo (excluding UXP):
    https://github.com/roytam1/icedove-uxp/tree/winbuild
    https://github.com/roytam1/iceape-uxp/tree/winbuild

  17. New build of Serpent/UXP for XP!

    Test binary:
    Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250517-3219d2d-uxp-296db1641b-xpmod.7z
    Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250517-3219d2d-uxp-296db1641b-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-20250517-3219d2d-uxp-296db1641b-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-20250517-d849524bd-uxp-296db1641b-xpmod.7z
    Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250517-d849524bd-uxp-296db1641b-xpmod-ia32.7z
    Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250517-d849524bd-uxp-296db1641b-xpmod-sse.7z
    Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250517-d849524bd-uxp-296db1641b-xpmod.7z
    Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250517-d849524bd-uxp-296db1641b-w7plus-avx2.7z

    Official UXP changes picked since my last build:
    - No issue - Include all non-ubiquitous image and media types in nav Accept: (0e02e94278)
    - No issue - Explicitly indicate image/apng in `Accept:` header (055765d101)
    - No Issue - Fix incorrectly written pref name (40e01c31e4)
    - No Issue - Fixes for building with LLVM 19 included with FreeBSD 13.5. Fix a conflict with libc++ 19 and the old Mozilla (re)alloc macros. LLVM 18+ does not allow std::char_traits<unsigned char> so avoid it. https://bugzilla.mozilla.org/show_bug.cgi?id=1849070 Partial NSS upgrade to replace ByteString with a class. https://bugzilla.mozilla.org/show_bug.cgi?id=1851092 (e8b3077d4f)
    - No issue - Bump general.useragent.compatMode.version to 128.0 (facab7f0ab)
    - No Issue - Remove obsolete pref. (422ca16a8e)
    - Issue #2736 - Part 1: Provide more consistent principals to CSP. (9ad680cfc4)
    - Issue #2736 - Part 2: Pass subject principal to SetAttribute and friends. (824d0cad58)
    - Issue #2736 - Part 3: Use `TriggeringPrincipal` for image loads. (166b25a42c)
    - Issue #2736 - Part 4: Re-work img `<src>` attribute. (c8db9efb3c)
    - Issue #2736 - Part 5: Re-work img `<srcset>` attribute. (2bdb9f3d85)
    - Issue #2736 - Part 6: Re-work <script> `src` attribute. (1f638b22ec)
    - Issue #2736 - Part 7: Re-work <frame> and <iframe> `src` attribute. (2416e71cd3)
    - Issue #2736 - Part 8: Re-work <video> and <audio> `src` attribute. (b6bdce6f98)
    - Issue #2736 - Part 9: Re-work <source> `src` attribute. (b1b5062dc4)
    - Issue #2736 - Part 10: Re-work <source> `srcset` attribute. (faf4f2c23f)
    - Issue #2736 - Part 11: Re-work <input> `src` attribute. (dde21838de)
    - Issue #2736 - Part 12: Re-work style <link> `href` attribute. (60ad5b2ffd)
    - Issue #2736 - Follow-up: Fix line endings in nsGenericHTMLFrameElement.h (727acf7b3f)
    - Issue #2736 - Part 13: Override page CSP for loads by expanded principals. (9847e9f759)
    - Issue #2736 - Part 14: Make CSP-enabled available to workers. (53a6f6349d)

    No official Pale-Moon changes picked since my last build.

    No official Basilisk changes picked since my last build.

    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.

  18. On 5/12/2025 at 10:22 PM, S75 said:

    Hello guys. :hello:

    New Moon 27 is now not supported\compiled anymore? :huh:

    I don't update it almost a year on my old PC, and now go to roytam1 blog for fresh version and don't see it. Only NM28. Yes i can use nm28, but in some case nm 27 maybe little bit faster in my old pc(Pentium III-M).

    So don't any update for NM27 in future?   <_<

    as upstream moved to vc2013-unfriendly environment, no new changes can be applied to NM27 and its friends.

    incoming patches are still welcomed.

×
×
  • Create New...