Saturday, January 26, 2019

Weekly browser binaries (20190126)

New build of basilisk/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190126-322d0be58-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190126-322d0be58-xpmod.7z

diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z

PM28XP build:
Win32 https://o.rths.cf/palemoon/palemoon-28.4.0a1.win32-git-20190126-322d0be58-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.4.0a1.win64-git-20190126-322d0be58-xpmod.7z

Official repo changes since my last build:
- Disable IntersectionObserver API because of crashes. (ac1beef5c)
- Actually unlink targets from registered intersection observers. (9adcf4429)
- Revert "Disable IntersectionObserver API because of crashes." (5ef0018a5)
- Properly camelCase dom.intersectionObserver.enabled pref. (9a954e2d1)
- Update libwebp to version 1.0.2 (d1a0bfe22)
- Make resuming of decoding work for anonymous decoders. (64d65e096)
- Make Sourcebuffer::AppendFromInputStream handle canceled image loads. (87bef3e99)
- Check for contiguous buffer state. (8dd8df90b)
- [BASILISK] Disable WebEx support. (ef75531aa)
- Fix bookmarks backup logic. (99f5afe64)
- Fix incorrect file reference in `onDownloadDragStart` (322d0be58)

My changes since my last build:
- enabled --enable-webextensions build option in basilisk/UXP builds

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190126-d31e5ac-uxp-322d0be58-xpmod.7z
Browser-only Suite Win32 (removed due to request)

source patch (excluding UXP): (removed due to request)

No Official repo changes since my last build.

For UXP changes please see above.

New Palemoon 27 Build!
* This build is beyond official 27.9.4 build.

32bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190126-21b0da255-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190126-21b0da255-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190126-21b0da255-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20190126-21b0da255-xpmod.7z

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

repo changes since my last build:
- hack: add --enable-nightly-build switch for defining NIGHTLY_BUILD (050ffd892)
- import changes from rmottola/Arctic-Fox:
 - Bug 1101903 - Part 1: Convert SharedContext::strict to a method. (c419cb895)
 - Bug 1101903 - Part 2: Allow parsing and emitting strict mode code in smaller than script-sized units. (d00819026)
 - Bug 1124362 - Allow strict-reserved names to be method names. (6fd24146f)
 - Bug 1066227 - Part 1: Create a clean way to create lexical bindings at initalizer sites. (2305b65c6)
 - Bug 1066227 - Part 2: Rename objectLiteral() propertyList() in preparation for classes. (e53b9cf12)
 - Bug 1066227 - Part 3: Parser support for basic ES6 ClassStatements (Nightly Only). (5ff4cb3b9)
 - Bug 1066227 - Part 4: Reflect.parse support for ClassStatements (a67bae8a3)
 - Bug 1066227 - Tests. (ebe27243e)
 - Bug 1066229 - Part 1: Create a clean way to emit lexical initializers (2d4900e5b)
 - Bug 1066229 - Part 2: Factor EmitPropertyList() out of EmitObject(). (09b97b557)
 - Bug 1066229 - Part 3: Create JSOP_INITLOCKEDDPROP, which adds non-configurable non-writable non-enumerable properties. (80d4961b4)
 - Bug 1066229 - Part 4: Create JSOP_INITHIDDENPROP, which adds non-enumerable properties. (1c79190e4)
 - Bug 1066229 - Follow up: Enable |let| in ecma_6/Class/ in browser JS reftests. (12a117456)
 - Bug 1066229 - Tests. (8577d220a)
 - Bug 1066229 - Tests. (957f4fead) (99ddd8387)
- import changes from rmottola/Arctic-Fox:
 - Bug 1134638: 10. Inline SIMD comparisons in Ion (6bafd7b98)
 - Bug 1134638: 11. Add type checks in move emitter and LIR generation (a7ae1e2b2)
 - Bug 1134638: 12. Inline with{X,Y,Z,W} in Ion (abd1dd915)
 - Bug 1134638: 13. Inline splat in Ion (ca6db67bb)
 - Bug 1134638: 14. Inline SIMD getters (signMask, .x, .y, .z, .w) in Ion (ea8a76e4f)
 - Bug 1134638: 15. Inline select/bitselect in Ion (7ebcd4d06)
 - Bug 1134638: 16. Use more macros (2f5090a52) (21b0da255)

