Eclipse Community

Due to server slowness, downtime, and other issues, Eclipse will be moving to a more stable and efficient platform that should result in much better stability. There is no timeline for this yet, just want you to know what's happening with all the downtime and I have a plan to fix it.

Browsers release notes

Moderator: roytam1
Locked   Page 20 of 23  [ 675 posts ]
First unread post | Jump to page « 118 19 20 21 22 23 »
Author Message
roytam1
Post subject: Browsers release notes
Posted: 10 Jan 2025, 23:16
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250111-3219d2d-uxp-44f397bea2-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250111-3219d2d-uxp-44f397bea2-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-20250111-3219d2d-uxp-44f397bea2-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-20250111-d849524bd-uxp-44f397bea2-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250111-d849524bd-uxp-44f397bea2-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250111-d849524bd-uxp-44f397bea2-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250111-d849524bd-uxp-44f397bea2-xpmod.7z

Official UXP changes picked since my last build:
- [no issue] Remove duplicate FLAC MIME type define. (e448ec4c0d)
- Issue #2673 - Part 1: Minor ADTSDemuxer cleanup. (0c2130e615)
- Issue #2673 - Part 2: Add ADTS format sniffer. (e25b285ca7)
- Issue #2673 - Part 3: Fix coding style. (8f5a66b486)
- Issue #2673 - Part 2b: Improve ADTS format sniffer's performance. (8f52da3288)
- Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type. (d63a56adac)
- [network] Verify connection NPN against negotiated NPN. (024ab86be6)
- [DOM] Slightly extend lifetime of data in Structured Clone operations. (e60e1266e9)
- [DOM] Convert cleanup of FlushCurrentWord() to a ScopeExit task. (5ea8de0262)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 10 Jan 2025, 23:16
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 10 Jan 2025, 23:16
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250111-8673ef410-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250111-8673ef410-xpmod.7z

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

Repo changes:
- import from UXP: [no issue] Remove duplicate FLAC MIME type define. (e448ec4c) (5b26701e8)
- import from UXP: Issue #2673 - Part 1: Minor ADTSDemuxer cleanup. (0c2130e6) (41beb54ee)
- import from UXP: Issue #2673 - Part 2: Add ADTS format sniffer. (e25b285c) (21fdf77d6)
- import from UXP: Issue #2673 - Part 3: Fix coding style. (8f5a66b4) (2bc9250f9)
- import from UXP: Issue #2673 - Part 2b: Improve ADTS format sniffer's performance. (8f52da32) (95de7368e)
- import from UXP: Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type. (d63a56ad) (7817adba9)
- import from UXP: [network] Verify connection NPN against negotiated NPN. (024ab86b) (1da458536)
- import from UXP: [DOM] Slightly extend lifetime of data in Structured Clone operations. (e60e1266) (ac9bdf554)
- import from UXP: [DOM] Convert cleanup of FlushCurrentWord() to a ScopeExit task. (5ea8de02) (8673ef410)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 24 Jan 2025, 23:11
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250125-3219d2d-uxp-789327be17-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250125-3219d2d-uxp-789327be17-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-20250125-3219d2d-uxp-789327be17-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-20250125-d849524bd-uxp-789327be17-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250125-d849524bd-uxp-789327be17-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250125-d849524bd-uxp-789327be17-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250125-d849524bd-uxp-789327be17-xpmod.7z

