Jump to content

My Browser Builds (Part 3)


Recommended Posts


The mirror of latest BNavigator, Firefox 45ESR, IceApe, IceDove, K-Meleon 1.5.x/74/76, MailNews 52, New Moon 26.5/27/28 and Serpent 52/55 builds by @roytam1 has been updated -> soggi.org - tools.

changelog:
- added latest BNavigator 0.9 20220416 build
- added latest IceApe 52 20220416 build
- added latest IceDove 52 20220416 build
- added latest K-Meleon 76 20220416 build
- added latest MailNews 52 20220416 build
- added latest New Moon 27 20220416 builds
- added latest New Moon 28 20220416 builds
- added latest Serpent 52 20220416 builds
- added latest Serpent 55 20220416 builds

kind regards
soggi

Link to comment
Share on other sites

Ran into an obscure bug in the 4/1 and 4/15 Serpent 55 releases: on the about:profiles page, if you try to use any of the "Launch Profile in new browser" buttons, they don't launch the selected profile. They all launch the default profile instead. Thus, to switch profiles on Serpent 55 you much change the default profile, restart, then repeat the process if you want to go back to your original default profile.

I use this as a quick way to get out of multiprocess (e10s) mode when I need to use an e10s-incompatible extension like github-wc-polyfill, so this bug makes that process rather cumbersome.

The latest Serpent 52 doesn't have this bug; the "Launch Profile in new browser" buttons work correctly there.

Edited by Mathwiz
Link to comment
Share on other sites

2 hours ago, Mathwiz said:

Ran into an obscure bug in the 4/1 and 4/15 Serpent 55 releases: on the about:profiles page, if you try to use any of the "Launch Profile in new browser" buttons, they don't launch the selected profile. They all launch the default profile instead. Thus, to switch profiles on Serpent 55 you much change the default profile, restart, then repeat the process if you want to go back to your original default profile.

I use this as a quick way to get out of multiprocess (e10s) mode when I need to use an e10s-incompatible extension like github-wc-polyfill, so this bug makes that process rather cumbersome.

The latest Serpent 52 doesn't have this bug; the "Launch Profile in new browser" buttons work correctly there.

could you please create issues (this one and session restore bug) in bk55 github page so I won't forget after syncing changes?

Link to comment
Share on other sites

Thumbnail Zoom Plus don't work properly anymore in last builds of both Serpent 52 and NM 27. 

When set to show a zoomed image by pressing a hotkey (like this), it doesn't work. The hotkey does nothing. 

When the setting is reversed (like this), it appears to work, but this is not my preferred mode of using it unless i browse some gallery. 

 

Any clue if this is caused by some intended change in the browsers, or it's a bug?

Link to comment
Share on other sites

Anyone knows anything about the glitch with uBlock Origin 1.16.4.30 on Google search redirecting back to Google search when using JavaScript master switch? Have the following rules in uBlock along with a fresh browser profile so something else doesn't change the behavior:

no-scripting: * true
no-scripting: google.com false

Perform a search on Google and try to open anything it finds, you will be redirected back to Google unless the target site also has no-scripting rule set to false. So JavsScript combination - Google yes, target site no doesn't work as expected. Any way to make it work like it's supposed to? No issue with recent non-legacy uBlock Origin version on other browsers.

Link to comment
Share on other sites

@roytam1

Hi Roy, really appreciate all the work you do keeping these browsers going.

The blank page problem is fixed, thanks for that. There appears to be some performance-related change in today's release similar to 52.0 after visiting certain sites. It doesn't seem as bad but it is slowing over time. Maybe it's the ResizeObserver API? Just guessing but will keep using it and let you know.

 

Edited by DanR20
Link to comment
Share on other sites

4 hours ago, DanR20 said:

@roytam1

Hi Roy, really appreciate all the work you do keeping these browsers going.

The blank page problem is fixed, thanks for that. There appears to be some performance-related change in today's release similar to 52.0 after visiting certain sites. It doesn't seem as bad but it is slowing over time. Maybe it's the ResizeObserver API? Just guessing but will keep using it and let you know.

 

yeah, because some UXP security changes causing this. I wonder if I can find them out and try to revert them to see if performance can be better.

Link to comment
Share on other sites

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20220423-f94c0da-uxp-059e35a46-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20220423-f94c0da-uxp-059e35a46-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-20220423-f94c0da-uxp-059e35a46-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.5a1.win32-git-20220423-ba47fad4d-uxp-059e35a46-xpmod.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.5a1.win32-git-20220423-ba47fad4d-uxp-059e35a46-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.5a1.win64-git-20220423-ba47fad4d-uxp-059e35a46-xpmod.7z

Official GRE changes picked since my last build:
- Issue #1838 - Part 1: Remove CSS grid preference (4f059d2c8)
- Issue #1838 - Part 2: Remove `grid-` prefix from `grid-(column|row)-gap` properties (b4f2c8368)
- Issue #1838 - Part 3: Regenerate developer tools' static CSS properties database (4f6d33155)
- Issue #1838 - Part 4: Implement flexbox layout for `(column|row)-gap` properties (d0cbf1a74)
- Issue #1838 - Part 5: Address follow-up issues to initial flexbox layout for `(column|row)-gap` properties (57d616da4)
- Issue #1838 - Part 6: Re-resolve row-gap against the sum of row track sizes for auto-sized grid containers (5800b95cd)
- Issue #1838 - Part 7: Update tests (870fee82e)
- Issue #1370 - Part 1: Refactor nsFrame to use a separate function for handling `flex-basis` (9d0492be5)
- Issue #1370 - Part 2: Remove redundant special-case code for treating flex-basis enum values as 'auto' in vertical axis (b6b20a04e)
- Issue #1370 - Part 3: Implement `content` keyword for `flex-basis` property (9dc59c43f)
- Issue #1370 - Part 4: Treat `flex-basis: content` as `max-content` (b315caec8)
- Issue #1370 - Part 5: Regenerate developer tools' static CSS properties database (581097efe)
- Issue #1370 - Part 6: Update tests (3c6a52a0a)
- Issue #1859 - Part 1: Update xz-embedded library. (bf11d77c4)
- Issue #1859 - Part 2: xz-embedded build config changes (fc95b11fa)
- Issue #1859 - Part 3: Replace bzip2 handling in MAR files with xz. (a195efca4)
- Issue #1859 - Part 4: Update mar file generation scripts for use of xz. (121d56e08)
- Issue #1859 - Part 5: Add format detection to unwrap_full_update.pl (b0e0cd7f9)
- Issue #1859 - Part 6: Update mach mar to accept --bz2 for old style MAR (6c1c2339b)
- Issue #1861 - Cache the most recent nsGenConNode to speed up future insertions. (c0591cb14)
- Issue #1864 - Fix IonBuilder::maybeMarkEmpty. (2aeed5765)
- Issue #1804 - Fix building with GCC 11 (908d58ab7)
- Issue #1370 - Follow-up: Give table wrapper boxes a special case during flex base size resolution, so that percent main-sizes can be respected (e765c8edb)
- Issue #1382 - Set canonical name for trimStart and trimEnd functions (4a57663c1)
- Issue #1838 - Follow-up: Prevent grid shorthand from resetting gutter properties (e16a340a3)
- Issue #1859 - Build xz-embedded lib when the updater is built. (ddf654bf9)
- Issue #1860 - Change LayerManagerData::mDisplayItems to a vector instead of hashtable (070b283e3)
- Issue #1860 - Follow-up: Make sure we don't add duplicate frames (f039cc7ef)
- Issue #1860 - Follow-up: Fix indentation. (542276283)
- Issue #1873 - Part 1: Introduce ParentForUndisplayedMap helper method (c5f6e6155)
- Issue #1873 - Part 2: Ensure normalized parent is used for UndisplayedMap handling code (f2a9abd21)
- Issue #1873 - Part 3: Fix indentation (fc9ac112d)
- Issue #738 - Follow-up: Remove explicit session cache cleanup routine from ShutdownNSS (031a92895)
- No issue - Use UXP generic credentials if no module.ver is present. (93c90e371)
- Issue #1877 - Resolve RELEASE_OR_BETA conditionals. (d4eac725f)
- Revert "Issue #3024 - First pass support for :host and :host-context" (ecdf4bfb2)
- Issue #1593 - Part 1: Import William Chen's patches w/o selector implementation, fixed up. (7472bc02b)
- Issue #1593 - Part 2: Account for Shadow DOM v1 and iterator in nsBindingManager. (5c002ce20)
- Issue #1593 - Part 3: Add selector logic for :host and :host-context. (c37370751)
- Issue #1593 - Part 4: Make :host pass DOM parsing test and basic specificity tests. (9bf01d670)
- Issue #1593 - Part 5: Fix error that messes with event state detection. (88e4cd51a)