My changes since my last build:
- enabled --enable-nightly-build and --disable-replace-malloc build options

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git de2f91a7b..21b0da255:
- hack: add --enable-nightly-build switch for defining NIGHTLY_BUILD (050ffd892)
- import changes from rmottola/Arctic-Fox:
 - Bug 1101903 - Part 1: Convert SharedContext::strict to a method. (c419cb895)
 - Bug 1101903 - Part 2: Allow parsing and emitting strict mode code in smaller than script-sized units. (d00819026)
 - Bug 1124362 - Allow strict-reserved names to be method names. (6fd24146f)
 - Bug 1066227 - Part 1: Create a clean way to create lexical bindings at initalizer sites. (2305b65c6)
 - Bug 1066227 - Part 2: Rename objectLiteral() propertyList() in preparation for classes. (e53b9cf12)
 - Bug 1066227 - Part 3: Parser support for basic ES6 ClassStatements (Nightly Only). (5ff4cb3b9)
 - Bug 1066227 - Part 4: Reflect.parse support for ClassStatements (a67bae8a3)
 - Bug 1066227 - Tests. (ebe27243e)
 - Bug 1066229 - Part 1: Create a clean way to emit lexical initializers (2d4900e5b)
 - Bug 1066229 - Part 2: Factor EmitPropertyList() out of EmitObject(). (09b97b557)
 - Bug 1066229 - Part 3: Create JSOP_INITLOCKEDDPROP, which adds non-configurable non-writable non-enumerable properties. (80d4961b4)
 - Bug 1066229 - Part 4: Create JSOP_INITHIDDENPROP, which adds non-enumerable properties. (1c79190e4)
 - Bug 1066229 - Follow up: Enable |let| in ecma_6/Class/ in browser JS reftests. (12a117456)
 - Bug 1066229 - Tests. (8577d220a)
 - Bug 1066229 - Tests. (957f4fead) (99ddd8387)
- import changes from rmottola/Arctic-Fox:
 - Bug 1134638: 10. Inline SIMD comparisons in Ion (6bafd7b98)
 - Bug 1134638: 11. Add type checks in move emitter and LIR generation (a7ae1e2b2)
 - Bug 1134638: 12. Inline with{X,Y,Z,W} in Ion (abd1dd915)
 - Bug 1134638: 13. Inline splat in Ion (ca6db67bb)
 - Bug 1134638: 14. Inline SIMD getters (signMask, .x, .y, .z, .w) in Ion (ea8a76e4f)
 - Bug 1134638: 15. Inline select/bitselect in Ion (7ebcd4d06)
 - Bug 1134638: 16. Use more macros (2f5090a52) (21b0da255)

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

My XULRunner changes since my last build:
- enabled --enable-nightly-build and --disable-replace-malloc build options

Saturday, January 19, 2019

Weekly browser binaries (20190119)

New build of basilisk/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190119-082c0d218-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190119-082c0d218-xpmod.7z

diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z

PM28XP build:
Win32 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win32-git-20190119-082c0d218-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win64-git-20190119-082c0d218-xpmod.7z

Official repo changes since my last build:
- Telemetry: Remove stubs and related code (5335681cd)
- Remove unused telemetry timer from HTMLMediaElement.h (09a81ba9b)
- Remove a pointless `switch` after telemetry cleanup (acf1406e0)
- Make `AllowExperiments` return `false` as it is not useful without telemetry (633540464)
- Merge pull request #929 from adeshkp/remove-telemetry-stubs (fb1d4c971)
- [WebExAM] Use proper application name in WebExtension API error message. (c80c9cc40)
- [PALEMOON] Clean up advanced prefs XUL (3e109856a)
- [PALEMOON] Move Advanced prefs l10n strings to their proper place (41e07182f)
- Add matching browser.newtab.choice pref to prevent error. (2ab82d7fc)
- [PALEMOON] Add captive portal preference to the UI. (db15a3fdb)
- Add preference for fully disabling HSTS. (3afb818f2)
- [PALEMOON] Fix the option to disable HSTS. (1b9accd6f)
- Improve toolbar icons for all DPIs (58f755254)
- New cycle version bump (a20daf64b)
- Add isIntersecting property to IntersectionObserverEntry. (f6ef8d8ca)
- Fix check for HSTS when service is disabled. (a74b09347)
- Merge pull request #931 from Ascrod/master (01ad6e745)
- Rewrite IntersectionObserver list handling to be more robust. (ef8a5dca4)
- Merge branch 'master' of https://github.com/MoonchildProductions/UXP (082c0d218)

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190119-d31e5ac-uxp-082c0d218-xpmod.7z
Browser-only Suite Win32 (removed due to request)

source patch (excluding UXP): (removed due to request)

Official repo changes since my last build:
- [PLATFORM] Update commit pointer (de85ad0)
- Clean up automated build infra mozconfigs (5813a8b)
- Move things so they will be better placed (ae836e4)
- [MAIL] Eat the space on double-click word selection (792ee0b)
- [MAIL] Do NOT Eat the space on double-click word selection (d31e5ac)

For UXP changes please see above.

New build of post-deprecated basilisk/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.8, but some security patches can not be applied/ported due to source milestone differences between versions.

Test binary:
Win32 http://o.rths.cf/basilisk/basilisk55-win32-git-20190119-9c1bff848-xpmod.7z
Win64 http://o.rths.cf/basilisk/basilisk55-win64-git-20190119-9c1bff848-xpmod.7z

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