Official UXP changes picked since my last build:
- [network] Don't try to use non-existing connections. (624ff30bfc)
- Issue #2676 - Don't keep AbortController alive for AbortSignal (949e3f0ac6)
- Issue #2676 - Implement AbortSignal.abort() (9fa4b6fd5d)
- Issue #2676 - Implement AbortSignal.timeout() (14c84e22a9)
- Issue #2678 - Don't use QI to canonicalize nsISupports pointers in the purple buffer. (9f4fe4275c)
- Issue #2678 - Switch DOMProxyHandler::EnsureExpandoObject to using normal wrapper preservation instead of RegisterDOMExpandoObject. (45bb4cb8b4)
- Issue #2678 - Remove the DOM proxy expando object hashtable in xpconnect. (32da3f4de4)
- Issue #2678 - Stop using EnsureExpandoObject in codegen code when we just want to preserver the wrapper for a DOM proxy. (c9c941f321)
- Issue #2678 - Remove now-unnecessary ClearExternalRefsForWrapperRelease. (0121aefb61)
- Issue #2678 - Avoid QIing for NoteXPCOMRoot. (38daeffb9b)
- Issue #2678 - Optimize inherited cycle-collectible QueryInterface() implementations for nsCycleCollectionISupports; (85aa4cb31e)
- Issue #2678 - Clean up some uses of the table-to-map segue. (33a120eb9f)
- Issue #2678 - Define a new macro for CC isupports. (5d82de9eb6)
- Issue #2678 - Use a new macro for CC isupports in some locations. (c37e68d59f)
- Issue #2678 - Default NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED to NS_ERROR_FAILURE (33140a9b1b)
- Issue #2678 - Make QIing to a few often-used CCed classes faster. (85f8f23a23)
- Issue #2678 - Remove unnecessary second QI for nsCycleCollectionISupports. (9464d0ed6d)
- Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED (139e7a7ac6)
- Issue #2681 - unprefix :-moz-modal-dialog (d9b107f32f)
- Issue #2681 - Expose `:modal` to content. (147713a6ac)
- No issue - Turn worker runnable assertion into something harmless in debug builds (41eb02d1e1)
- Issue #1765 - Follow-Up: For parsing calc() in non-hue component of hsl/a(), explicitly expect <percentage> values (2e3953399a)
- Issue #2078 - Follow-up: Don't try to resolve ancestor link elements when matching for Has*DependentStyle (77728935ef)

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

No official Basilisk changes picked since my last build.

My changes since my last build:
- Issue #2678 - addendum to rev 139e7a7a (f67e22d3f0)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 24 Jan 2025, 23:11
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 24 Jan 2025, 23:11
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250125-a94d1a733-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250125-a94d1a733-xpmod.7z

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

Repo changes:
- import from UXP: [network] Don't try to use non-existing connections. (624ff30b) (fa638329c)
- import from UXP: Issue #2676 - Don't keep AbortController alive for AbortSignal (949e3f0a) (295237469)
- import from UXP: Issue #2676 - Implement AbortSignal.abort() (9fa4b6fd) (e292cff9d)
- import from UXP: Issue #2676 - Implement AbortSignal.timeout() (14c84e22) (2ccb1cf04)
- import from UXP: Issue #2678 - Don't use QI to canonicalize nsISupports pointers in the purple buffer. (9f4fe427) (2f8f872a1)
- ported from UXP: Issue #2678 - Switch DOMProxyHandler::EnsureExpandoObject to using normal wrapper preservation instead of RegisterDOMExpandoObject. (45bb4cb8) (71fd0ba60)
- import from UXP: Issue #2678 - Remove the DOM proxy expando object hashtable in xpconnect. (32da3f4d) (c8236aa01)
- import from UXP: Issue #2678 - Stop using EnsureExpandoObject in codegen code when we just want to preserver the wrapper for a DOM proxy. (c9c941f3) (985fb0dbb)
- import from UXP: Issue #2678 - Remove now-unnecessary ClearExternalRefsForWrapperRelease. (0121aefb) (9f5ad3546)
- import from UXP: Issue #2678 - Avoid QIing for NoteXPCOMRoot. (38daeffb) (e4ff8ad59)
- import from UXP: Issue #2678 - Optimize inherited cycle-collectible QueryInterface() implementations for nsCycleCollectionISupports; (85aa4cb3) (687008863)
- import from UXP: Issue #2678 - Clean up some uses of the table-to-map segue. (33a120eb) (b118aaf0c)
- import from UXP: Issue #2678 - Define a new macro for CC isupports. (5d82de9e) (ebac6fdea)
- import from UXP: Issue #2678 - Use a new macro for CC isupports in some locations. (c37e68d5) (b1f3fb7c0)
- import from UXP: Issue #2678 - Default NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED to NS_ERROR_FAILURE (33140a9b) (8fa4681bd)
- import from UXP: Issue #2678 - Make QIing to a few often-used CCed classes faster. (85f8f23a) (b808a6054)
- import from UXP: Issue #2678 - Remove unnecessary second QI for nsCycleCollectionISupports. (9464d0ed) (ffc47a0cf)
- ported from UXP: Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED (139e7a7a) (7bc855bb7)
- import from UXP: Issue #2681 - unprefix :-moz-modal-dialog and expose `:modal` to content. (d9b107f3+147713a6) (85d2472c0)
- import from UXP: No issue - Turn worker runnable assertion into something harmless in debug builds (41eb02d1) (699ead5df)
- ported from UXP: Issue #1765 - Follow-Up: For parsing calc() in non-hue component of hsl/a(), explicitly expect <percentage> values (2e395339) (6114c9ea9)
- import from UXP: Issue #2078 - Follow-up: Don't try to resolve ancestor link elements when matching for Has*DependentStyle (77728935) (a94d1a733)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 31 Jan 2025, 23:55
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250201-3219d2d-uxp-bf90272692-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250201-3219d2d-uxp-bf90272692-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-20250201-3219d2d-uxp-bf90272692-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-20250201-d849524bd-uxp-bf90272692-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250201-d849524bd-uxp-bf90272692-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250201-d849524bd-uxp-bf90272692-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250201-d849524bd-uxp-bf90272692-xpmod.7z

