Saturday, July 16, 2022

Weekly browser binaries (20220716)

New build of Serpent/UXP for XP!

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

Official UXP changes picked since my last build:
- No Issue - Insert missing typedef for SunOS. (1022f1150)
- Issue #1959 - Don't apply CSPs to explicit data documents and images. (8831656c8)
- Issue #1956 - Fix AV1 on MSVC2022 32-bit build. (b6fc7e7ae)
- Issue #1956 - Fix symbol visibility issue more elegantly. (d50a7a539)

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

No official Basilisk changes picked since my last build.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.


New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20220716-0abce9fa-uxp-cc3a2ef62-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20220716-0abce9fa-uxp-cc3a2ef62-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-20220716-id-828aab8-uxp-cc3a2ef62-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20220716-id-828aab8-ia-93af9a0-uxp-cc3a2ef62-xpmod.7z

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

for UXP changes please see above.


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 http://o.rthost.win/basilisk/basilisk55-win32-git-20220716-8eba013c7-xpmod.7z
Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20220716-8eba013c7-xpmod.7z

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

Repo changes:
- import from UXP: Issue #1959 - Don't apply CSPs to explicit data documents and images. (8831656c) (8eba013c7)


New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220716-6751370508-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220716-6751370508-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- ported from from `dev' branch of rmottola/Arctic-Fox:
 - Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff (78eb0f71)
 - Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff) (23273d6b) (cace93199f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1152046 - Don't try to connect if we are shutting down. r=mayhemer (aae69c9a8a)
 - Bug 1130444 - Add telemetry for measuring SocketTransortService cycles; r=mcmanus (d98dc06843)
 - Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus (fd89c41f6a)
 - Bug 1152048 - release assert non-reentrancy of sts lock acquisition. r=honzab DONTBUILD relanding (0e29dddb0b)
 - Bug 1152046 - Make separate thread only for PRClose. r=mcmanus r=mayhemer (ead318fbc3)
 - add two missing bits of previous patches (ee264a4f4f)
 - Bug 1169554 - Do not reconnect on shutdown. r=mayhemer (e5b4b36fd1)
 - Bug 1186152 - Implement nsIProtocolHandlerWithDynamicFlags and use it for moz-extension. r=bz (cc0a9a7b36)
 - Bug 1152048 - Send wakeup notification asynchronously to avoid reentrancy issues. r=bagder (76f9c5a7e4)
 - Bug 1186732 - Implement an about:blank page inside of moz-extension. r=billm (9c37bcd67c)
 - Bug 1186155 - Use UNIFIED_SOURCES in netwerk/protocol/res. r=billm,sr=mcmanus (2e376471a7)
 - Bug 1162657 - Turn NewChannel deprecation warnings into assertions (r=sworkman,sicking,paolo) (03bbd5871d)
 - Bug 1182515 - Clear reference to captive portal service when observing xpcom-shutdown. r=mcmanus (aeed32058d)
 - Bug 1109608 - Log.stackTrace should use human-readable task stack traces if available. r=Yoric (33ec6724b9)- fix misspatch (ca5c2d2259)
 - fix misspatch (ca5c2d2259)
 - Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl Bug 1205178 - Make GMPProvider check that GMPs are the right arch before loading. r=spohl (5ff304963b) (6751370508)


New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.4.6-Goanna-20220716.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git 20a13aae5f..6751370508:
- ported from from `dev' branch of rmottola/Arctic-Fox:
 - Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff (78eb0f71)
 - Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff) (23273d6b) (cace93199f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1152046 - Don't try to connect if we are shutting down. r=mayhemer (aae69c9a8a)
 - Bug 1130444 - Add telemetry for measuring SocketTransortService cycles; r=mcmanus (d98dc06843)
 - Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus (fd89c41f6a)
 - Bug 1152048 - release assert non-reentrancy of sts lock acquisition. r=honzab DONTBUILD relanding (0e29dddb0b)
 - Bug 1152046 - Make separate thread only for PRClose. r=mcmanus r=mayhemer (ead318fbc3)
 - add two missing bits of previous patches (ee264a4f4f)
 - Bug 1169554 - Do not reconnect on shutdown. r=mayhemer (e5b4b36fd1)
 - Bug 1186152 - Implement nsIProtocolHandlerWithDynamicFlags and use it for moz-extension. r=bz (cc0a9a7b36)
 - Bug 1152048 - Send wakeup notification asynchronously to avoid reentrancy issues. r=bagder (76f9c5a7e4)
 - Bug 1186732 - Implement an about:blank page inside of moz-extension. r=billm (9c37bcd67c)
 - Bug 1186155 - Use UNIFIED_SOURCES in netwerk/protocol/res. r=billm,sr=mcmanus (2e376471a7)
 - Bug 1162657 - Turn NewChannel deprecation warnings into assertions (r=sworkman,sicking,paolo) (03bbd5871d)
 - Bug 1182515 - Clear reference to captive portal service when observing xpcom-shutdown. r=mcmanus (aeed32058d)
 - Bug 1109608 - Log.stackTrace should use human-readable task stack traces if available. r=Yoric (33ec6724b9)- fix misspatch (ca5c2d2259)
 - fix misspatch (ca5c2d2259)
 - Bug 1169129 - reset media.{0}.trial-create on GMP install. r=spohl Bug 1205178 - Make GMPProvider check that GMPs are the right arch before loading. r=spohl (5ff304963b) (6751370508)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

No comments:

Post a Comment