Jump to content

roytam1

Member
  • Posts

    3,618
  • Joined

  • Last visited

  • Days Won

    415
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything 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-20241221-405f94084-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241221-405f94084-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: No Issue - Make nsCocoaWindow hold a death grip on its native window until its destructor. https://bugzilla.mozilla.org/show_bug.cgi?id=1880582 (1554c778) (0af3b75a5) - import from UXP: No Issue - Fixes assembling with binutil as >= 2.41. https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb Same code exists in libav so applying the same patch there as well. (a29afdfa) (100372a03) - import from UXP: No issue - Cloned <audio>/<video> elements should respect muted attribute. (1bdfca39) (49dc9b76e) - import from UXP: No issue - Follow-up: fix compilation (d9dbae4a) (26e2e11de) - import from UXP: Issue #1787 - Follow-up: remove no longer used AppClearDataObserver. (334de9ff) (405f94084)
  2. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241221-7bda12e7-uxp-990b92ae63-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241221-7bda12e7-uxp-990b92ae63-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-20241221-id-656ea98-uxp-990b92ae63-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241221-id-656ea98-ia-93af9a0-uxp-990b92ae63-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-20241221-3219d2d-uxp-990b92ae63-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241221-3219d2d-uxp-990b92ae63-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-20241221-3219d2d-uxp-990b92ae63-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-20241221-d849524bd-uxp-990b92ae63-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241221-d849524bd-uxp-990b92ae63-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241221-d849524bd-uxp-990b92ae63-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241221-d849524bd-uxp-990b92ae63-xpmod.7z Official UXP changes picked since my last build: - No Issue - Make nsCocoaWindow hold a death grip on its native window until its destructor. https://bugzilla.mozilla.org/show_bug.cgi?id=1880582 (1554c778f4) - No Issue - Fixes assembling with binutil as >= 2.41. https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb Same code exists in libav so applying the same patch there as well. (a29afdfafe) - No issue - Cloned <audio>/<video> elements should respect muted attribute. (1bdfca3920) - No issue - Follow-up: fix compilation (d9dbae4aa9) - Issue #1787 - Follow-up: remove no longer used AppClearDataObserver. (334de9ffcc) 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.
  4. you don't even pay me why you order me to do the work?
  5. yeah, once I can get a proper time slot doing so.
  6. still working with $DAYJOB, and for builds because there is lack of upstream changes. BTW I do plan for an update to my legacy browsers addressing some NSS related bugfixes and cert updates, but no ETA at the moment.
  7. it turns out that CMR's GDIPlus.dll comes from GDI_PLUS.EXE package, and OpenGL32.dll comes from OPENGL95.EXE package.
  8. I helped CrystalMark Retro to work in older versions of Windows, and found that GDIPlus.dll (version "5.1.3102.1360 (xpsp2.040109-1800)") and OpenGL32.dll (version 4.0.1379.1) doesn't work in NT 3.51, GDIPlus.dll got a crash when it tries to call non-existent "InterlockedCompareExchange" call, and its OpenGL32.dll has a version check. the patch for GDIPlus.dll is available here: https://gist.github.com/roytam1/ffc97892dbe94d9db3016f078628e9c5 and the patch for OpenGL32.dll is available here: https://gist.github.com/roytam1/4696c63150aeb104b7baa65b8e64018f save the content as text file (with CRLF line ending) and use patcherfcb to patch (binary and source both included): http://o.rthost.win/gpc/files1.rt/patcherfcb.zip of course these patches just able to make it "work", and there is a bug on GDIPlus' DrawImage on scaled size (I got no idea where the fault is).
  9. 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-20241130-92d71e3d9-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241130-92d71e3d9-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: [js] Avoid potential crash if GC cell is no longer valid. (6c6ab6de) (9175eb7ab) - ported from `custom` branch of UXP: [network] Update effective TLD names list from esr128. (09173500f) - ported from `custom` branch of UXP: Issue #2255 - Follow-up: Check if we actually have a non-null global object. (24f3a981) (0b755afb3) - import from UXP: [XPCOM] Warn about .library-ms files on Windows (treat as executable) (857990d1) (0bf186820) - import from UXP: [NSS] Bug 1899402 - Correctly destroy bulkkey in error scenario. r=jschanck (e8252090) (d7feb3867) - import from `custom` branch of UXP: nss: update nssckbi to 2.72 (e26468c8) (92d71e3d9)
  10. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241130-7bda12e7-uxp-e26468c8a2-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241130-7bda12e7-uxp-e26468c8a2-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-20241130-id-656ea98-uxp-e26468c8a2-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241130-id-656ea98-ia-93af9a0-uxp-e26468c8a2-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  11. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241130-3219d2d-uxp-e26468c8a2-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241130-3219d2d-uxp-e26468c8a2-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-20241130-3219d2d-uxp-e26468c8a2-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-20241130-d849524bd-uxp-e26468c8a2-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241130-d849524bd-uxp-e26468c8a2-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241130-d849524bd-uxp-e26468c8a2-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241130-d849524bd-uxp-e26468c8a2-xpmod.7z Official UXP changes picked since my last build: - [js] Avoid potential crash if GC cell is no longer valid. (6c6ab6de1a) - [network] Update effective TLD names list. (01624751a1) - Issue #2255 - Follow-up: Check if we actually have a non-null global object. (24f3a981b6) - [XPCOM] Warn about .library-ms files on Windows (treat as executable) (857990d172) - [NSS] Bug 1899402 - Correctly destroy bulkkey in error scenario. r=jschanck (e825209039) 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 nssckbi to 2.72 (e26468c8a2) 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.
  12. 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-20241123-cc7a8b1b6-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241123-cc7a8b1b6-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: No Issue - stop spewing useless xfo < CSP warning in non-debug builds (1f038cd0) (1c3260b2e) - import from UXP: Issue #2652 - Part 1: Add a way to programmatically clear the DNS cache. (f5ef3275) (7ca9f8abd) - import from UXP: Issue #2652 - Part2: Add "Clear DNS cache" button to about:networking (60e671e9) (64423f976) - import from UXP: No issue - Stop WebGL context forcing spew in non-debug builds. (a6c54d07) (0f38ddc41) - dom: fix deprots in dom/html (b74870c6b) - ported from UXP: Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. (7b6e3a2d) (e019ce41d) - ported from UXP: Issue #2653 - Part 3: Remove support for packaged apps from asmjscache (7f086f21) (18ed369cf) - ported from UXP: Issue #2653 - Part 4: Remove isApp from quota manager and its clients (53cab0f8) (5aef13ec5) - import from UXP: Issue #2653 - Part 5: Simplify and clean up some quota code (04b285b8) (e2104a430) - ported from UXP: ssue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. (cc7a8b1b6)
  13. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241123-7bda12e7-uxp-5a5577c829-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241123-7bda12e7-uxp-5a5577c829-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-20241123-id-656ea98-uxp-5a5577c829-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241123-id-656ea98-ia-93af9a0-uxp-5a5577c829-xpmod.7z Repo changes: - [mail] remove AppsService related files in package manifest (99d496e) Suite repo changes: - [installer] remove AppsService related files in package manifest (b9140af) source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  14. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241123-3219d2d-uxp-5a5577c829-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241123-3219d2d-uxp-5a5577c829-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-20241123-3219d2d-uxp-5a5577c829-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-20241123-d849524bd-uxp-5a5577c829-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241123-d849524bd-uxp-5a5577c829-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241123-d849524bd-uxp-5a5577c829-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241123-d849524bd-uxp-5a5577c829-xpmod.7z Official UXP changes picked since my last build: - No Issue - stop spewing useless xfo < CSP warning in non-debug builds (1f038cd026) - Issue #2652 - Part 1: Add a way to programmatically clear the DNS cache. (f5ef327563) - Issue #2652 - Part2: Add "Clear DNS cache" button to about:networking (60e671e956) - No issue - Stop WebGL context forcing spew in non-debug builds. (a6c54d0736) - Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. (7b6e3a2d4a) - Issue #2653 - Part 2: Update tests (0e6fa95840) - Issue #2653 - Part 3: Remove support for packaged apps from asmjscache (7f086f216c) - Issue #2653 - Part 4: Remove isApp from quota manager and its clients (53cab0f8ce) - Issue #2653 - Part 5: Simplify and clean up some quota code (04b285b848) - Issue #2654 - Remove pre-allocated process manager. (75d698133f) - Issue #2657 - Remove -moz-samplesize resize-decoding for low-vram mobiles (ef5f052d97) - Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. (ff89fee91d) 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: - [Basilisk] comment out AppsService related files in package manifest, fix `mach package` (5a5577c829) 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.
  15. retrozilla and other legacy browsers are not always being built even if there is new commit(s).
  16. see https://forum.palemoon.org/viewtopic.php?f=70&t=30847
  17. 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-20241116-49ae958fb-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241116-49ae958fb-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2305 Part 1: Add support for hasIndices to RegExpFlags (/d) (47ef1701) (d6bf9dfce) - import from UXP: Issue #2305 Part 2: Support .indices in match result template objects (845d36d5) (3e5fca5ad) - import from UXP: Issue #2305 Part 3a: Pass ResultTemplateKind through CreateRegExpMatchResult (2d8696c4) (f6e8c84b7) - import from UXP: Issue #2305 Part 3b: Create .indices and .indices.groups (6dbe2de6) (dd1d93cf8) - import from UXP: Issue #2305 Part 3c: Merge repeated loops over MatchPairs (a382c2aa) (ceb33f611) - import from UXP: Issue #2305 Part 4: Check for failure when getting RegExp match result template (1878228d) (49ae958fb)
  18. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241116-7bda12e7-uxp-6db7856f7f-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241116-7bda12e7-uxp-6db7856f7f-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-20241116-id-656ea98-uxp-6db7856f7f-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241116-id-656ea98-ia-93af9a0-uxp-6db7856f7f-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  19. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241116-3219d2d-uxp-6db7856f7f-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241116-3219d2d-uxp-6db7856f7f-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-20241116-3219d2d-uxp-6db7856f7f-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-20241116-d849524bd-uxp-6db7856f7f-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241116-d849524bd-uxp-6db7856f7f-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241116-d849524bd-uxp-6db7856f7f-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241116-d849524bd-uxp-6db7856f7f-xpmod.7z Official UXP changes picked since my last build: - Issue #2305 Part 1: Add support for hasIndices to RegExpFlags (/d) (47ef1701b3) - Issue #2305 Part 2: Support .indices in match result template objects (845d36d582) - Issue #2305 Part 3a: Pass ResultTemplateKind through CreateRegExpMatchResult (2d8696c4fe) - Issue #2305 Part 3b: Create .indices and .indices.groups (6dbe2de6db) - Issue #2305 Part 3c: Merge repeated loops over MatchPairs (a382c2aa66) - Issue #2305 Part 4: Check for failure when getting RegExp match result template (1878228db7) 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.
  20. Getting "Template forums/front/topics/topic is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme." and can't see any forum thread.
  21. 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-20241102-df498d40f-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20241102-df498d40f-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2646 - Parse "variations" keywords. (8d536c0c) (d3002349e) - import from UXP: Issue #2648 - Apply CSP to documents sent through multipart/x-mixed-replace (6fe326c7) (fa67c714e) - import from UXP: Issue #2648 - Inherit the content disposition of the multipart response (5c0c0c02) (31da70f0e) - import from UXP: Bug 1920800 - Remove oldImages from check for flushed old principal handle (9ba1057e) (df498d40f)
  22. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20241102-7bda12e7-uxp-4397f384a7-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20241102-7bda12e7-uxp-4397f384a7-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-20241102-id-656ea98-uxp-4397f384a7-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20241102-id-656ea98-ia-93af9a0-uxp-4397f384a7-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild
  23. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20241102-3219d2d-uxp-4397f384a7-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20241102-3219d2d-uxp-4397f384a7-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-20241102-3219d2d-uxp-4397f384a7-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-20241102-d849524bd-uxp-4397f384a7-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241102-d849524bd-uxp-4397f384a7-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20241102-d849524bd-uxp-4397f384a7-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20241102-d849524bd-uxp-4397f384a7-xpmod.7z Official UXP changes picked since my last build: - Revert "Issue #2645 - Fix type confusion for `ResumeKind`" (8bbcb50b62) - Issue #2646 - Parse "variations" keywords. (8d536c0cc7) - Issue #2648 - Apply CSP to documents sent through multipart/x-mixed-replace (6fe326c7bb) - Issue #2648 - Inherit the content disposition of the multipart response (5c0c0c02d9) - Bug 1920800 - Remove oldImages from check for flushed old principal handle (9ba1057e54) 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.
  24. change twitter.com to x.com
×
×
  • Create New...