Repo changes:
- update libaom to rev f4e775cf3753ec26109c8ced5621c565f53085b6 (without moz.build and aom_ports/aom_once.h) (69f3033c6)
- update libaom to rev 9b1252eab0616d2c1f6d7990c6256441c0b6483f (without moz.build and aom_ports/aom_once.h) (bba80660d)
- update libaom to rev c07e9d6ccf340843e8899e7da6b15a0893007bd5 (without moz.build and aom_ports/aom_once.h) (bfd0f4404)
- update libaom to rev a1615ed01a112432825f231a1fa47295cff127b4 (without moz.build and aom_ports/aom_once.h) (abe401331)
- update NSS to rev c8f7602ce9e6 with nss339-vc2013.diff applied (89623fdde)
- import changes from wg9s seamonkey-2.49 patches:
 - Bug 1420865 - Don't check for CONTENT_MAY_CHANGE_TRANSFORM across layer trees. r=mstange, a=RyanVM
 - Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. r=smaug, a=RyanVM
 - Bug 1376756 - gtk: while drawing nsTreeBodyFrame, fetch current row attributes for proper style rendering. r=karlt a=jorgk DONTBUILD
 - Bug 1465458 - Fix launching downloads without a file extension on Windows. r=mak, a=RyanVM
 - Bug 1470260 - Part 1: Ensure that 'this' stays alive for the duration of the TickRefreshDriver call. r=emilio, a=RyanVM
 - Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong ref on it on the stack when nsRefreshDriver::Tick can be reached. r=emilio, a=RyanVM
 - Bug 1469914 - Prevent the HAL from registering duplicate observers. r=froydnj, a=RyanVM
 - Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. r=padenot, a=RyanVM
 - Bug 468497: Inform the accessibility FocusManager when a XUL tree's view changes. r=MarcoZ a=jorgk DONTBUILD
 - Bug 1362303: Avoid crashes when dragging on macOS due to failed allocations of large shmem segments. r=glandium
 - Bug 1473161 - Add missing bound check in nsContentUtils::DataTransferItemToImage. r=nika, a=RyanVM
 - Bug 1456294 - Hook ImmAssociateContextEx. r=masayuki, a=RyanVM
 - Bug 1435319. r=valentin, a=RyanVM
 - Bug 1478679 - Fix memory leak in LCovCompartment. r=nbp, a=RyanVM
 - Bug 1468053 - Disable a workaround on macOS 10.14+ for an Apple bug described in bug 378645 involving popup windows that was fixed by Apple. r=mstange, a=RyanVM
 - Bug 1403945 - Add utility functions to recognize OS X 10.13. r=mstange, a=sledru
 - Bug 1468053 - Add nsCocoaFeatures::OnMojaveOrLater(). r=haik, a=RyanVM
 - Bug 1467889 - Adjust some uses of XPCOM strings. r=mrbkap, r=mstange, a=RyanVM
 - Bug 1474883 - Ensure D2D glyph cache is pruned after rendering 1000 transformed glyphs. r=bas, a=RyanVM
 - Bug 1450989 - Capture the action and target as part of the form submission creation. r=bz, a=RyanVM
 - Bug 1473113 - Defer initializing the MAR index until it's needed. r=rstrong, a=RyanVM
 - Bug 1467363 - Protect access to mTransparentSurface with a lock. r=rhunt, a=RyanVM
 - Bug 1404274 - Key Evaluation on the cloned JS objects. r=asuth, a=RyanVM
 - Bug 1480640 - Fix hazard in CopyingStructuredCloneReadCallback. r=baku, a=RyanVM
 - Bug 1480092 - Cherrypick rev 52add5896661d186dec284ed646a4b33b607d2c7. r=drno a=RyanVM
 - Bug 1466577 - Race condition in WebSocketChannel::StopSession. r=hurley a=dveditz
 - Bug 1461307 - Overwrite selection colors of widget which may be referred by IME via IM context with selection colors of GtkTextView. r=karlt, a=RyanVM
 - Bug 1480521 - Backport fixes from Bug 1479900. r=sfink, a=RyanVM
 - Bug 1469348 - Fix the problem of download file failed on Mac. r=paolo, a=RyanVM
 - Bug 1478575 - Unify CamerasChild shutdown paths. r=gcp, a=RyanVM
 - Bug 1461706 - Sync disabled state of number control regardless of appearance. r=jwatt, a=RyanVM
 - Bug 1485224 - Make best efforts to write a stack frame atomically. r=froydnj
 - Bug 1435212 - Add support for FFmpeg 4.0. r=bryce, a=jcristau
 - Bug 1512882 - Use Windows 7 search icon on Windows 8.x. r=IanN a=IanN
 - Bug 1496588: Avoid a UB in mozStorageService.cpp. r=froydnj
 - Bug 1500759 - Root parameter dictionaries in AesTask::Init(). r=keeler, a=lizzard (9c1bff848)

New Palemoon 27 Build!
* This build is beyond official 27.9.4 build.

32bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190119-de2f91a7b-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190119-de2f91a7b-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190119-de2f91a7b-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20190119-de2f91a7b-xpmod.7z

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