No official Basilisk changes picked since my last build.

No official Pale-Moon changes picked since my last build.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. MCP Basilisk/Pale-Moon rev after datecode will be removed later.

Link to comment
Share on other sites

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20220423-09ad7aaf-uxp-059e35a46-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20220423-09ad7aaf-uxp-059e35a46-xpmod.7z

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

* 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-20220423-id-f0915f3-uxp-059e35a46-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20220423-id-f0915f3-ia-c642e3c-uxp-059e35a46-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.

Link to comment
Share on other sites

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

Test binary:
Win32 http://o.rthost.win/basilisk/basilisk55-win32-git-20220423-4c4d2d089-xpmod.7z
Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20220423-4c4d2d089-xpmod.7z

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

Repo changes:
- import from UXP: [no issue] Fix whitespace (no code change) (57c79f82) (b171c3c98)
- import from UXP: [dom/media] Use an atomic for mInputDeviceID to avoid potential race (e1b0d4ee) (117330dbe)
- import from UXP: [webaudio] Keep track of whether the HRTF database has already been loaded. (f15da2d0) (e3a477382)
- ported from UXP: Issue #1655: Update MediaQueryList to the current draft spec. (78bcb176) (c4babb5e2)
- import from UXP: [Basilisk] [downloads] Stop using referrers as sources (f8c9d784) (eb388f59f)
- import from UXP: Issue #1643 - Follow up: Add a null check for mOwner in ResizeObserverNotificationHelper::Unregister (7f8852ba) (fb965cf26)
- import from UXP: Issue #1643 - Follow-up: Make sure things aren't changed while iterating. (2fae1362) (d26a00ec3)
- import from UXP: Issue #1647 - Followup: Remove excessive VARIANT_OPACITY statements. (9f00ec1d) (18708ff1b)
- import from UXP: Issue #1665 - Take overflow-wrap into account when calculating min-content intrinsic size. (6f8365a0) (14cff0c8e)
- ported from UXP: Issue #1666 - Implement overflow-wrap: anywhere (d602cb07) (387fb5b59)
- import from UXP: Issue #1666 - [devtools] Teach devtools about overflow-wrap: anywhere (82fe52ad) (faf693c3f)
- import from UXP: Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+) (810ce6aa) (93f83e2a2)
- import from UXP: [Basilisk] Issue #23 - Enable per-monitor DPI v2 in Basilisk (208ef44f) (ddd242d4c)
- ported from UXP: Issue #1643 - Follow-up: Ensure we properly clear our pointers when the Presentation of a document is destroyed. (317b96a1) (4dfce2a01)
- ported from UXP: Issue #1671 - Unprefix ::-moz-selection (e3f6690e) (34509915b)
- partly ported from UXP: Issue #1668 - Part 2: Visited color and auto support for caret-color property. (1f68b254) (7d175ef31)
- import from UXP: [DOM Fetch] Improve stability of Fetch API. (962a17ac) (58372e481)
- import from UXP: [DOM Fetch] Detect broken pipes and propagate that write error to the caller. (078536b2) (2ca3174a3)
- import from UXP: [DOM] When failing to create a channel and an image request, make sure to set the image blocking status appropriately. (e77b1844) (974c68690)
- import from UXP: [netwerk] Make nsIncrementalStreamLoader's GetNumBytesRead threadsafe. (efa2f805) (ea2d9867d)
- partly ported from UXP: Issue #1673 - Part 2: Make tab-size animatable and fix typos. (b739e46f) (50e66e986)
- ported from UXP: Issue #1673 - Part 3: Bring minimum tab advance up to spec. (a64dc2a3) (75f9d9728)
- ported from UXP: Issue #1673 - Part 4: Unprefix -moz-tab-size. (73730695) (138d95b4d)
- ported from UXP: Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference. (5026bdf5) (ac06d7fda)
- import from UXP: [devtools] More gracefully (than a crash) handle stack capture failures. (3e118e49) (7da7c4205)
- import from UXP: Issue #1677 - Part 1: Import new V8 regexp code with Mozilla's header modifications (6dc6ff45) (95c81a9bb)
- import from UXP: Issue #1677 - Part 2: Add build files (a3bc68b4) (b1fc35d04)
- import from UXP: Issue #1677 - Part 3: Create shim definitions for V8-specific code in new regexp implementation (fdb560b3) (24d99b774)
- import from UXP: Issue #1677 - Part 4: Implement shim for regexp (12c7f5df) (c6db24e8d)
- import from UXP: Issue #1677 - Part 5: "Simplify" regexp re-import process (and re-import from later revision) (e3a3e923) (9a99ffca9)
- import from UXP: Issue #1677 - Part 6: Implement NativeRegExpMacroAssembler for new regexp import based on irregexp/NativeRegExpMacroAssembler.cpp (0789f637) (a99d481ca)
- ported from UXP: Issue #1677 - Part 7: Add unicode/uniset.h to check_spidermonkey_style.py for some reason (c44d7d21) (55226fd5d)
- import from UXP: Bug 1328948 - Add is(), as() to Cell. (d646d440) (645785871)
- import from UXP: Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*(). (86402bf7) (371ec8c2c)
- import from UXP: Issue #1679 - Part 1: First pass account for some of the refactoring differences in regexp-shim.h (dbeab6d3) (4d065496e)
- import from UXP: Issue #1679 - Part 2: Some small issues to address buildability. (87982cb4) (978aea8aa)
- import from UXP: Issue #1683 - [libjar] Fix inflation logic. (889311cd) (6733edc6b)
- import from UXP: Issue #1683 - Update libjar module. (48a4d205) (cbd7571f0)
- import from UXP: [packager] Optimize archive accesses. (d0dbdf4e) (442ddfbd0)
- ported from UXP: Issue #251 - Move chrome packaging options to ac configure (e3168035) (509a72e98)
- import from UXP: [gfx][Skia] Hold mutex while accessing shared SkImage data. (3cac4d85) (a06a00bb9)
- import from UXP: [xpcom] Fix GetWindowsFolder storage (07864a92) (c393ab05f)
- import from UXP: [xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false. (035de959) (ada17826b)
- import from UXP: [http] Use a copy of nsHttpConnectionInfo. (63a7c7f9) (720496034)
- import from UXP: [dom] Remove attributes from descendants when setting sanitized style. (9de5e02c) (18744df34)
- import from UXP: [sfnt] Fix heap buffer overflow. (94187c71) (284033817)
- ported from UXP: [webrtc] Only init WebRtcAec callbacks once (24ec8b90) (92a39abbe)
- ported from UXP: Issue #1624 - Make ion inlining optimizations a pref. (ec086512) (178bc9d0a)
- ported from UXP: Issue #1695 - Fix socket timeout logic. (f04f4a99) (6cfa4892d)
- import from UXP: Issue #1696 - Propagate flex sizes to the table wrapper (873a58c4) (17a671412)
- import from UXP: [toolkit] Handle corner case confusion of downloaded files without extension. (ef3947ea) (f98db156d)
- partly ported from UXP: Issue #1710 - Check for triggering principal URI in FTP subresource check. (3caca43d) (72de4a709)
- partly ported from UXP: Issue #1624 - Fix slot access intrinsics for objects with > 16 reserved slots (325e57e9) (091e0c846)
- import from UXP: Issue #1705 - Part 1: Rename nsChangeHint_CSSOverflowChange to *ScrollbarChange. (e993607a) (eb69dff93)
- import from UXP: Issue #1705 - Part 2: Add a ShowScrollbar enum to be used in ScrollReflowInput. (37650106) (da2f4c520)
- ported from UXP: Issue #1705 - Part 3: Rename ScrollbarStyles to ScrollStyles. (21f70739) (86c286d6a)
- ported from UXP: Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser. (8e08d8bf) (dffe14317)
- import from UXP: Issue #1705 - Part 5: Implement scrollbar-width:none for all target platforms. (7060aae2) (b6f0e1bab)
- import from UXP: Issue #1705 - Part 6: Remove scrollbarbutton min-{width|height} rule from theme. (953cd5b6) (ea6d2d5aa)
- import from UXP: Issue #1705 - Part 7: Implement scrollbar-width:thin on Windows. (32df94bf) (c6f5b2e8d)
- import from UXP: Issue #1705 - Part 8: Implement scrollbar-width:thin on GTK. (2d99d18c) (123ab0870)
- import from UXP:
 - Issue #1705 - Part 9: Implement scrollbar-width:thin on Mac (cocoa). (b523c3be)
 - Issue #1705 - Part 9b: Revert overzealous changes on Mac (cocoa). (4461ea7a) (3f6853820)
- ported from UXP: [Basilisk] [Tabbed browser] Pref detach&tear-off of tabs. (9afad4fa) (d7abf7d11)
- ported from UXP: Issue #1689 - Part 1: Add pref for DOM Animation timelines API (ad1e2abe) (4b6fe7617)
- ported from UXP: Issue #1689 - Part 2: Add a preference for implicit keyframes (d9693c29) (00727db25)
- ported from UXP: Issue #1689 - Part 3: Add a preference for animation composite modes. (fdeb68f0) (3f9653cb4)
- import from UXP: Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations() (15feed4c) (ccbdfc26b)
- import from UXP: Issue #1689 - Part 5: Enable DOM Animations API except the preffed-off parts. (de538211) (6450e6b68)
- ported from UXP: Issue #1715 - Handle errors when initializing print settings from the printer fails due to a bad printer name or O.S. error. (82994ebc) (d2c7744bf)
- ported from UXP: Issue #1630 - Enable W3C pointer events by default. (07ca4f6f) (0d1241501)
- ported from UXP: Issue #1319 - Resolve RELEASE_OR_BETA questions in all.js (74680d59) (c6879e414)
- ported from UXP: Issue #1719 - Make <menuitem> pref-controlled and disable by default. (a828a5f3) (e46802e69)
- import from UXP: [layout, XUL] Avoid accessing invalidated frame. (ef906c71) (409382388)
- import from UXP: Fix rooting hazard in ImageBitmap::CreateInternal by avoiding movable data. (9b6e17cf) (3c5d64686)
- import from UXP: [js] Add AutoEnterOOMUnsafeRegion to JS_TransplantObject. (5d2fea0d) (dead70a0a)
- import from UXP: [webaudio] Fix up ReverbInputBuffer's writeIndex. (1835a243) (dc2b7237b)
- import from UXP: [DOM] Try to avoid slow shrinking GC during sync calls (8630e4f6) (50a8df46b)
- ported from UXP: [DOM] Store weak pointer to next parents. (202ef2a5) (7ba831e05)
- import from UXP: [network] Hold mutex when accessing mSecurityInfo. (b83d024e) (4f0d138d8)
- import from UXP: Issue #1723 - Fix Linux build bustage in HTMLMenuItemElement.cpp (a0aabcda) (009a52dac)
- import from UXP: Issue #1515 - Add null check to nsCSSFrameConstructor::IsValidSibling (5fb8c296) (e80d4c7f9)
- ported from UXP: Issue #1726 - Implement String.replaceAll() (00a68906) (0131e90bd)
- import from UXP: Issue #1726 - Add verification test for string.replaceAll() (4ff9d87c) (714e038ed)
- import from UXP: Issue #1732 - Implement JSON superset proposal. (34dc5169) (88c178f81)
- import from UXP: Issue #1738 - Part 1: Improve performance of JSON stringify (feab62b0) (e1cf29d6d)
- import from UXP: Issue #1738 - Part 2: Implement well-formed JSON stringify (23c9fab2) (a7a0264b0)
- import from UXP: Issue #1738 - Follow-up: Update comment (no code changes) (dc1d14fc) (0b851b913)
- import from UXP: Issue #1739 - Implement numeric separators. (bd0f8a2e) (e601d28e8)
- import from UXP: [js] Add XMMRegName for invalid_xmm (d6c1cc53) (2b48eac90)
- ported from UXP: Issue #1688 - Add flood guard to state change logic. (51c4b183) (5a66c9ed6)
- ported from UXP: [widget] Require user interaction when picking files or folders v2 (d867f26c) (7ecb8a987)
- ported from UXP: [dom] Update noscript serialization to the changed spec. (d86d1256) (e140bd891)
- partly ported from UXP: [html-parser] Check for integer overflow when computing new buffer sizes. (5934c74a) (68cfc9ffc)
- import from UXP: [DOM] Don't reveal error details for CORS-cross-origin decoding errors. (8a55eab) (9a2105458)
- ported from UXP: [security] Hold mutex when accessing TSI fields. (ef29cca2) (7a341cd81)
- import from UXP: Issue #457 - Remove duplicate PKCS11 definitions (9fd40b1c) (de2bd6e27)
- import from UXP: [MFBT] Update lz4 to 1.9.3 (63637d3f) (7ca78235e)
- import from UXP: [OTS] Backport some upstream OTS commits. (88a25413) (bb5dfc59e)
- ported from UXP: Issue #1746 - Update pkix code with later NSS code. (ed26fe34) (86ba32da4)
- import from UXP: [CSS] Enable scrollbar-width keyword by default. (a29e3424) (eebadcf37)
- ported from UXP: Issue #1752 - Implement "prefers-color-scheme" as a user preference. (da2461fa) (4c4d2d089)

Edited by roytam1
Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220423-343d0fbef-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220423-343d0fbef-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20220423-343d0fbef-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220423-343d0fbef-xpmod.7z

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

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - put back some crash-reporter stff (f004751763)
 - Bug 1138520 - Don't wait for ForceKill to finish (r=jchen) (de2281f03d)
 - Bug 1141661 - Load chrome before processing delayed frame scripts. r=smaug (bbf2f89f6c)
 - fix patch order issue (8852ce07c9)
 - Bug 1111555 - Don't accidentally cancel downloads if we think we're exiting private browsing. r=ehsan (0adfab95bd)
 - restore some crash-reporter stuff (90d37b8709)
 - Bug 1142229, part 2 - Shut down the Nuwa process when its PContentParent::Close() is called. r=tlee (1002749bf5)
 - Bug 1142229, part 1 - Clean up and refactor test cases for the Nuwa process. r=mrbkap (decea0f38d)
 - Bug 1115496 - [DeviceStorage] Use change event to notify gaia if there is default location change. r=dhylands (b6bf095eb1)
 - Bug 1186273 - Part 1. Move preferences and observers into dedicated threadsafe module. r=dhylands (5c8c091e71)
 - Bug 1126694 - Test case. r=dhylands (29bd4893ef)
 - Bug 1173484 - Fix race caused by adding new volumes. r=aosmond (7f7e034017)
 - Bug 1186273 - Part 2. Improve reuse of and releasing of device storage objects where appropriate. r=dhylands (340dd77ede)
 - Bug 974770 - Get rid of dom.mozInputMethod.testing in test scripts. r=kanru, r=mrbkap (88884a9cfd)
 - Bug 994337 - Force sending strings over TCPSocket when strings are required. r=asuth (5b68048814)
 - Bug 1176542 - Trace the window object in the TCPSocket child proxy. r=mccr8 (793e362a86)
 - Bug 885982 - Part 1: Convert TCPSocket to WebIDL and rewrite in C++. r=asuth,mayhemer,bz
 - Bug 885982 - Part 2: Convert TCPServerSocket to WebIDL and rewrite in C++. r=asuth,mayhemer,bz
 - Bug 885982 - Part 3: Add e10s support to TCPSocket and TCPServerSocket. r=asuth,mayhemer,bz (2330a252e0)
 - Bug 1154878. Stop exposing navigator.tainteEnabled in workers. r=ehsan (890912c45a)
 - Bug 1192727 - Improve the way that Presentation receiver gets the ID of the incoming session. r=smaug (4655052a24) (864531f7d)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1192101 - Part 1 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 1 - WebIDL Bindings. r=smaug (966c9ef0cc)
 - Bug 1192101 - Part 2 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 2 - Change notification & event dispatching. r=smaug (884dc29bbf)
 - Bug 1192101 - Part 3 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 3 - Adjust errors. r=smaug (deff3602fb)
 - Bug 1201805 - [Presentation WebAPI] Fix collaboration issues with control channel. Part 2 - Adjust the timing to send offer. r=smaug (12fd6daaf6)
 - Bug 1192101 - Part 4 -Support PresentationRequest / PresentationAvailability / getSession(s). Part 4 - Rename PresentationSessionInfo relevant classes. r=smaug (426ecdf6bc)
 - Bug 1202582 - Part 2 - [Presentation WebAPI] Ensure incoming messages are well delivered to receiver pages. Part 2 - PresentationSessionInfo. r=smaug (8063fb8b0c)
 - Bug 1202582 - Part 1 - Presentation WebAPI] Ensure incoming messages are well delivered to receiver pages. Part 1 - PresentationSessionTransport. r=jdm (4557d46a69)
 - Bug 1192101 - Part 5 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 5 - Tests. r=smaug (09ed937625)
 - Bug 950660: Part 1: Support bind in TCPSocket from content process r=jdm (a4c5a6e59d)
 - Bug 950660: Part 1: Support bind in TCPSocket from content process r=jdm
 - Bug 950660: Part 2 - Change TCPSocket interface to TCPSocketChild and unbitrot r=jdm
 - Bug 950660: Part 3 - make TCPSocket/TCPSocketChild interface an IDL interface r=jdm (4694a7afa8)
 - Bug 885982 - Part 4: Remove all traces of JS implementation. r=asuth (0b4308ac2b)
 - Bug 1171760: P6. Use MediaSourceSamples logging in ContainerParser. r=cpearce (83abe7a45f)
 - Bug 1186257 - Fix formatting. r=jya (33715d7cd7)
 - Bug 1171760: P5. Add MediaSourceSamples logging. r=cpearce (5ebfc707ec)
 - Bug 1197563 - Polyfill __func__ for MSVC 2013 and earlier. r=froydnj (c5d0f4edde)
 - Bug 1186257 - Use default dtor in ContainerParser. r=jya (270678ff2a)
 - Bug 1188150 - Move ContainerParser dtor to implementation. r=jya (67ece68407)
 - Bug 1183196: [MSE] P3. Slightly increase debugging information. r=kentuckyfriedtakahe (dbc73818a3)
 - fix spacing (7407c57db7) (058eb0d0e)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1173051 - Minor optimizations for device storage enumerate on parent and child. r=dhylands (31037e471a)
 - Bug 1020179 followup: Mark DeviceStorageRequest::GetRequester as override (and use NS_IMETHOD instead of NS_IMETHODIMP inside of class definition). rs=ehsan (b2a0808c21)
 - Bug 1171170 - Consolidate/cache access to permissions, cycle collected objects in device storage. r=dhylands (8eddc30aed)
 - Bug 1204618 - Add a field to the DeviceStorage object holding the low-disk-space status. r=dhylands, r=bzbarsky (52257b821f)
 - Bug 1128505 - Preload Webapps.js for faster mozApps instantiation. r=fabrice (d540be89af)
 - Bug 1166207 - Load preload.js in the Nuwa process. r=khuey (1310da32df)
 - MOZ_FINAL -> final (887f351669)
 - Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj (b09ea156b6)
 - Bug 1195767 - part 1 - remove nsCOMPtr temporary from nsEventQueue::PtEvent; r=gerald (fed354ffb7)
 - Bug 1195767 - part 2 - create an nsEventQueueBase templated over the monitor type; r=gerald (ede20ac6f4)
 - Bug 1202497 - part 1 - switch nsEventQueue to use a non-reentrant Monitor; r=gerald (cd043d1267)
 - Bug 1195767 - part 3 - modify nsThreadPool to use a non-reentrant monitor; r=gerald (52eec3d125)
 - Bug 1202497 - part 2 - remove ReentrantMonitor specializations for nsEventQueueBase; r=gerald (ceb1a9e63e)
 - Bug 1202497 - part 3 - remove nsThread::GetEvent; r=gerald (ef9a5924fe)
 - Bug 1202828 - use nsEventQueue::HasPendingEvent in nsThread.cpp; r=mccr8 nsEventQueue's HasPending event is defined to simply: (2e7a6ebcd2)
 - Bug 1202497 - part 4 - lock around call to nsChainedEventQueue::HasPendingEvent; r=gerald (bc69bb30db)
 - Bug 1202497 - part 5 - make the locking requirements of nsChainedEventQueue explicit; r=gerald (fbd73f2b0c)
 - Bug 1195767 - part 4 - remove nsEventQueue::GetReentrantMonitor; r=gerald (1dfa6b186a)
 - Bug 1195767 - part 5 - use signaling instead of broadcast when work items are placed in nsEventQueue; r=gerald (1f01f6198a)
 - Bug 1202497 - part 6 - make the locking requirements of nsEventQueue explicit; r=gerald (7aaf4eb9cd)
 - Bug 1202497 - part 7 - make nsEventQueue use external locking; r=gerald (2b31ff22f0)
 - Bug 1202497 - follow-up - fix static analysis bustage; r=me (b7997e75f5)
 - Bug 1197672 - s/_sendPromise/createPromiseWithId/ in mozInputMethod.addInput(). r=kchen (fb8e91e67e)
 - Bug 1132349 - Test for focus removal after pagehide/submit/beforeload. r=janjongboom (a9adc87bb5)
 - Bug 1137557 - Part 3: Allow content to pass a dict representing the property of the keyboard event to send. r=masayuki, sr=smaug (4e27b2bfc9)
 - Bug 895274 part.18 Rename NS_PLUGIN_ACTIVATE to ePluginActivate r=smaug (6ad79fee12)
 - Bug 1167069 - Watch out for deletion of current frame. r=jmathies (2868b2689d)
 - Bug 895274 part.19 Rename NS_PLUGIN_FOCUS to ePluginFocus r=smaug (792d1d41d8)
 - Bug 895274 part.20 Rename NS_OFFLINE to eOffline r=smaug (6eab162432)
 - Bug 895274 part.21 Rename NS_ONLINE to eOnline r=smaug (91fb9aea87)
 - Bug 895274 part.22 Get rid of NS_MOZ_USER_* since nobody is using them r=smaug (a46848bfc5)
 - Bug 895274 part.23 Rename NS_LANGUAGECHANGE to eLanguageChange r=smaug (11ee7a6511)
 - Bug 895274 part.24 Rename NS_MOUSE_MESSAGE_START to eMouseEventFirst r=smaug (52168d3374) (c554d461a)
