Saturday, January 23, 2021

Weekly browser binaries (20210123)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210123-3b12c85-uxp-411ccb0e4-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210123-3b12c85-uxp-411ccb0e4-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-20210123-3b12c85-uxp-411ccb0e4-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.2a1.win32-git-20210123-0fe3d520e-uxp-411ccb0e4-xpmod.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.2a1.win32-git-20210123-0fe3d520e-uxp-411ccb0e4-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.2a1.win64-git-20210123-0fe3d520e-uxp-411ccb0e4-xpmod.7z

Official UXP changes since my last build:
- Issue #1689 - Part 1: Add pref for DOM Animation timelines API (b0fe759f0)
- Issue #1689 - Part 2: Add a preference for implicit keyframes (407c86641)
- Issue #1689 - Part 3: Add a preference for animation composite modes. (931314ef6)
- Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations() (abc58d2ed)
- Issue #1689 - Part 5: Enable DOM Animations API except the preffed-off parts. (b3d380b4e)
- Bump platform version for added features. (82fb08c65)
- Merge pull request 'Selectively enable and pref the DOM Web Animations API' (#1714) from 1689 into master (c77d06c0c)
- Issue #1715 - Handle errors when initializing print settings from the printer fails due to a bad printer name or O.S. error. (22e78108b)
- [Media] Enable AV1 by default if built (75286e68d)
- Issue #1630 - Enable W3C pointer events by default. (411ccb0e4)

Official Basilisk changes since my last build:
- [SSUAO] Updates for "mainstream" sniffers. (3b12c85)

Official Pale-Moon changes since my last build:
- [docs] Add basic release engineering guidelines (9855cbb52)
- Revert "[docs] Add basic release engineering guidelines" (a88b7c06a)
- Back-end branch pointer update (Unstable 2021-01-19) (0fe3d520e)


New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20210123-355db4de-uxp-411ccb0e4-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210123-355db4de-uxp-411ccb0e4-xpmod.7z

source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older

* 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-20210123-id-eed0566-uxp-411ccb0e4-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210123-id-eed0566-ia-41157bf-uxp-411ccb0e4-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 NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210123-85c9d5cf2-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210123-85c9d5cf2-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20210123-85c9d5cf2-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.9.7.win64-git-20210123-85c9d5cf2-xpmod.7z

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

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 524674, nsIEventListenerService: tracking of dynamically added and removed event listeners, r=masayuki (a1779bcaf)
 - Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam (97710708a)
 - bug 1171785 create nsContentUtils::RunInStableState helper r=bholley (c71678a0e)
 - bug 1172377 change RunInStableState API to receive ownership of nsIRunnable r=roc (3d5c72cac)
 - bug 1171785 use nsContentUtils::RunInStableState() r=bholley (1c0acca87)
 - Bug 1172784 (part 1) - Remove unused argument from UnmarkGrayJSListenersInCCGenerationDocuments(). r=mccr8. (a3a26ec9f)
 - Bug 1172784 (part 2) - Remove PL_DHashTableEnumerate use from nsContentUtils. r=mccr8. (792b83f8e)
 - Bug 1171832 - Remove PL_DHashTableEnumerator use from nsDocument. r=smaug. (eb265bb3a)
 - Bug 819090 - Convert nsRefMapEntry::mRefContentList to nsTArray. r=froydnj (509060d38)
 - Bug 819090 - Convert BroadcasterMapEntry::mListeners to nsTArray. r=froydnj (6b1bd7232)
 - Bug 819090 - Convert nsDocument::mIdContentList to nsTArray. r=froydnj (41ebb3a64)
 - Bug 819090 - Remove nsVoidArray.{cpp,h}. r=froydnj (6038b4fc7)
 - Bug 1199143 - Inline heavyweight functions. r=shu (798a24e44)
 - bug 1150136 - rel=preconnect from html parser r=hsivonen (1a078efcb)
 - Bug 1135812 - Make picture element react to viewport changes. r=dbaron,johns (4b405d69c)
 - add missing testcase (cb6c04747) (3dc3bde9f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1204426 - Unregister message listeners of settings service locks. r=khuey (751d0c649)
 - Bug 1173930 - Not invoke FullscreenChange callback on OS X if state is not changed. r=smichaud (70f406f3c)
 - Bug 1171061 - use std::bitset for deprecation and document warnings in nsDocument; r=smaug (02ec9b4c3)
 - Bug 1157619 P1 Network requests should not be intercepted when force-refreshed. r=smaug (9a33463d2)
 - Bug 1165501 - using most recent referrer policy found in the document. r=sstamm (74c7eef63) (85c9d5cf2)


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

Changelog:

In-tree changes:
- URLbar: respect system text color (1c2cdf86)
- browser-omni: netError locale: use kmeleon's netErrorApp.dtd instead of toolkit's locale (7cd9a2ea)
- browser-omni: netError: use own version of netError locale, and add back missing entity which is removed in toolkit's rev 0aa27f0a (fc69f4fb)

Out-of-tree changes:
* update Goanna3 to git d8dded16a..85c9d5cf2:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 524674, nsIEventListenerService: tracking of dynamically added and removed event listeners, r=masayuki (a1779bcaf)
 - Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam (97710708a)
 - bug 1171785 create nsContentUtils::RunInStableState helper r=bholley (c71678a0e)
 - bug 1172377 change RunInStableState API to receive ownership of nsIRunnable r=roc (3d5c72cac)
 - bug 1171785 use nsContentUtils::RunInStableState() r=bholley (1c0acca87)
 - Bug 1172784 (part 1) - Remove unused argument from UnmarkGrayJSListenersInCCGenerationDocuments(). r=mccr8. (a3a26ec9f)
 - Bug 1172784 (part 2) - Remove PL_DHashTableEnumerate use from nsContentUtils. r=mccr8. (792b83f8e)
 - Bug 1171832 - Remove PL_DHashTableEnumerator use from nsDocument. r=smaug. (eb265bb3a)
 - Bug 819090 - Convert nsRefMapEntry::mRefContentList to nsTArray. r=froydnj (509060d38)
 - Bug 819090 - Convert BroadcasterMapEntry::mListeners to nsTArray. r=froydnj (6b1bd7232)
 - Bug 819090 - Convert nsDocument::mIdContentList to nsTArray. r=froydnj (41ebb3a64)
 - Bug 819090 - Remove nsVoidArray.{cpp,h}. r=froydnj (6038b4fc7)
 - Bug 1199143 - Inline heavyweight functions. r=shu (798a24e44)
 - bug 1150136 - rel=preconnect from html parser r=hsivonen (1a078efcb)
 - Bug 1135812 - Make picture element react to viewport changes. r=dbaron,johns (4b405d69c)
 - add missing testcase (cb6c04747) (3dc3bde9f)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1204426 - Unregister message listeners of settings service locks. r=khuey (751d0c649)
 - Bug 1173930 - Not invoke FullscreenChange callback on OS X if state is not changed. r=smichaud (70f406f3c)
 - Bug 1171061 - use std::bitset for deprecation and document warnings in nsDocument; r=smaug (02ec9b4c3)
 - Bug 1157619 P1 Network requests should not be intercepted when force-refreshed. r=smaug (9a33463d2)
 - Bug 1165501 - using most recent referrer policy found in the document. r=sstamm (74c7eef63) (85c9d5cf2)

* 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