repo changes since my last build:
- import changes from rmottola/Arctic-Fox:
 - Bug 1031152 - Part 2: Define a JSAPI test for the SavedFrame public API (5b391e61c)
 - add MOZ_OVVERRIDE and MOZ_FINAL taking from older upstream, since they were later removed. (45041af7f)
 - Bug 1129769 - Handle more kinds when resolving tracked type names. (76779d2bc)
 - Bug 1129769 - Followup: ignore indirect function calls from JSStreamWriter's use of std::ostream in hazard analysis. (df3fe0866)
 - Bug 1129780 - Report the youngest sampled frame's line number if it has optimization info. (46a5b92fc)
 - Bug 1131429 - Add a shell function to dump all of a function's tracked optimizations. (be91b86d0)
 - Bug 1136837 part 1 - Don't inline calls with incomplete type information for this or arguments. (0f88dc0f5)
 - Bug 1136837 part 2 - Improve |this| types when inlining after a CALLPROP/CALLELEM. (0f6e50f93)
 - Bug 1134638: 1. Add OperationName to MSimdBinaryBitwise (4100a5ff8)
 - Bug 1134638: 2. Inline some float32x4 binary arithmetic and bitwise operations (c7f3a22ea)
 - Bug 1134638: 3. Templatize inlineSimdBinary functions (39b6f6fab)
 - Bug 1134638: 4. Also test correctness of SIMD operations (8c9d75ed3)
 - Bug 1134638: 5. Add OperationName to MSimdUnaryArith; (69860fe64)
 - Bug 1134638: 6. Inline SIMD unary arithmetic operations (6a456e62e)
 - Bug 1134638: 7. Add spew for MSimd{Binary{Bitwise,Arith},Unary} (199320b8e)
 - Bug 1134638: 8. Inline SIMD conversions in Ion (6a06cc94c)
 - Bug 1047529 - Move caller field from MResumePoint to MBasicBlock. (2f2617ccd)
 - Revert "Bug 1047529 - Move caller field from MResumePoint to MBasicBlock." (b369b2f7d)
 - Bug 1120170 - part 1 - Change JSMSG_NOT_NONNULL_OBJECT message to accept an argument. (20c7374f3)
 - Bug 1120170 - part 2 - Self-host RegExp.prototype.flags. (469c3b324)
 - Bug 1135429 - Object.create shouldn't throw when its second argument is a primitive value. (a1b3545ba)
 - Bug 1047529 - Move caller field from MResumePoint to MBasicBlock. (7b00e8a79)
 - Bug 1134638: 9. Drive-by cleanup: FloatingTypePolicy can just have SPECIALIZATION_DATA (d5f86598c) (de2f91a7b)

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 35fb6f0f2..de2f91a7b:
- import changes from rmottola/Arctic-Fox:
 - Bug 1031152 - Part 2: Define a JSAPI test for the SavedFrame public API (5b391e61c)
 - add MOZ_OVVERRIDE and MOZ_FINAL taking from older upstream, since they were later removed. (45041af7f)
 - Bug 1129769 - Handle more kinds when resolving tracked type names. (76779d2bc)
 - Bug 1129769 - Followup: ignore indirect function calls from JSStreamWriter's use of std::ostream in hazard analysis. (df3fe0866)
 - Bug 1129780 - Report the youngest sampled frame's line number if it has optimization info. (46a5b92fc)
 - Bug 1131429 - Add a shell function to dump all of a function's tracked optimizations. (be91b86d0)
 - Bug 1136837 part 1 - Don't inline calls with incomplete type information for this or arguments. (0f88dc0f5)
 - Bug 1136837 part 2 - Improve |this| types when inlining after a CALLPROP/CALLELEM. (0f6e50f93)
 - Bug 1134638: 1. Add OperationName to MSimdBinaryBitwise (4100a5ff8)
 - Bug 1134638: 2. Inline some float32x4 binary arithmetic and bitwise operations (c7f3a22ea)
 - Bug 1134638: 3. Templatize inlineSimdBinary functions (39b6f6fab)
 - Bug 1134638: 4. Also test correctness of SIMD operations (8c9d75ed3)
 - Bug 1134638: 5. Add OperationName to MSimdUnaryArith; (69860fe64)
 - Bug 1134638: 6. Inline SIMD unary arithmetic operations (6a456e62e)
 - Bug 1134638: 7. Add spew for MSimd{Binary{Bitwise,Arith},Unary} (199320b8e)
 - Bug 1134638: 8. Inline SIMD conversions in Ion (6a06cc94c)
 - Bug 1047529 - Move caller field from MResumePoint to MBasicBlock. (2f2617ccd)
 - Revert "Bug 1047529 - Move caller field from MResumePoint to MBasicBlock." (b369b2f7d)
 - Bug 1120170 - part 1 - Change JSMSG_NOT_NONNULL_OBJECT message to accept an argument. (20c7374f3)
 - Bug 1120170 - part 2 - Self-host RegExp.prototype.flags. (469c3b324)
 - Bug 1135429 - Object.create shouldn't throw when its second argument is a primitive value. (a1b3545ba)
 - Bug 1047529 - Move caller field from MResumePoint to MBasicBlock. (7b00e8a79)
 - Bug 1134638: 9. Drive-by cleanup: FloatingTypePolicy can just have SPECIALIZATION_DATA (d5f86598c) (de2f91a7b)

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