- addendum of rev c554d461ab (023203e55)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 895274 part.25 Rename NS_MOUSE_MOVE to eMouseMove r=smaug (fd637481f2)
 - Bug 895274 part.26 Rename NS_MOUSE_BUTTON_UP to eMouseUp r=smaug (01314a434b)
 - Bug 895274 part.27 Rename NS_MOUSE_BUTTON_DOWN to eMouseDown r=smaug (b4839f190c)
 - Bug 895274 part.28 Rename NS_MOUSE_ENTER_WIDGET to eMouseEnterIntoWidget r=smaug (148807ec51)
 - Bug 895274 part.29 Rename NS_MOUSE_EXIT_WIDGET to eMouseExitFromWidget r=smaug (249a5db8de)
 - Bug 1157195, null check for widget before generating drag events, r=masayuki (ca08721f76)
 - Bug 1156964, consume tab key also in e10s, r=felipe (4f169cb329)
 - Bug 1158633, if EventStateManager::mGestureDownContent is non-null, so should mGestureDownFrameOwner be, r=enndeakin (8975a44344)
 - Bug 895274 part.30 Rename NS_MOUSE_DOUBLECLICK to eMouseDoubleClick r=smaug (fe39991215)
 - style (5b3468be0c)
 - Bug 895274 part.31 Rename NS_MOUSE_CLICK to eMouseClick r=smaug (c442dc8a76)
 - Bug 895274 part.32 Rename NS_MOUSE_ACTIVATE to eMouseActivate r=smaug (46e3e0712a)
 - Bug 895274 part.33 Rename NS_MOUSE_OVER to eMouseOver r=smaug (fd9f4ad861)
 - Bug 895274 part.33 Rename NS_MOUSE_OVER to eMouseOver r=smaug (2631639696)
 - missing parts of Bug 1173725 - part 1: force top border to be visible on windows 10 (2533fe48c3)
 - Bug 1184942 - Use DPI scaling factor to ensure top window border is correct thickness. r=jimm (e0ffd4538a)
 - Bug 1163113 - Implement -moz-window-dragging on Windows for Graphene r=jimm (d4c02f04dd)
 - Bug 895274 part.35 Rename NS_MOUSE_MOZHITTEST to eMouseHitTest r=smaug (aea1520561)
 - reinstatiate full WebRTC configure options (7519d9431a)
 - Bug 1106958 - Use android.media.MediaCodec for decoding in WebRTC stack. r=snorp, r=gcp, r=ted (0a9f2ca886)
 - ... and add back missing file critical_section_win.cc in webrtc (2cbd76aba)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - non-android part of Bug 1159371 - Make --disable-compile-environment work with --enable-application=mobile/android. r=glandium (489eef9b71)
 - Bug 1159371 - Allow compiling sub-directories with --disable-compile-environment. r=glandium (5994752e02)
 - Bug 1191819 - part 1 - substitute MOZ_BZ2_CFLAGS as a list; r=mshal (71cc3c5600)
 - Bug 973933 - New updater-xpcshell binary for updater tests. r=rstrong (231074b8dd)
 - Bug 973933 - Fix mochitest chrome updater tests. r=rstrong (30fbbcb6fc)
 - Bug 973933 - Fix Nightly builds failing on updater-xpcshell. r=rstrong (8321af1395)
 - Bug 1151827 - Fix re-building toolkit/mozapps/update on Windows. r=rstrong (ebc315c842)
 - missing bit of Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps (cd79d1609d)
 - Bug 1165061 - Fix Intermittent test_0102_background_restartNotification_staging.xul by not copying app files when staging for tests and enable the tests for Linux and Mac. r=spohl (918995f426)
 - Bug 1191819 - part 2 - move updater's CXXFLAGS munging to moz.build; r=mshal (1e671a9838)
 - Bug 1168042, return a bool from PerformAccessKey indicating if focus was changed, r=masayuki (2077cb0763)
 - Bug 895274 part.36 Rename NS_MOUSEENTER to eMouseEnter r=smaug (fa49e67e92)
 - Bug 895274 part.37 Rename NS_MOUSELEAVE to eMouseLeave r=smaug (1cc67b7bf5)
 - Bug 895274 part.38 Rename NS_MOUSE_MOZLONGTAP to eMouseLongTap r=smaug (57b23d9678)
 - Bug 1188234, part 1 - Initialize |number|. r=smaug (65734ffddd)
 - Bug 1188234, part 2 - Add bounds checking in nsXULPrototypeElement::Deserialize(). r=smaug (c60e5e2eb0)
 - Bug 1188234, part 3 - Make allocation of nsXULPrototypeAttribute fallible in nsXULPrototypeElement::Deserialize(). r=smaug (8ce4fe9925)
 - Bug 1188234, part 4 - Don't append null to mChildren. r=smaug (2ec23c1c28)
 - Bug 1190608, part 4 - Brace a few ifs in nsXULElement.cpp. r=poiru (1186ad8a86)
 - Bug 1190608, part 3 - Remove some infallible new checks in nsXULElement.cpp. r=poiru (b2cf9b38b9)
 - part of Bug 1190608, part 2 - Tuck elses in nsXULElement.cpp. r=poiru (98e6b93cdd)
 - Bug 1190608, part 1 - Delete trailing whitespace in nsXULElement.cpp and nsXULPrototypeCache.cpp. r=poiru (3e80527246)
 - Bug 1190608, part 5 - Sink the declaration of i in nsXULElement.cpp. r=poiru (d6917f5d96)
 - Bug 1193572, part 1 - Don't use return values of failing calls in XUL deserialize methods. r=baku (8410bb3954)
 - Bug 1193572, part 2 - nsXULPrototypeElement::Deserialize should use fallible SetCapacity. r=baku (15bf7ba655)
 - Bug 1193572, part 3 - Don't re-initialize mType for XUL proto elements. r=baku (bdddcc6b0e)
 - Bug 1193572, part 4 - Make script element ownership more direct. r=baku (7729aba5b3)
 - Bug 895274 part.39 Rename NS_POINTER_EVENT_START to ePointerEventFirst and add ePointerEventLast r=smaug (12289fc024)
 - Bug 895274 part.40 Rename NS_POINTER_LOST_CAPTURE to ePointerLostCapture r=smaug (8cf49e2dce)
 - Bug 895274 part.41 Rename NS_POINTER_GOT_CAPTURE to ePointerGotCapture r=smaug (11e1d37261)
 - Bug 895274 part.42 Rename NS_POINTER_CANCEL to ePointerCancel r=smaug (ffe18b2169)
 - Bug 1162990 - Add POINTER_LEAVE on captured element on e10s. r=smaug (98430e3bdc)
 - Bug 895274 part.43 Rename NS_POINTER_LEAVE to ePointerLeave r=smaug (635c331338) (343d0fbef)