Official UXP changes picked since my last build:
- Issue #2686 - Don't rely on return value of ExecutionContext::Compile when the context may forbid running scripts (0590764f1f)
- Issue #2688 - Don't apply auto min-sizing when flex max-sizing. (0849deeacf)
- Update eTLD list (PSL) (064d8757f5)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 31 Jan 2025, 23:55
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 31 Jan 2025, 23:55
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250201-762691794-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250201-762691794-xpmod.7z

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

Repo changes:
- import from UXP: Issue #2686 - Don't rely on return value of ExecutionContext::Compile when the context may forbid running scripts (0590764f) (36eaeed46)
- import from UXP: Issue #2688 - Don't apply auto min-sizing when flex max-sizing. (0849deea) (1f720079b)
- import from `custom` branch of UXP: Update eTLD list (PSL) (064d8757) (762691794)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Feb 2025, 22:53
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250208-3219d2d-uxp-f7298813f9-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250208-3219d2d-uxp-f7298813f9-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-20250208-3219d2d-uxp-f7298813f9-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-20250208-d849524bd-uxp-f7298813f9-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250208-d849524bd-uxp-f7298813f9-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250208-d849524bd-uxp-f7298813f9-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250208-d849524bd-uxp-f7298813f9-xpmod.7z

Official UXP changes picked since my last build:
- Issue #2557 - Remove URL Constructor(DOMString url, URL base). (511449e134)
- No Issue - Silence unhelpful -Qspectre warnings. (a22bb7d1d0)
- Bump default Firefox compatversion to 115.0 (d377b3ae17)
- [DOM] Reset mCompileResult in txMozillaXSLTProcessor::ImportStylesheet. (9d8a3f0848)
- [NSS] Simplify error handling in get_token_objects_for_cache. (ecb18ddf57)
- [NSS] Ensure zero-initialization of collectArgs.cert (dcb76fe0f7)
- [js] Null-check inputs for String and BigInt (7163430d1a)
- Issue #2690 - Add AES-KW purposed keys to list of allowable keys to unwrap. (4da1b56b6a)
- Issue #2690 - Replace SyntaxError with TypeError for derive_bits_keys. (7039b5a95d)
- Issue #2690 - Throw a NotSupportedError in case of unknown algorithm name. (263bf279a7)
- Issue #2690 - Convert error from non-existing convenience function. (3d7a95ab44)
- Issue #2690 - Allow 0-length keys/empty passwords for PBKDF2. (e1e7a0c5bc)
- Issue #2690 - Remove additional incorrect syntax error result values. (5141227896)

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:
- js: check `bi` before using it in JSStructuredCloneWriter::writeBigInt() (de916190fd)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Feb 2025, 22:53
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Feb 2025, 22:53
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250208-30981faa9-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250208-30981faa9-xpmod.7z

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