Saturday, January 12, 2019

Weekly browser binaries (20190112)

New build of basilisk/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190112-f38edc94a-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190112-f38edc94a-xpmod.7z

diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z

PM28XP build:
Win32 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win32-git-20190112-f38edc94a-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win64-git-20190112-f38edc94a-xpmod.7z

Official repo changes since my last build:
- Expose hidden preference to disable Page Thumbnail generation. (9e2bf8316)
- [WebExAM] Properly handle the add-on name in case it's localized (6a97d9db0)
- Merge pull request #926 from JustOff/PR_WebExAM_addon.name (9f4afc255)
- Fix library window reference to SVG toolbar image. (e8cebef9d)
- Align Element.ScrollIntoView() with the spec. (c0a05ada1)
- Update basilisk blocklist header. (f38edc94a)

My changes since my last build:
- update libaom to git rev a1615ed01a112432825f231a1fa47295cff127b4
- update NSS to rev c8f7602ce9e6 with nss339-vc2013.diff applied
- enabled webrtc build option for bk52 builds

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190112-5924658-uxp-f38edc94a-xpmod.7z
Browser-only Suite Win32 (removed due to request)

source patch (excluding UXP): (removed due to request)

Official repo changes since my last build:
- [MAIL] Import Enigmail code as a bundled extension (384b619)
- Revert "[MAIL] Import Enigmail code as a bundled extension" (cd13806)
- [PLATFORM] Update commit pointer (5924658)

For UXP changes please see above.

New build of Firefox 45ESR SSE:

test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.13-20190112-b2079811c-win32-sse.7z

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

Changes since my last build:
- bump version number (7c173bf05)
- import changes from tenfourfox:
 - M1338678 (99bece105)
 - limit maximum CSS value/variable lengths (69249a563)
 - followup to #534: M1502013 for testing in FPR12 (e504fccb4)
 - M1328894 (4cdf9315a)
 - #539: bustage fix to 4cdf9315a (9ca3c07e8) (2edc10f25)
- update NSS to rev c8f7602ce9e6 with nss339-vc2013.diff applied (b2079811c)

New Palemoon 27 Build!
* This build is beyond official 27.9.4 build.

32bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190112-35fb6f0f2-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190112-35fb6f0f2-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20190112-35fb6f0f2-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20190112-35fb6f0f2-xpmod.7z

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

repo changes since my last build:
- import changes from wicknix/Arctic-Fox:
 - Backport of Mozilla Bug 1267338. Remove dead codepath for the case when we opened a window even though popupState was openAbused, since we never open a window in that situation (4930e3bb7)
 - slightly modernize code, use nsPIDOMWindow and prepare for next patch (37e709eca) (with missed win32 code plugged in)
 - Backport of Mozilla Bug 1222516 part 1. Add a window API for opening a window with navigation and a given docshell loadinfo to use for the navigation. (d4c222d45)
 - Backport of Mozilla Bug 1222516 part 2. Add a window API for opening a window passing through a boolean indicating that no opener should be set on the result. (c3259462b)
 - first batch to transition nsIDOMWindow to nsPIDOMWindow at about TenFourFox level (dba07065a)
 - update also GetOpener to nsPIDOMWindow (701c46ecb)
 - Backport of Mozilla Bug 1207245 - part 1 - move RefCounted<T> to its own file (1acef0a1d)
 - Bug 1207245 - part 2 followup - add more mozilla/RefCounted.h (31cad506d)
 - Bug 1207245 - part 0 - fix why-did-we-allow-that tests in TestRefPtr.cpp (cad11cb06) (80ef6dfdb)