Link to comment
Share on other sites

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 5c18c2df8...343d0fbef:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - put back some crash-reporter stff (f004751763)
 - Bug 1138520 - Don't wait for ForceKill to finish (r=jchen) (de2281f03d)
 - Bug 1141661 - Load chrome before processing delayed frame scripts. r=smaug (bbf2f89f6c)
 - fix patch order issue (8852ce07c9)
 - Bug 1111555 - Don't accidentally cancel downloads if we think we're exiting private browsing. r=ehsan (0adfab95bd)
 - restore some crash-reporter stuff (90d37b8709)
 - Bug 1142229, part 2 - Shut down the Nuwa process when its PContentParent::Close() is called. r=tlee (1002749bf5)
 - Bug 1142229, part 1 - Clean up and refactor test cases for the Nuwa process. r=mrbkap (decea0f38d)
 - Bug 1115496 - [DeviceStorage] Use change event to notify gaia if there is default location change. r=dhylands (b6bf095eb1)
 - Bug 1186273 - Part 1. Move preferences and observers into dedicated threadsafe module. r=dhylands (5c8c091e71)
 - Bug 1126694 - Test case. r=dhylands (29bd4893ef)
 - Bug 1173484 - Fix race caused by adding new volumes. r=aosmond (7f7e034017)
 - Bug 1186273 - Part 2. Improve reuse of and releasing of device storage objects where appropriate. r=dhylands (340dd77ede)
 - Bug 974770 - Get rid of dom.mozInputMethod.testing in test scripts. r=kanru, r=mrbkap (88884a9cfd)
 - Bug 994337 - Force sending strings over TCPSocket when strings are required. r=asuth (5b68048814)
 - Bug 1176542 - Trace the window object in the TCPSocket child proxy. r=mccr8 (793e362a86)
 - Bug 885982 - Part 1: Convert TCPSocket to WebIDL and rewrite in C++. r=asuth,mayhemer,bz
 - Bug 885982 - Part 2: Convert TCPServerSocket to WebIDL and rewrite in C++. r=asuth,mayhemer,bz
 - Bug 885982 - Part 3: Add e10s support to TCPSocket and TCPServerSocket. r=asuth,mayhemer,bz (2330a252e0)
 - Bug 1154878. Stop exposing navigator.tainteEnabled in workers. r=ehsan (890912c45a)
 - Bug 1192727 - Improve the way that Presentation receiver gets the ID of the incoming session. r=smaug (4655052a24) (864531f7d)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1192101 - Part 1 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 1 - WebIDL Bindings. r=smaug (966c9ef0cc)
 - Bug 1192101 - Part 2 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 2 - Change notification & event dispatching. r=smaug (884dc29bbf)
 - Bug 1192101 - Part 3 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 3 - Adjust errors. r=smaug (deff3602fb)
 - Bug 1201805 - [Presentation WebAPI] Fix collaboration issues with control channel. Part 2 - Adjust the timing to send offer. r=smaug (12fd6daaf6)
 - Bug 1192101 - Part 4 -Support PresentationRequest / PresentationAvailability / getSession(s). Part 4 - Rename PresentationSessionInfo relevant classes. r=smaug (426ecdf6bc)
 - Bug 1202582 - Part 2 - [Presentation WebAPI] Ensure incoming messages are well delivered to receiver pages. Part 2 - PresentationSessionInfo. r=smaug (8063fb8b0c)
 - Bug 1202582 - Part 1 - Presentation WebAPI] Ensure incoming messages are well delivered to receiver pages. Part 1 - PresentationSessionTransport. r=jdm (4557d46a69)
 - Bug 1192101 - Part 5 - Support PresentationRequest / PresentationAvailability / getSession(s). Part 5 - Tests. r=smaug (09ed937625)
 - Bug 950660: Part 1: Support bind in TCPSocket from content process r=jdm (a4c5a6e59d)
 - Bug 950660: Part 1: Support bind in TCPSocket from content process r=jdm
 - Bug 950660: Part 2 - Change TCPSocket interface to TCPSocketChild and unbitrot r=jdm
 - Bug 950660: Part 3 - make TCPSocket/TCPSocketChild interface an IDL interface r=jdm (4694a7afa8)
 - Bug 885982 - Part 4: Remove all traces of JS implementation. r=asuth (0b4308ac2b)
 - Bug 1171760: P6. Use MediaSourceSamples logging in ContainerParser. r=cpearce (83abe7a45f)
 - Bug 1186257 - Fix formatting. r=jya (33715d7cd7)
 - Bug 1171760: P5. Add MediaSourceSamples logging. r=cpearce (5ebfc707ec)
 - Bug 1197563 - Polyfill __func__ for MSVC 2013 and earlier. r=froydnj (c5d0f4edde)
 - Bug 1186257 - Use default dtor in ContainerParser. r=jya (270678ff2a)
 - Bug 1188150 - Move ContainerParser dtor to implementation. r=jya (67ece68407)
 - Bug 1183196: [MSE] P3. Slightly increase debugging information. r=kentuckyfriedtakahe (dbc73818a3)
 - fix spacing (7407c57db7) (058eb0d0e)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1173051 - Minor optimizations for device storage enumerate on parent and child. r=dhylands (31037e471a)
 - Bug 1020179 followup: Mark DeviceStorageRequest::GetRequester as override (and use NS_IMETHOD instead of NS_IMETHODIMP inside of class definition). rs=ehsan (b2a0808c21)
 - Bug 1171170 - Consolidate/cache access to permissions, cycle collected objects in device storage. r=dhylands (8eddc30aed)
 - Bug 1204618 - Add a field to the DeviceStorage object holding the low-disk-space status. r=dhylands, r=bzbarsky (52257b821f)
 - Bug 1128505 - Preload Webapps.js for faster mozApps instantiation. r=fabrice (d540be89af)
 - Bug 1166207 - Load preload.js in the Nuwa process. r=khuey (1310da32df)
 - MOZ_FINAL -> final (887f351669)
 - Bug 1200922: Add the ability to shut down a thread asynchronously. r=froydnj (b09ea156b6)
 - Bug 1195767 - part 1 - remove nsCOMPtr temporary from nsEventQueue::PtEvent; r=gerald (fed354ffb7)
 - Bug 1195767 - part 2 - create an nsEventQueueBase templated over the monitor type; r=gerald (ede20ac6f4)
 - Bug 1202497 - part 1 - switch nsEventQueue to use a non-reentrant Monitor; r=gerald (cd043d1267)
 - Bug 1195767 - part 3 - modify nsThreadPool to use a non-reentrant monitor; r=gerald (52eec3d125)
 - Bug 1202497 - part 2 - remove ReentrantMonitor specializations for nsEventQueueBase; r=gerald (ceb1a9e63e)
 - Bug 1202497 - part 3 - remove nsThread::GetEvent; r=gerald (ef9a5924fe)
 - Bug 1202828 - use nsEventQueue::HasPendingEvent in nsThread.cpp; r=mccr8 nsEventQueue's HasPending event is defined to simply: (2e7a6ebcd2)
 - Bug 1202497 - part 4 - lock around call to nsChainedEventQueue::HasPendingEvent; r=gerald (bc69bb30db)
 - Bug 1202497 - part 5 - make the locking requirements of nsChainedEventQueue explicit; r=gerald (fbd73f2b0c)
 - Bug 1195767 - part 4 - remove nsEventQueue::GetReentrantMonitor; r=gerald (1dfa6b186a)
 - Bug 1195767 - part 5 - use signaling instead of broadcast when work items are placed in nsEventQueue; r=gerald (1f01f6198a)
 - Bug 1202497 - part 6 - make the locking requirements of nsEventQueue explicit; r=gerald (7aaf4eb9cd)
 - Bug 1202497 - part 7 - make nsEventQueue use external locking; r=gerald (2b31ff22f0)
 - Bug 1202497 - follow-up - fix static analysis bustage; r=me (b7997e75f5)
 - Bug 1197672 - s/_sendPromise/createPromiseWithId/ in mozInputMethod.addInput(). r=kchen (fb8e91e67e)
 - Bug 1132349 - Test for focus removal after pagehide/submit/beforeload. r=janjongboom (a9adc87bb5)
 - Bug 1137557 - Part 3: Allow content to pass a dict representing the property of the keyboard event to send. r=masayuki, sr=smaug (4e27b2bfc9)
 - Bug 895274 part.18 Rename NS_PLUGIN_ACTIVATE to ePluginActivate r=smaug (6ad79fee12)
 - Bug 1167069 - Watch out for deletion of current frame. r=jmathies (2868b2689d)
 - Bug 895274 part.19 Rename NS_PLUGIN_FOCUS to ePluginFocus r=smaug (792d1d41d8)
 - Bug 895274 part.20 Rename NS_OFFLINE to eOffline r=smaug (6eab162432)
 - Bug 895274 part.21 Rename NS_ONLINE to eOnline r=smaug (91fb9aea87)
 - Bug 895274 part.22 Get rid of NS_MOZ_USER_* since nobody is using them r=smaug (a46848bfc5)
 - Bug 895274 part.23 Rename NS_LANGUAGECHANGE to eLanguageChange r=smaug (11ee7a6511)
 - Bug 895274 part.24 Rename NS_MOUSE_MESSAGE_START to eMouseEventFirst r=smaug (52168d3374) (c554d461a)