Repo changes:
- import from UXP: Issue #2557 - Remove URL Constructor(DOMString url, URL base). (511449e1) (152dc8b57)
- ported from UXP: Bump default Firefox compatversion to 115.0 (d377b3ae) (3fac0584b)
- import from UXP: [DOM] Reset mCompileResult in txMozillaXSLTProcessor::ImportStylesheet. (9d8a3f08) (b09c872c5)
- import from UXP: [NSS] Simplify error handling in get_token_objects_for_cache. (ecb18ddf) (6753bc9f5)
- import from UXP: [NSS] Ensure zero-initialization of collectArgs.cert (dcb76fe0) (d645d6d4e)
- import from UXP: [js] Null-check inputs for String and BigInt (7163430d) (31108aeba)
- import from UXP: Issue #2690 - Add AES-KW purposed keys to list of allowable keys to unwrap. (4da1b56b) (252024540)
- ported from UXP: Issue #2690 - Replace SyntaxError with TypeError for derive_bits_keys. (7039b5a9) (f2df36a31)
- import from UXP: Issue #2690 - Throw a NotSupportedError in case of unknown algorithm name. (263bf279) (c87a7b3e8)
- ported from UXP: Issue #2690 - Allow 0-length keys/empty passwords for PBKDF2. (e1e7a0c5) (0226a7f4e)
- import from UXP: Issue #2690 - Remove additional incorrect syntax error result values. (51412278) (3b694a27d)
- import from UXP: No Issue - Silence unhelpful -Qspectre warnings. (a22bb7d1) (30981faa9)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Feb 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250215-3219d2d-uxp-0a18b05efd-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250215-3219d2d-uxp-0a18b05efd-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-20250215-3219d2d-uxp-0a18b05efd-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-20250215-d849524bd-uxp-0a18b05efd-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250215-d849524bd-uxp-0a18b05efd-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250215-d849524bd-uxp-0a18b05efd-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250215-d849524bd-uxp-0a18b05efd-xpmod.7z

No official UXP changes picked since my last build.

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:
- dom/security: respect `security.csp.reporting.enabled` in other places (f59ffe2826)
- pref: disable security.csp.reporting.enabled (ebca3ddb1d)
- import from mozilla: Bug 1350925 part 1 - Reset the scrolled frame's ReflowOutput overflow areas before re-using it for another child reflow. r=dholbert a=gchang (8c70d11ecd1) (7f4a92ec55)
- import from mozilla: Bug 1350925 part 2 - Assert that we're given clean ReflowOutput overflow areas in ReflowChild. rs=dholbert a=gchang (5763b4d39e4) (d7396f6886)
- nss: update nssckbi to 2.74 (0a18b05efd)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Feb 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

suite changes:
- Made "Manage Cookie Permissions" menu item translatable (6b9a305)
- Added label for "Manage Cookie Permissions" menu item to DTD (cb0e40d)
- Update navigatorOverlay.xul (86ed75e)
- Merge pull request #1 from zanud/winbuild (67502f3)
- Properly fill internal object when creating a context menu for XUL elements (1bee959)
- Merge pull request #3 from zanud/winbuild (5655636)
- Remove doublequotes from search string (33324ad)
- Make Internet search via browser's "Search for..." context menu item more precise (76ab9a8)
- Make Internet search via email agent's "Search for..." context menu item more precise (0538077)
- Merge branch 'roytam1:winbuild' into winbuild (379b0ae)
- Merge pull request #4 from zanud/winbuild (3b0f4f5)

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Feb 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250215-03bc0ba60-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250215-03bc0ba60-xpmod.7z

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

