Saturday, May 18, 2019

Weekly browser binaries (20190518)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.2.win32-git-20190518-c72afc3c8-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190518-c72afc3c8-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.cf/palemoon/palemoon-28.6.0a1.win32-git-20190518-c72afc3c8-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190518-c72afc3c8-xpmod.7z

Official repo changes since my last build:
- When using XRENDER, create Xlib-based offscreen image surfaces. (996887f40)
- Issue #1084 - Add null check for URL Bar in the writePlaceholder() method (8b7d91e51)
- [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all windows have the AppMenu (f857efc35)
- Update sync clear history function to use new clear() API call. (a53ab3f34)
- Merge pull request #1086 from zootboy/master (70c5719dc)
- Remove deprecated appending of #-moz-resolution from Pale Moon and left over from nsMediaFragmentURIParser.h (c7dc667e6)
- Merge pull request #1060 from Ionic/bugfix/scrolling-regression (413ba3bad)
- Rip broken telemetry out of the app AUS. (1595ee7da)
- Fix scroll bar orientation on MacOS (06f7a03ff)
- Map IntersectionObserver rect to the correct viewport. (34d5483ac)
- Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f932fb94d)
- Implement String.prototype.trimStart and trimEnd. (354c6dcee)
- Add nullcheck. (c72afc3c8)

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190518-e6c2bd5-uxp-c72afc3c8-xpmod.7z
Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190518-e6c2bd5-uxp-c72afc3c8-xpmod.7z

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

Official repo changes since my last build:
- [PLATFORM] Update commit pointer (ef59b55)
- [COMM] Update mach stub (333253c)
- [PLATFORM] Update commit pointer (e6c2bd5)

For UXP changes please see above.

New New Moon 27 Build!

32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190518-4a37a0ce8-xpmod.7z

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

repo changes since my last build:
- import change from rmottola/Arctic-Fox:
 - Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. (7b0f4bf1f)
 - Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. (7ed943ea9)
 - Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. (5b77362cc)
 - Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. (3961fb79d)
 - Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. (59c83ceb0)
 - Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. (9df2cdacd)
 - Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. (4c271aff8)
 - Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. (dc58199c2)
 - Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) (cef15d006)
 - pointer style (95722a23a)
 - Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. (e5eb524b6)
 - pointer style fix and cleanup (2c44d9120)
 - Bug 1143802 - Forward jit level information to profiler frontend. (3eefdde2b)
 - pointer style (8c639a731)
 - Bug 1143860 - Add column number to PCToLineNumber. (7cdb37ad9)
 - Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (2c13cb5fe)
 - Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (3b8cfa5b5)
 - Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. (73bcdf96d) (38409ecc5)
- import changes from tenfourfox:
 - #551: update certs, pins, TLDs (bc5094b91) (without pins)
 - #551: one last certbump (cb1e62033) (32174fa57)
- import change from rmottola/Arctic-Fox:
 - Bug 1130439 - Trigger compacting GCs after the user becomes inactive (aa5936222)
 - Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. (a0e4467b4)
 - Bug 1143521 - Remove IsPoisonedPtr stuff (341899b88)
 - Bug 1142351 - Part 1: Collect telemetry about deprecated flag argument for String.prototype.{search,match,replace}. (3ad712689) (partly)
 - Bug 1142351 - Part 2: Warn about deprecated flag argument for String.prototype (66c280d79)
 - Bug 1083498 - Remove SpiderMonkey's nonstandard behavior for destructuring for..in loops in JS1.7. (428b6a0d1) (4a37a0ce8)

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 3a87e4659..4a37a0ce8:
- import change from rmottola/Arctic-Fox:
 - Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. (7b0f4bf1f)
 - Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. (7ed943ea9)
 - Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. (5b77362cc)
 - Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. (3961fb79d)
 - Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. (59c83ceb0)
 - Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. (9df2cdacd)
 - Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. (4c271aff8)
 - Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. (dc58199c2)
 - Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) (cef15d006)
 - pointer style (95722a23a)
 - Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. (e5eb524b6)
 - pointer style fix and cleanup (2c44d9120)
 - Bug 1143802 - Forward jit level information to profiler frontend. (3eefdde2b)
 - pointer style (8c639a731)
 - Bug 1143860 - Add column number to PCToLineNumber. (7cdb37ad9)
 - Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (2c13cb5fe)
 - Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (3b8cfa5b5)
 - Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. (73bcdf96d) (38409ecc5)
- import changes from tenfourfox:
 - #551: update certs, pins, TLDs (bc5094b91) (without pins)
 - #551: one last certbump (cb1e62033) (32174fa57)
- import change from rmottola/Arctic-Fox:
 - Bug 1130439 - Trigger compacting GCs after the user becomes inactive (aa5936222)
 - Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. (a0e4467b4)
 - Bug 1143521 - Remove IsPoisonedPtr stuff (341899b88)
 - Bug 1142351 - Part 1: Collect telemetry about deprecated flag argument for String.prototype.{search,match,replace}. (3ad712689) (partly)
 - Bug 1142351 - Part 2: Warn about deprecated flag argument for String.prototype (66c280d79)
 - Bug 1083498 - Remove SpiderMonkey's nonstandard behavior for destructuring for..in loops in JS1.7. (428b6a0d1) (4a37a0ce8)

* 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