- addendum of rev c554d461ab (023203e55)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 895274 part.25 Rename NS_MOUSE_MOVE to eMouseMove r=smaug (fd637481f2)
 - Bug 895274 part.26 Rename NS_MOUSE_BUTTON_UP to eMouseUp r=smaug (01314a434b)
 - Bug 895274 part.27 Rename NS_MOUSE_BUTTON_DOWN to eMouseDown r=smaug (b4839f190c)
 - Bug 895274 part.28 Rename NS_MOUSE_ENTER_WIDGET to eMouseEnterIntoWidget r=smaug (148807ec51)
 - Bug 895274 part.29 Rename NS_MOUSE_EXIT_WIDGET to eMouseExitFromWidget r=smaug (249a5db8de)
 - Bug 1157195, null check for widget before generating drag events, r=masayuki (ca08721f76)
 - Bug 1156964, consume tab key also in e10s, r=felipe (4f169cb329)
 - Bug 1158633, if EventStateManager::mGestureDownContent is non-null, so should mGestureDownFrameOwner be, r=enndeakin (8975a44344)
 - Bug 895274 part.30 Rename NS_MOUSE_DOUBLECLICK to eMouseDoubleClick r=smaug (fe39991215)
 - style (5b3468be0c)
 - Bug 895274 part.31 Rename NS_MOUSE_CLICK to eMouseClick r=smaug (c442dc8a76)
 - Bug 895274 part.32 Rename NS_MOUSE_ACTIVATE to eMouseActivate r=smaug (46e3e0712a)
 - Bug 895274 part.33 Rename NS_MOUSE_OVER to eMouseOver r=smaug (fd9f4ad861)
 - Bug 895274 part.33 Rename NS_MOUSE_OVER to eMouseOver r=smaug (2631639696)
 - missing parts of Bug 1173725 - part 1: force top border to be visible on windows 10 (2533fe48c3)
 - Bug 1184942 - Use DPI scaling factor to ensure top window border is correct thickness. r=jimm (e0ffd4538a)
 - Bug 1163113 - Implement -moz-window-dragging on Windows for Graphene r=jimm (d4c02f04dd)
 - Bug 895274 part.35 Rename NS_MOUSE_MOZHITTEST to eMouseHitTest r=smaug (aea1520561)
 - reinstatiate full WebRTC configure options (7519d9431a)
 - Bug 1106958 - Use android.media.MediaCodec for decoding in WebRTC stack. r=snorp, r=gcp, r=ted (0a9f2ca886)
 - ... and add back missing file critical_section_win.cc in webrtc (2cbd76aba)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - non-android part of Bug 1159371 - Make --disable-compile-environment work with --enable-application=mobile/android. r=glandium (489eef9b71)
 - Bug 1159371 - Allow compiling sub-directories with --disable-compile-environment. r=glandium (5994752e02)
 - Bug 1191819 - part 1 - substitute MOZ_BZ2_CFLAGS as a list; r=mshal (71cc3c5600)
 - Bug 973933 - New updater-xpcshell binary for updater tests. r=rstrong (231074b8dd)
 - Bug 973933 - Fix mochitest chrome updater tests. r=rstrong (30fbbcb6fc)
 - Bug 973933 - Fix Nightly builds failing on updater-xpcshell. r=rstrong (8321af1395)
 - Bug 1151827 - Fix re-building toolkit/mozapps/update on Windows. r=rstrong (ebc315c842)
 - missing bit of Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps (cd79d1609d)
 - Bug 1165061 - Fix Intermittent test_0102_background_restartNotification_staging.xul by not copying app files when staging for tests and enable the tests for Linux and Mac. r=spohl (918995f426)
 - Bug 1191819 - part 2 - move updater's CXXFLAGS munging to moz.build; r=mshal (1e671a9838)
 - Bug 1168042, return a bool from PerformAccessKey indicating if focus was changed, r=masayuki (2077cb0763)
 - Bug 895274 part.36 Rename NS_MOUSEENTER to eMouseEnter r=smaug (fa49e67e92)
 - Bug 895274 part.37 Rename NS_MOUSELEAVE to eMouseLeave r=smaug (1cc67b7bf5)
 - Bug 895274 part.38 Rename NS_MOUSE_MOZLONGTAP to eMouseLongTap r=smaug (57b23d9678)
 - Bug 1188234, part 1 - Initialize |number|. r=smaug (65734ffddd)
 - Bug 1188234, part 2 - Add bounds checking in nsXULPrototypeElement::Deserialize(). r=smaug (c60e5e2eb0)
 - Bug 1188234, part 3 - Make allocation of nsXULPrototypeAttribute fallible in nsXULPrototypeElement::Deserialize(). r=smaug (8ce4fe9925)
 - Bug 1188234, part 4 - Don't append null to mChildren. r=smaug (2ec23c1c28)
 - Bug 1190608, part 4 - Brace a few ifs in nsXULElement.cpp. r=poiru (1186ad8a86)
 - Bug 1190608, part 3 - Remove some infallible new checks in nsXULElement.cpp. r=poiru (b2cf9b38b9)
 - part of Bug 1190608, part 2 - Tuck elses in nsXULElement.cpp. r=poiru (98e6b93cdd)
 - Bug 1190608, part 1 - Delete trailing whitespace in nsXULElement.cpp and nsXULPrototypeCache.cpp. r=poiru (3e80527246)
 - Bug 1190608, part 5 - Sink the declaration of i in nsXULElement.cpp. r=poiru (d6917f5d96)
 - Bug 1193572, part 1 - Don't use return values of failing calls in XUL deserialize methods. r=baku (8410bb3954)
 - Bug 1193572, part 2 - nsXULPrototypeElement::Deserialize should use fallible SetCapacity. r=baku (15bf7ba655)
 - Bug 1193572, part 3 - Don't re-initialize mType for XUL proto elements. r=baku (bdddcc6b0e)
 - Bug 1193572, part 4 - Make script element ownership more direct. r=baku (7729aba5b3)
 - Bug 895274 part.39 Rename NS_POINTER_EVENT_START to ePointerEventFirst and add ePointerEventLast r=smaug (12289fc024)
 - Bug 895274 part.40 Rename NS_POINTER_LOST_CAPTURE to ePointerLostCapture r=smaug (8cf49e2dce)
 - Bug 895274 part.41 Rename NS_POINTER_GOT_CAPTURE to ePointerGotCapture r=smaug (11e1d37261)
 - Bug 895274 part.42 Rename NS_POINTER_CANCEL to ePointerCancel r=smaug (ffe18b2169)
 - Bug 1162990 - Add POINTER_LEAVE on captured element on e10s. r=smaug (98430e3bdc)
 - Bug 895274 part.43 Rename NS_POINTER_LEAVE to ePointerLeave r=smaug (635c331338) (343d0fbef)