Repo changes:
- nss: update nssckbi to 2.74 (584dfd803)
- import from mozilla: Bug 1350925 part 1 - Reset the scrolled frame's ReflowOutput overflow areas before re-using it for another child reflow. r=dholbert a=gchang (8c70d11ecd1) (f1f7b5b86)
- import from mozilla: Bug 1350925 part 2 - Assert that we're given clean ReflowOutput overflow areas in ReflowChild. rs=dholbert a=gchang (5763b4d39e4) (1cd5e2c49)
- import from `custom` branch of UXP: dom/security: respect `security.csp.reporting.enabled` in other places (f59ffe28) (5a818a097)
- import from `custom` branch of UXP: pref: disable security.csp.reporting.enabled (ebca3ddb) (03bc0ba60)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 21 Feb 2025, 23:21
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250222-3219d2d-uxp-e43876ec84-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-20250222-3219d2d-uxp-e43876ec84-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-20250222-d849524bd-uxp-e43876ec84-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250222-d849524bd-uxp-e43876ec84-xpmod.7z

Official UXP changes picked since my last build:
- No issue - avoid potential underflow in StructuredClone. (3bac3ab0b5)
- [DOM] Honor security.csp.reporting.enabled pref in more places. (c41c1c63d5)
- Issue #2693 - Disable CSP reporting by default in the platform. (8b41e53028)
- Issue #2693 - Don't reflow children if they have 0 width. (cb233feea0)
- Revert "Issue #2693 - Don't reflow children if they have 0 width." (2da039daac)
- Issue #2694 - Improve nested grid layout performance by caching. (25570dc572)
- [layout] Always reserve 64 bits for frame property value (cc8e336172)

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:
- dom/security: remove terse static assert from upstream changes (0d63037e56)
- Revert "Issue #2693 - Don't reflow children if they have 0 width." (594a360cbf)
- import from mozilla: Bug 1591366 - Always reserve 64 bits for frame property value r=dholbert (19499821190) (97534886ae)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 21 Feb 2025, 23:21
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 21 Feb 2025, 23:21
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250222-503e6dcc0-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250222-503e6dcc0-xpmod.7z

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

Repo changes:
- import from UXP: No issue - avoid potential underflow in StructuredClone. (3bac3ab0) (dcd1a2b0f)
- ported from UXP: [DOM] Honor security.csp.reporting.enabled pref in more places. (c41c1c63) (5228862b2)
- import from UXP: Issue #2693 - Don't reflow children if they have 0 width. (cb233fee) (1a08ed339)
- Revert "import from UXP: Issue #2693 - Don't reflow children if they have 0 width. (cb233fee)" (eb5db3d48)
- import from UXP: Issue #2694 - Improve nested grid layout performance by caching. (25570dc5) (3b5354577)
- import from UXP: [layout] Always reserve 64 bits for frame property value (cc8e3361) (503e6dcc0)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Mar 2025, 23:07
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250308-3219d2d-uxp-8a35744175-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250308-3219d2d-uxp-8a35744175-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-20250308-3219d2d-uxp-8a35744175-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-20250308-d849524bd-uxp-8a35744175-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250308-d849524bd-uxp-8a35744175-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250308-d849524bd-uxp-8a35744175-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250308-d849524bd-uxp-8a35744175-xpmod.7z

Official UXP changes picked since my last build:
- PR #2695 - Simplify block-value popping in Ion compilation (37dcef684a)
- No Issue - NULL crash fix in nsExternalResourceMap::PendingLoad::OnDataAvailable (afefd0731b)
- Disable potentially unsafe attempts at recovering JIT operations. (43a2299480)
- No issue - Update Twemoji font to unicode 15.1.3 (28524bf6b5)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Mar 2025, 23:08
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 07 Mar 2025, 23:08
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250308-4e9793268-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250308-4e9793268-xpmod.7z

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

Repo changes:
- import from UXP: [js] Disable potentially unsafe attempts at recovering JIT operations. (43a2299) (b8ac89057)
- import from UXP: No issue - Update Twemoji font to unicode 15.1.3 (28524bf6) (4e9793268)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Mar 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

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