- import changes from wicknix/Arctic-Fox:
 - backport of Bug 1188696 - Remove the XPCOM dependencies in nsRefPtr.h (6c2860799)
 - backport of Bug 1188696 - Hoist nsRefPtr.h into MFBT (e892acb58)
 - Backport of Bug 1138967 - Part 3: Add D3D11 YCbCr texture clients and upload on the client side (2e4218167)
 - Bug 1038536 - Flatten image/src/ directory (3adb2d635)
 - Bug 1038536 - Flatten image/public/ directory (22329f3b4)
 - Bug 1038536 - Flatten image/decoders/icon/qt/public/ directory. (7b5b8b2af)
 - Bug 1038536 - Update header guard after flatten image/build (20e1614ac)
 - Bug 1116905 - part 2 - add MakeAndAddRef helper function to facilitate constructing TemporaryRef (9c85f45a0)
 - Bug 1139781 - Implement VideoPlaybackQuality for MediaCodecReader. (1a7c6c0a7)
 - Bug 1138825 - Fix the crash at mAudioPromise: call decode audio data when the audio queue is empty and check the mAudioPromise is empty or not. (3f5d3a1c5)
 - Bug 875247 - Add support for DXVA2 via D3D11 (2ca491206)
 - Bug 1145513 - Upload YCbCr image data on the client side when using d3d9 layers. (50f7a69fa)
 - Bug 1053563 - Use a static create function to replace InitWith for TextureClient. (dd1c8fc89)
 - Bug 1145764 - Add some default-disabled logging to TextureClientPool (1cfc0d1b9)
 - Bug 1120780 - Fallback on lock_ycbcr when ColorConvertor fails (3a9b893f0)
 - Bug 1161815: Use a single ID2D1SolidColorBrush per DrawTarget. (a70b72ef6)
 - Bug 1160485 - remove implicit conversion from RefPtr<T> to TemporaryR…ef<T>; (e6e6224c5)
 - Bug 1116905 - part 3 - remove dependence on implicit conversion from T* to TemporaryRef<T>, gfx changes; (f71d3ffa8)
 - Bug 1116905 - part 1 - remove dependence on implicit conversion from T* to TemporaryRef<T>, non-gfx changes; (f66714955)
 - implement Event.srcElement as alias (6c1ee1c6d)
 - 1116905 - part 4 - remove implicit conversion from non-nullptr T* to TemporaryRef<T> (f94c680f9)
 - Bug 1031152 - Define a JS public API for working with SavedFrame instances (2aa41721a)
 - Update TLD's from ESR 60 (b9dbe0ca3) with some changes to fix building, reported to upstream:
 - https://github.com/wicknix/Arctic-Fox/commit/2e421816773b6a57502907ab22c285d994d8b024#r31893045
 - https://github.com/wicknix/Arctic-Fox/commit/50f7a69fa9a36634aef1ae5a221415ca98284435#r31892913
 - https://github.com/wicknix/Arctic-Fox/commit/f667149556ae0e64c9dbce08836bb5d957db2464#r31892928 (d16bac042)
- addendum to upstream change "first batch to transition nsIDOMWindow to nsPIDOMWindow at about TenFourFox level (dba07065a)": missing accessible code change. reported to upstream: https://github.com/wicknix/Arctic-Fox/commit/dba07065a9a9543f772dd98ff3d3358e72ce3c32#commitcomment-31896793 (bcfdf272b)
- import changes from rmottola/Arctic-Fox:
 - Bug 1135535 part 1 - Suppress C4805 unsafe mix type warnings in js/src and mark that warning an error on MSVC. (dc6556208)
 - Bug 1135535 part 2 - Fix C4067 unexpected token in js/src and mark this warning an error on MSVC. (5ee1a479e)
 - Bug 1135535 part 3 - Fix C4258 definition ignored warnings and mark it an error in js/src on MSVC. (0d6bdd2ff)
 - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb)
 - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34)
 - Bug 1131803. Remove the use of parents from SandboxCallableProxyHandler and SandboxProxyHandler. (43015c1fa)
 - Bug 1131803 comment fix followup. (80f08fbdd)
 - Bug 1136292 part 1. Stop passing a parent to BindingJSObjectCreator methods, since it's always the global anyway. (80cdbc44d)
 - Bug 1136292 part 2. Stop passing an explicit JS::NullPtr parent to JS_NewObjectWithGivenProto in nsDocument. (4b9a421b2)
 - Bug 1136292 part 3. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in bindings code. (82e58f2c4)
 - Bug 1136292 part 4. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in XBL code. (8b0920249)
 - Bug 1136292 part 5. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in XPConnect. (d8d834ecd)
 - add missing parts of Bug 1138967 - Part 3 (f7dfd5865)
 - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da)
 - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) with some changes to fix building, reported to upstream:
 - https://github.com/rmottola/Arctic-Fox/commit/f7dfd58658595b9c5251b9258c625a7eeebdfbf6#r31909537 (a75a3d758)
- update nspr to 4.20 (cdef6ffd8)
- update NSS to rev c8f7602ce9e6 with nss339-vc2013.diff applied (e9b9856a4)
- restore accidentally removed nspr win64 patch (96f655649)
- reverting these changes in order to fix crash for now:
 - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb)
 - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34)
 - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da)
 - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) (35fb6f0f2)

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

Changelog:

In-tree changes:
- nsIDOMWindow to nsPIDOMWindow conversion for Goanna3 nsIDOMWindow change (9049c387)
- bump K-Meleon version to 76.1 (972d4e6f

Out-of-tree changes:
* update Goanna3 to git c581f09b3..e9b9856a4
- import changes from wicknix/Arctic-Fox:
 - Backport of Mozilla Bug 1267338. Remove dead codepath for the case when we opened a window even though popupState was openAbused, since we never open a window in that situation (4930e3bb7)
 - slightly modernize code, use nsPIDOMWindow and prepare for next patch (37e709eca) (with missed win32 code plugged in)
 - Backport of Mozilla Bug 1222516 part 1. Add a window API for opening a window with navigation and a given docshell loadinfo to use for the navigation. (d4c222d45)
 - Backport of Mozilla Bug 1222516 part 2. Add a window API for opening a window passing through a boolean indicating that no opener should be set on the result. (c3259462b)
 - first batch to transition nsIDOMWindow to nsPIDOMWindow at about TenFourFox level (dba07065a)
 - update also GetOpener to nsPIDOMWindow (701c46ecb)
 - Backport of Mozilla Bug 1207245 - part 1 - move RefCounted<T> to its own file (1acef0a1d)
 - Bug 1207245 - part 2 followup - add more mozilla/RefCounted.h (31cad506d)
 - Bug 1207245 - part 0 - fix why-did-we-allow-that tests in TestRefPtr.cpp (cad11cb06) (80ef6dfdb)
- import changes from wicknix/Arctic-Fox:
 - backport of Bug 1188696 - Remove the XPCOM dependencies in nsRefPtr.h (6c2860799)
 - backport of Bug 1188696 - Hoist nsRefPtr.h into MFBT (e892acb58)
 - Backport of Bug 1138967 - Part 3: Add D3D11 YCbCr texture clients and upload on the client side (2e4218167)
 - Bug 1038536 - Flatten image/src/ directory (3adb2d635)
 - Bug 1038536 - Flatten image/public/ directory (22329f3b4)
 - Bug 1038536 - Flatten image/decoders/icon/qt/public/ directory. (7b5b8b2af)
 - Bug 1038536 - Update header guard after flatten image/build (20e1614ac)
 - Bug 1116905 - part 2 - add MakeAndAddRef helper function to facilitate constructing TemporaryRef (9c85f45a0)
 - Bug 1139781 - Implement VideoPlaybackQuality for MediaCodecReader. (1a7c6c0a7)
 - Bug 1138825 - Fix the crash at mAudioPromise: call decode audio data when the audio queue is empty and check the mAudioPromise is empty or not. (3f5d3a1c5)
 - Bug 875247 - Add support for DXVA2 via D3D11 (2ca491206)
 - Bug 1145513 - Upload YCbCr image data on the client side when using d3d9 layers. (50f7a69fa)
 - Bug 1053563 - Use a static create function to replace InitWith for TextureClient. (dd1c8fc89)
 - Bug 1145764 - Add some default-disabled logging to TextureClientPool (1cfc0d1b9)
 - Bug 1120780 - Fallback on lock_ycbcr when ColorConvertor fails (3a9b893f0)
 - Bug 1161815: Use a single ID2D1SolidColorBrush per DrawTarget. (a70b72ef6)
 - Bug 1160485 - remove implicit conversion from RefPtr<T> to TemporaryR…ef<T>; (e6e6224c5)
 - Bug 1116905 - part 3 - remove dependence on implicit conversion from T* to TemporaryRef<T>, gfx changes; (f71d3ffa8)
 - Bug 1116905 - part 1 - remove dependence on implicit conversion from T* to TemporaryRef<T>, non-gfx changes; (f66714955)
 - implement Event.srcElement as alias (6c1ee1c6d)
 - 1116905 - part 4 - remove implicit conversion from non-nullptr T* to TemporaryRef<T> (f94c680f9)
 - Bug 1031152 - Define a JS public API for working with SavedFrame instances (2aa41721a)
 - Update TLD's from ESR 60 (b9dbe0ca3) with some changes to fix building, reported to upstream:
 - https://github.com/wicknix/Arctic-Fox/commit/2e421816773b6a57502907ab22c285d994d8b024#r31893045
 - https://github.com/wicknix/Arctic-Fox/commit/50f7a69fa9a36634aef1ae5a221415ca98284435#r31892913
 - https://github.com/wicknix/Arctic-Fox/commit/f667149556ae0e64c9dbce08836bb5d957db2464#r31892928 (d16bac042)
- addendum to upstream change "first batch to transition nsIDOMWindow to nsPIDOMWindow at about TenFourFox level (dba07065a)": missing accessible code change. reported to upstream: https://github.com/wicknix/Arctic-Fox/commit/dba07065a9a9543f772dd98ff3d3358e72ce3c32#commitcomment-31896793 (bcfdf272b)
- import changes from rmottola/Arctic-Fox:
 - Bug 1135535 part 1 - Suppress C4805 unsafe mix type warnings in js/src and mark that warning an error on MSVC. (dc6556208)
 - Bug 1135535 part 2 - Fix C4067 unexpected token in js/src and mark this warning an error on MSVC. (5ee1a479e)
 - Bug 1135535 part 3 - Fix C4258 definition ignored warnings and mark it an error in js/src on MSVC. (0d6bdd2ff)
 - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb)
 - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34)
 - Bug 1131803. Remove the use of parents from SandboxCallableProxyHandler and SandboxProxyHandler. (43015c1fa)
 - Bug 1131803 comment fix followup. (80f08fbdd)
 - Bug 1136292 part 1. Stop passing a parent to BindingJSObjectCreator methods, since it's always the global anyway. (80cdbc44d)
 - Bug 1136292 part 2. Stop passing an explicit JS::NullPtr parent to JS_NewObjectWithGivenProto in nsDocument. (4b9a421b2)
 - Bug 1136292 part 3. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in bindings code. (82e58f2c4)
 - Bug 1136292 part 4. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in XBL code. (8b0920249)
 - Bug 1136292 part 5. Stop passing a global as the parent arg to JS_NewObjectWithGivenProto in XPConnect. (d8d834ecd)
 - add missing parts of Bug 1138967 - Part 3 (f7dfd5865)
 - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da)
 - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) with some changes to fix building, reported to upstream:
 - https://github.com/rmottola/Arctic-Fox/commit/f7dfd58658595b9c5251b9258c625a7eeebdfbf6#r31909537 (a75a3d758)
