Saturday, October 23, 2021

Weekly browser binaries (20211023)

New NewMoon 27 Build!

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

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211023-06f122f42-xpmod.7z

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

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - fix assertion (528f0d0b2)
 - fix assertion (8ca4607ca)
 - fix broken assertions (8c64c1865)
 - fix debug code (6e37f6aa7)
 - remove broken assertion (090f9987d)
 - fix assertion according to bug Bug 1328251 (b3835e0c5)
 - fix debug code (f7a2841e6)
 - Bug 1226241 - Use a #define instead of a magic number for self-hosted function name accesses. r=jandem (01e2ec474)
 -  Bug 1235656 - Part 1: Set canonical name in self-hosted builtins. r=till (43cbd7cb9)
 - Bug 912701 - When removing Unicode extension sequences from a locale, ignore similar syntax that might be found in a privateuse component. r=abargull (1524a8b48)
 - remove broken assert (a93490758)
 - remove broken assert (0ddc7e143)
 - fix missing bracket (c4f524729)
 - Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug (0804d24cf) (27926d796)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1176004 - Make jstest's unix task runner a generator; r=sfink (03def3308)
 - Bug 1175708 - Followup to fix windows jstests.py bustage on a CLOSED TREE; r=meow (b291f8cd0)
 - Bug 1175636 - Do not spawn a watchdog for each test on Windows; r=sfink (c87370ba8)
 - Bug 1141283 - Compensate for stackwalk duration and sleep overhead when determining sampler sleep time. r=BenWa (cf155667f)
 - Bug 1172186 - Make the profiler build standalone. r=mstange (324ec7283)
 - Bug 1176028 - Use the jstest's task generator directly; r=sfink (6dac9eb7a)
 - Bug 1176064 - Do processing of the jstest's skiplist inline; r=sfink (af6dd9d06)
 - Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me (b29da4afe)
 - Bug 1182092 - Try harder to filter out template shapes with indexed properties when making unboxed objects, r=jandem. (2540ff768)
 - Bug 1180299 - Implement ScopeExit for running actions at the end of a scope, r=Waldo (dd40bb356)
 - Bug 1180536 - Use mozilla::ScopeExit to clean up Debugger::addDebugge#eGlobal's consistency on failure; r=sfink (3bec89179)
 - Bug 1170216 - When using the slow-and-standard path in js::SetIntegrityLevel, don't manually call setNonwritableArrayLength afterwards. r=Waldo. (563a26f28)
 - Bug 1171036 - Change GetLengthProperty slow path to use ToLengthClamped instead of ToUint32. r=Waldo. (c0431c393)
 - Bug 1170307 - Inline the common path of NonNullObject; use it instead of ReportObjectRequired in the Debugger. r=shu. (ff70c4e1c)
 - Bug 1167883 - Avoid huge stack frames and stack overflow issues with MSVC PGO builds. r=nbp (a02cdc599)
 - Bug 1181063 - Use mozilla::IsNaN and mozilla::IsInfinite in Simulator-vixl.cpp. r=Waldo, r=sstangl (552a22923)
 - Bug 1181152 - Make Trampoline-mips.cpp compile with clang. r=rankov (d3308f445)
 - Bug 1181581 - Fix some typos in comments. r=jandem (79c5de477)
 - Bug 1175714 - Watch for baseline frame values with nursery types during OSR, r=jandem. (765346890) (06f122f42)


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

Changelog:

Out-of-tree changes:
* update Goanna3 to git f355dbe3d...06f122f42:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - fix assertion (528f0d0b2)
 - fix assertion (8ca4607ca)
 - fix broken assertions (8c64c1865)
 - fix debug code (6e37f6aa7)
 - remove broken assertion (090f9987d)
 - fix assertion according to bug Bug 1328251 (b3835e0c5)
 - fix debug code (f7a2841e6)
 - Bug 1226241 - Use a #define instead of a magic number for self-hosted function name accesses. r=jandem (01e2ec474)
 -  Bug 1235656 - Part 1: Set canonical name in self-hosted builtins. r=till (43cbd7cb9)
 - Bug 912701 - When removing Unicode extension sequences from a locale, ignore similar syntax that might be found in a privateuse component. r=abargull (1524a8b48)
 - remove broken assert (a93490758)
 - remove broken assert (0ddc7e143)
 - fix missing bracket (c4f524729)
 - Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug (0804d24cf) (27926d796)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1176004 - Make jstest's unix task runner a generator; r=sfink (03def3308)
 - Bug 1175708 - Followup to fix windows jstests.py bustage on a CLOSED TREE; r=meow (b291f8cd0)
 - Bug 1175636 - Do not spawn a watchdog for each test on Windows; r=sfink (c87370ba8)
 - Bug 1141283 - Compensate for stackwalk duration and sleep overhead when determining sampler sleep time. r=BenWa (cf155667f)
 - Bug 1172186 - Make the profiler build standalone. r=mstange (324ec7283)
 - Bug 1176028 - Use the jstest's task generator directly; r=sfink (6dac9eb7a)
 - Bug 1176064 - Do processing of the jstest's skiplist inline; r=sfink (af6dd9d06)
 - Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me (b29da4afe)
 - Bug 1182092 - Try harder to filter out template shapes with indexed properties when making unboxed objects, r=jandem. (2540ff768)
 - Bug 1180299 - Implement ScopeExit for running actions at the end of a scope, r=Waldo (dd40bb356)
 - Bug 1180536 - Use mozilla::ScopeExit to clean up Debugger::addDebugge#eGlobal's consistency on failure; r=sfink (3bec89179)
 - Bug 1170216 - When using the slow-and-standard path in js::SetIntegrityLevel, don't manually call setNonwritableArrayLength afterwards. r=Waldo. (563a26f28)
 - Bug 1171036 - Change GetLengthProperty slow path to use ToLengthClamped instead of ToUint32. r=Waldo. (c0431c393)
 - Bug 1170307 - Inline the common path of NonNullObject; use it instead of ReportObjectRequired in the Debugger. r=shu. (ff70c4e1c)
 - Bug 1167883 - Avoid huge stack frames and stack overflow issues with MSVC PGO builds. r=nbp (a02cdc599)
 - Bug 1181063 - Use mozilla::IsNaN and mozilla::IsInfinite in Simulator-vixl.cpp. r=Waldo, r=sstangl (552a22923)
 - Bug 1181152 - Make Trampoline-mips.cpp compile with clang. r=rankov (d3308f445)
 - Bug 1181581 - Fix some typos in comments. r=jandem (79c5de477)
 - Bug 1175714 - Watch for baseline frame values with nursery types during OSR, r=jandem. (765346890) (06f122f42)

* 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