Saturday, November 2, 2019

Weekly browser binaries (20191102)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191102-ff881bdb6-xpmod.7z
Win64 https://o.rths.ml/basilisk/basilisk52-g4.4.win64-git-20191102-ff881bdb6-xpmod.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom

NM28XP build:
Win32 https://o.rths.ml/palemoon/palemoon-28.8.0a1.win32-git-20191102-ff881bdb6-xpmod.7z
Win64 https://o.rths.ml/palemoon/palemoon-28.8.0a1.win64-git-20191102-ff881bdb6-xpmod.7z

Official repo changes since my last build:
- Issue #1257 - Part1: Remove watch class-hook and proxy trap. (c59c9682d)
- Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class. (44a077980)
- Issue #1257 - Part 3: Remove/update tests. (24027f0df)
- #1261 - Update status bar component for the removal of Object.(un)watch (ff881bdb6)

My changes since my last build:
- update libaom to rev 1f0a4746aa8bfcce3fe7fbd2092aef8fe247aef4 (without moz.build and aom_ports/aom_once.h) (4f8655fb7)

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191102-6b769f4-uxp-ff881bdb6-xpmod.7z
Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191102-6b769f4-uxp-ff881bdb6-xpmod.7z

source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20190720.7z

No official repo changes since my last build.

For UXP changes please see above.

New NewMoon 27 Build!

32bit https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191102-13f9e7fee-xpmod.7z
32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191102-13f9e7fee-xpmod-sse.7z
32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.6.win32-git-20191102-13f9e7fee-xpmod-ia32.7z

64bit https://o.rths.ml/palemoon/palemoon-27.9.6.win64-git-20191102-13f9e7fee-xpmod.7z

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

repo changes since my last build:
- import changes from rmottola/Arctic-Fox:
 - pointer style before patch (e67d52f86)
 - Bug 1141067 - byte operations on x86/x64. r=sunfish (072056e84)
 - Bug 1138348 - byte array test cases. r=h4writer (9495e2804)
 - pointer style (3a458b6e8)
 - Bug 1138348 - byte ops on x86_64. r=h4writer (e5ad2140a)
 - Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz (27fedb2ed)
 - Bug 1137515 part 2 - Change to media [partially applied] (203599e89)
 - Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro (022a02f8a)
 - Bug 1137291 - avoid clobbering an input register. r=h4writer (9d742a093)
 - Bug 1136352 - Fix RemoveTextureAsync handling r=nical (172b17d45)
 - Bug 1139935 - Re-enable RemoveTextureFromCompositableTracker r=nical (ea9735be9) (ddef3772b)
- import changes from rmottola/Arctic-Fox:
 - Bug 1090583 part 2 - Fix the property count check in MonitorAssign to check the actual count instead of the capacity. r=bhackett (3f1daa802)
 - Bug 1090583 - Fix a pre-existing issue with MLoadElementHole and negative index checks. r=bhackett (1278f0b1a)
 - Bug 1141190 - Remove docshell/test/moz.build; r=mshal (641a1716f)
 - bug 1161402 assert that some public methods are called on reader task queue r=cpearce (c8355d774)
 - bug 1161402 assert that public methods are not called after shutdown r=cpearce (07db4d8d0)
 - Bug 1137906 - Shutdown cached children when shutdown the document. r=surkov (45e3894eb)
 - Bug 1141676 - Reftest for sizing of synthetic sub/superscript glyphs r=jdaggett (eab4327fb)
 - Bug 1141748 - Do not use non-standard flag argument of String.prototype.replace in CSSUnprefixingService.js. r=dholbert (631be2090)
 - Bug 1134537 - Delete GnomeVFS extension. r=roc (cd03d727a)
 - Bug 1063880 - Allow a --disable-compile-environment to go through a full mach build. r=mshal (67ef7e874)
 - Bug 1063880 - Do not emit Linkable-derived objects when COMPILE_ENVIRONMENT is not set. r=mshal (7e4b1f82a)
 - Bug 1141660 - Always export memalign from jemalloc, even on Windows. r=njn (b625580bf)
 - Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus (84b653c37)
 - remove errneously commited patch (39668bbff) (13f9e7fee)

New regular/weekly KM-Goanna release:
https://o.rths.ml/kmeleon/KM76.2-Goanna-20191102.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git baa082eb3..13f9e7fee:
- import changes from rmottola/Arctic-Fox:
 - pointer style before patch (e67d52f86)
 - Bug 1141067 - byte operations on x86/x64. r=sunfish (072056e84)
 - Bug 1138348 - byte array test cases. r=h4writer (9495e2804)
 - pointer style (3a458b6e8)
 - Bug 1138348 - byte ops on x86_64. r=h4writer (e5ad2140a)
 - Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz (27fedb2ed)
 - Bug 1137515 part 2 - Change to media [partially applied] (203599e89)
 - Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro (022a02f8a)
 - Bug 1137291 - avoid clobbering an input register. r=h4writer (9d742a093)
 - Bug 1136352 - Fix RemoveTextureAsync handling r=nical (172b17d45)
 - Bug 1139935 - Re-enable RemoveTextureFromCompositableTracker r=nical (ea9735be9) (ddef3772b)
- import changes from rmottola/Arctic-Fox:
 - Bug 1090583 part 2 - Fix the property count check in MonitorAssign to check the actual count instead of the capacity. r=bhackett (3f1daa802)
 - Bug 1090583 - Fix a pre-existing issue with MLoadElementHole and negative index checks. r=bhackett (1278f0b1a)
 - Bug 1141190 - Remove docshell/test/moz.build; r=mshal (641a1716f)
 - bug 1161402 assert that some public methods are called on reader task queue r=cpearce (c8355d774)
 - bug 1161402 assert that public methods are not called after shutdown r=cpearce (07db4d8d0)
 - Bug 1137906 - Shutdown cached children when shutdown the document. r=surkov (45e3894eb)
 - Bug 1141676 - Reftest for sizing of synthetic sub/superscript glyphs r=jdaggett (eab4327fb)
 - Bug 1141748 - Do not use non-standard flag argument of String.prototype.replace in CSSUnprefixingService.js. r=dholbert (631be2090)
 - Bug 1134537 - Delete GnomeVFS extension. r=roc (cd03d727a)
 - Bug 1063880 - Allow a --disable-compile-environment to go through a full mach build. r=mshal (67ef7e874)
 - Bug 1063880 - Do not emit Linkable-derived objects when COMPILE_ENVIRONMENT is not set. r=mshal (7e4b1f82a)
 - Bug 1141660 - Always export memalign from jemalloc, even on Windows. r=njn (b625580bf)
 - Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus (84b653c37)
 - remove errneously commited patch (39668bbff) (13f9e7fee)

* 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