- update nspr to 4.20 (cdef6ffd8)
- update NSS to rev c8f7602ce9e6 with nss339-vc2013.diff applied (e9b9856a4)
- restore accidentally removed nspr win64 patch (96f655649)
- reverting these changes in order to fix crash for now:
 - Bug 1136925 part 1. Stop passing a parent to JS_CloneObject (02806f3cb)
 - Bug 1136925 part 2. Stop passing a parent to Wrapper::New. (1d51cbd34)
 - Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. (dc13db8da)
 - Bug 1136925 part 4. Stop passing parents to ProxyObject::New. (e2d30e340) (35fb6f0f2)

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

Saturday, January 5, 2019

Weekly browser binaries (20190105)

New build of basilisk/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20190105-7fcb7f544-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20190105-7fcb7f544-xpmod.7z

diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z

PM28XP build:
Win32 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win32-git-20190105-7fcb7f544-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.3.0a1.win64-git-20190105-7fcb7f544-xpmod.7z

Official repo changes since my last build:
- [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for DownloadsView (a970e88a1)
- [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads without the target file name annotation (1b414c2b9)
- [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads without the target file name annotation (8bd13f3a2)
- [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChanged (1eab01b24)
- [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Library (81265fae3)
- [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItem (e666c9a8e)
- [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects (ac3159f02)
- [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers (927853bde)
- [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place (f2f700514)
- [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place (downloadsViewCommon.js) (df852eca4)
- [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem properties (462332eee)
- [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object (d6c976bf6)
- Fix typos (761b6eb25)
- [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously (beeede618)
- [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867 (8cc3f3616)
- [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely (0b15a2b89)
- [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module (551c6ff04)
- [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils imports (909c3ee13)
- [PALEMOON] Initialize the search service asynchronously when calling 'BrowserSearch.addEngine()' (accd61429)
- [FFmpeg] Use new decode API with recent FFmpeg version. (515e0794f)
- [FFmpeg] Don't define AV_CODEC_ID_VPx with libavcodec 58 (68acfbb14)
- Merge pull request #921 from trav90/media-work (5920c1dc6)
- Avoid redefined macro warning in MediaFormatReader (7a39cd52e)
- Merge pull request #922 from trav90/media-work (626d40774)
- Merge pull request #920 from JustOff/PR_nsIBrowserSearchService_async_init_2 (bcf3df362)
- Merge pull request #917 from janekptacijarabaci/_testBranch_pm_downloads_rewrite (78ad9498a)
- Dont rely on 'this' staying alive long enough for getting favicons. (8a10092b5)
- Add Comodo IS < 6.3 64-bit to the dll blocklist (517f50298)
- Update UXP Coding Style guideline document (WIP) (eec3d00bb)
- Update UXP Coding Style guideline document (WIP) (7a22921c2)
- Update UXP Coding Style guideline document (WIP) (da0d462d6)
- Use getElementBoundingRect and element.ownerGlobal in FormSubmitObserver (f543892e4)
- Update HSTS preload list (483267ba9)
- Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings. (dfce7fa7b)
- Remove proprietary constructor on AudioContext. (7fcb7f544)

My changes since my last build:
- update libaom to git rev c07e9d6ccf340843e8899e7da6b15a0893007bd5

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190105-23937c6-uxp-7fcb7f544-xpmod.7z
Browser-only Suite Win32 (removed due to request)

source patch (excluding UXP): (removed due to request)

Official repo changes since my last build:
- [PLATFORM] Update commit pointer (56a95eb)
- [PLATFORM] Update commit pointer (04bdb5d)
- [PLATFORM] Update commit pointer (1c49fe8)
- Update MacOS-files.in (5336c75)
- Update Info.plist.in (b1bbad9)
- Update Mac icons (3ea3912)
- Update Mac icons (36a1864)
- Update Mac icons (82bc1c4)
- Merge pull request #61 from wicknix/TRUNK (0d6fdb4)
- [MAIL] Attempt to add close.svg for macintosh (065f531)
- Create README.md (faa1af7)
- [PLATFORM] Update commit pointer (23937c6)

For UXP changes please see above.