* 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

Link to comment
Share on other sites

16 hours ago, roytam1 said:

Hi @roytam1, I updated to your latest Pale Moon release "palemoon-28.10.5a1.win32-git-20220423-ba47fad4d-uxp-059e35a46-xpmod.7z". While trying to access web site https://sourceforge.net/projects/otter-browser/files/, the browser crashed immediately in modul xul.dll. I tried it more times, same result.

Here is a copy of Event ID:

Type :        Error
Date :        23.04.2022
Time :        16:52:06
Event :        1000
Source :        Application Error
Category :    None
User :        N/A
Computer :    SKIPPERDESKTOP
Description:
Fehlgeschlagene Anwendung palemoon.exe, Version 4.8.4.8147, fehlgeschlagenes Modul xul.dll, Version 4.8.4.8147, Fehleradresse 0x0130f96c.

And here is a copy of data:

0000: 41 70 70 6C 69 63 61 74   Applicat
0008: 69 6F 6E 20 46 61 69 6C   ion Fail
0010: 75 72 65 20 20 70 61 6C   ure  pal
0018: 65 6D 6F 6F 6E 2E 65 78   emoon.ex
0020: 65 20 34 2E 38 2E 34 2E   e 4.8.4.
0028: 38 31 34 37 20 69 6E 20   8147 in
0030: 78 75 6C 2E 64 6C 6C 20   xul.dll
0038: 34 2E 38 2E 34 2E 38 31   4.8.4.81
0040: 34 37 20 61 74 20 6F 66   47 at of
0048: 66 73 65 74 20 30 31 33   fset 013
0050: 30 66 39 36 63 0D 0A      0f96c..

The previous version "palemoon-28.10.5a1.win32-git-20220416-ba47fad4d-uxp-30e8509fd-xpmod.7z" does not have any problems accessing this web site. If you need more information, please let me know!

Kind regards, AstroSkipper

 

Edited by AstroSkipper
addition
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...