Official UXP changes picked since my last build:
- No issue - fix some minor link issues in about:rights (8535573f07)
- No Issue - Make nsCSPService cancel the channel if a redirect is blocked by CSP (a2c6127832)
- Explicitly use javascript: instead of URI_INHERITS_SECURITY_CONTEXT within subjectToCSP() (#2696) (c318657acd)
- Issue #2692 - Part 1: Split out JS CompileOptions to its own header. (9436bfa175)
- Issue #2692 - Part 2: Split out JS SourceBufferHolder to its own header. (565fb4b05a)
- Issue #2692 - Part 3: Split out JS compiled script transcoding to its own header. (eca185aa79)
- Issue #2692 - Part 4: Split out off-thread compilation API to its own header. (307621db50)
- Issue #2692 - Part 5: Split out compilation and evaluation APIs into its own header. (40ed1b10f4)
- Issue #2692 - Part 6: Don't #include js/SourceBufferHolder.h in jsapi.h. (2e4620b5af)
- Issue #2692 - Part 7: De-globalize {*}CompileOptions. (5fd304507d)
- No Issue - Stop warning if a network request failed. (d9c27beb51)
- Issue #2697 - Part 1: Import libjxl 0.11.1 files to the tree. (845db2526f)
- Issue #2697 - Part 2: Update libjxl build files. (1152a6f41d)
- Issue #2697 - Part 3: Disable JXL_DEC_BOX informative events. (26bbf20c1d)
- Issue #2697 - Part 4: Update README and remove upstream merged patch. (6fc884334f)

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

No official Basilisk changes picked since my last build.

My changes since my last build:
- libjxl: exclude terse static assert from building (f428ae64da)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Mar 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 14 Mar 2025, 23:12
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250315-623d34797-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250315-623d34797-xpmod.7z

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

Repo changes:
- ported from UXP: No issue - fix some minor link issues in about:rights (8535573f) (e3671fca4)
- import from UXP: No Issue - Make nsCSPService cancel the channel if a redirect is blocked by CSP (a2c61278) (c7508db43)
- js: remove forEachStatementOption (a959769cf)
- import from UXP: Issue #2692 - Part 1: Split out JS CompileOptions to its own header. (9436bfa1) (02c52cd66)
- ported from UXP: Issue #2692 - Part 2: Split out JS SourceBufferHolder to its own header. (565fb4b0) (6eb265981)
- import from UXP: Issue #2692 - Part 3: Split out JS compiled script transcoding to its own header. (eca185aa) (7bb4bf963)
- ported from UXP: Issue #2692 - Part 4: Split out off-thread compilation API to its own header. (307621db) (206a81c51)
- import from UXP: Issue #2692 - Part 5: Split out compilation and evaluation APIs into its own header. (40ed1b10) (9e41abaf6)
- ported from UXP: Issue #2692 - Part 6: Don't #include js/SourceBufferHolder.h in jsapi.h. (2e4620b5) (654dda938)
- import from UXP: Issue #2692 - Part 7: De-globalize {*}CompileOptions. (5fd30450) (3a27e3fdd)
- import from UXP: Issue #2697 - Part 1: Import libjxl 0.11.1 files to the tree. (845db252) (3929d8553)
- import from UXP: Issue #2697 - Part 2: Update libjxl build files. (1152a6f4) (c726d8736)
- import from UXP: Issue #2697 - Part 3: Disable JXL_DEC_BOX informative events. (26bbf20c) (39eef83aa)
- import from UXP: Issue #2697 - Part 4: Update README and remove upstream merged patch. (6fc88433) (2cab0774a)
- import from `custom` branch of UXP: libjxl: exclude terse static assert from building (f428ae64) (623d34797)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 28 Mar 2025, 22:56
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

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

Official UXP changes picked since my last build:
- No issue - Fix some deprot (6449b7514b)
- Issue #2711 - Apply pattern transforms when using text-rendering on canvas. (6411abd43c)
- Issue #2703 - Part 1: micro-optimize purging expired preflight cache entries. (d678f508de)
- Issue #2703 - Part 2: Don't repeatedly construct comparators when checking cache entries. (7854198085)
- Issue #2703 - Part 3: Make cache entry request checking more readable. (fdfe81fe54)
- Issue #2703 - Part 4: Fix incorrect clang warning in nsCORSListenerProxy. (8f2f4d8d3d)
- Issue #2713 - Check for NaN before std::min/max() in DOMQuad and DOMRect. (f1c456c625)
- No issue - Add range checking to SharedArrayBuffer references. (788cc4acb2)
- No issue - Fix incorrect js message ref in js shell. (c31cda6c74)
- Issue #2692 - Follow-Up: fix compilation in debug (7d3dc5a2f2)
- Issue #2715 - Compute Channel Binding Hashes using the certificate signature's hash algorithm as per spec (46fadb2d2b)

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

No official Basilisk changes picked since my last build.

My changes since my last build:
- [Pale-Moon] bump general.useragent.app_version to 33.6.1 (71872cf0be)
- ported from mozilla: Add UnorderedRemoveElement{s}At to nsTArray, r=froydnj (3fa9e61e7e)
- js: use MOZ_MUST_USE instead of C++17 keyword (79614a4216)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 28 Mar 2025, 22:56
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 28 Mar 2025, 22:56
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250329-fda70b1ae-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250329-fda70b1ae-xpmod.7z

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

Repo changes:
- import from `custom` branch of UXP: ported from mozilla: Add UnorderedRemoveElement{s}At to nsTArray, r=froydnj (3fa9e61e) (3da5d9cf8)
- ported from UXP: No issue - Fix some deprot (6449b751) (a846f6739)
- import from UXP: Issue #2711 - Apply pattern transforms when using text-rendering on canvas. (6411abd4) (eaa517905)
- import from UXP: Issue #2703 - Part 1: micro-optimize purging expired preflight cache entries. (d678f508) (703319d69)
- import from UXP: Issue #2703 - Part 2: Don't repeatedly construct comparators when checking cache entries. (78541980) (45bd57291)
- import from UXP: Issue #2703 - Part 3: Make cache entry request checking more readable. (fdfe81fe) (46bb59337)
- import from UXP: Issue #2703 - Part 4: Fix incorrect clang warning in nsCORSListenerProxy. (8f2f4d8d) (b5188f9a4)
- ported from UXP: Issue #2713 - Check for NaN before std::min/max() in DOMQuad and DOMRect. (f1c456c6) (8ca5b56e3)
- sync UXP changes: No issue - Add range checking to SharedArrayBuffer references. (788cc4ac) (1dc9aa75a)
- import from UXP: Issue #2692 - Follow-Up: fix compilation in debug (7d3dc5a2) (50c98682f)
- auth: SSPI: remove Telemetry (ccc66f744)
- import from UXP: Issue #2715 - Compute Channel Binding Hashes using the certificate signature's hash algorithm as per spec (46fadb2d) (fda70b1ae)


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 04 Apr 2025, 23:52
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of Serpent/UXP for XP!

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

Official UXP changes picked since my last build:
- Issue #2720 - Implement two-location color stop logic. (80b30a8177)
- Issue #2703 - Part 0: Add UnorderedRemoveElement{s}At to nsTArray (9490504bf9)
- No issue - Update SQLite lib to 3.49.1 and require it as syslib. (cc29855b66)
- [DOM] Check state before compiling/transforming. (0113b2715d)
- [widget] Extend the use of FOS_NODEREFERENCELINKS on Windows. (1283a5f874)

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.


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 04 Apr 2025, 23:52
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
New build of BOC/UXP for XP!

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

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


Top
Profile
roytam1
Post subject: Browsers release notes
Posted: 04 Apr 2025, 23:52
Local Moderator
Offline
 
Posts: 746
Joined: 28 Jan 2021, 14:42
 
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-20250405-d232cdc7d-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250405-d232cdc7d-xpmod.7z

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

Repo changes:
- import from UXP: Issue #2720 - Implement two-location color stop logic. (80b30a81) (0699e7cac)
- import from UXP: No issue - Update SQLite lib to 3.49.1 and require it as syslib. (cc29855b) (6a9f40051)
- import from UXP: [DOM] Check state before compiling/transforming. (0113b271) (604e3f4a2)
- import from UXP: [widget] Extend the use of FOS_NODEREFERENCELINKS on Windows. (1283a5f8) (d232cdc7d)


Top
Profile
Display: Sort by: Direction:
Locked   Page 20 of 23  [ 675 posts ]
Return to “RT1 Browser Platform” | Jump to page « 118 19 20 21 22 23 »
Jump to:

Who is online

Users browsing this forum: Bing [Bot] and 1 guest