Jump to content

My Browser Builds (Part 3)


Recommended Posts

6 minutes ago, Reino said:

I believe StackOverflow.com has updated their javascript code. I'm using the latest NM28 ('palemoon-28.10.4a1.win32-git-20220226-ba47fad4d-uxp-c403014cb-xpmod-sse.7z') and I can't post answers or add comments anymore. Has anyone else experienced this?

Yup, it was working for me in Chromium 70 with the latest Chromefill (https://github.com/InterLinked1/chromefill) until about 2 days ago.

Looks like one of those "Unexpected syntax ." errors in both Chromium 70 and New Moon. Unfortunately, this will be difficult to polyfill.

Probably not even anyone at SO responsible directly, but one of the stupid libraries used somewhere on the site, so they don't even know it's happening.

I'd think posting answers would work since JS isn't required, but yeah, comments, voting, etc. definitely is broken now.

Link to comment
Share on other sites


New NewMoon 27 Build!

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

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20220305-a9171b7b2-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 1126544 - Update sixgill to handle more constructs and manage memory better (e487a0cd05)
 - Bug 1182407 - Use unpack feature of tooltool wherever possible. r=mshal (6bde76a413)
 - Bug 1123386 - Part 4: Update the tooltool manifests for the OSX and Linux static analysis builds in order to upgrade clang; r=rail (517ae90efa)
 - Bug 1204722 - Make sure that unboxed arrays created from literals are compatible with the type of the literal's elements, r=jandem. (400663edb4)
 - Bug 1117259 - Disable the no-unused-local-typedef warning if clang supports it; r=gps (16e2e49fc6)
 - Bug 1126813 - Turn on the -Wrange-loop-analysis warning if available; r=gps (1c783e1ed2)
 - Bug 1191688 - Add -nologo option to rc.exe. r=ted (9c5dbe2b89)
 - Bug 1150312 - Remove MOZ_SHARK. r=glandium (ba6db939d4)
 - Bug 1186636 - Add a pref to configure -moz prefixed gradients support. r=dholbert (9c41ae7460)
 - missing parts of  Bug 1077282: Cleanup uses of GreD vs GreBinD, introcuded by v2 signature changes on OSX. Based on initial patch by rstrong. r=bsmedberg (af60bfc743)
 - de-palemoon (d8b7bae74f)
 - Bug 932100 - Part 1: Remove load-time dependency on user32. r=bsmedberg (9864a0ed0c)
 - missing part of Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium (6497ad86bd)
 - Bug 1194890 - Ensure that any user32 imports to mozglue are delay loaded; r=glandium (afa0a8d14e)
 - Bug 1082792 - Build firefox.exe with -MD in ASAN builds; r=glandium (89771bb4c0)
 - missing VPX/WEBM stuff (ec425938c9)
 - Bug 1184452 - Correctly reject @font-face descriptors that have garbage after them. r=heycam (f530fc858e)
 - Bug 1189922. Add a preference to enable global whitelisting of the CSSUnprefixingService. r=dholbert (e2997cb125)
 - Bug 1198732 - IonMonkey: MIPS32: Fix calculate frame size in generateEnterJIT. r=nbp (454d75946d)
 - Bug 1199057 - IonMonkey: MIPS32: Plumb new.target on the stack and make it accessible to JSNatives. r=nbp (01d5cb04c2)
 - Bug 1204306 - IonMonkey: MIPS32: Clean up MacroAssembler functions that aliased to Assembler. r=arai (600dc73280)
 - Bug 1199080 - IonMonkey: MIPS32: Fix treating saved frame bit as part# o the frame type. r=nbp (5e4e5ba250)
 - Bug 1099448 - Don't accept box properties with invalid calc() or rgb() etc. function values. r=dbaron (5737e8c300)
 - Bug 1203142 - Insert /**/ separate between two adjacent '-' symbols when serializing token streams. r=simon.sapin (06fb613d6c)
 - Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett (8d8e24751d)
 - Bug 1155485 - Mark nsFrameManagerBase::mPresShell as MOZ_NON_OWNING_REF; r=roc (e79e28bbd0)
 - Bug 1121760 (part 5) - Remove PL_DHashMarkTableImmutable(). r=poiru. (8d8c7d9d65)
 - Bug 1121760 (part 6) - Move all remaining PL_DHash*() functions into PLDHashTable. r=poiru. (d36ec167cc) (8a6eb144a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1201135 - Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}. r=mccr8. (0600308646)
 - Bug 1203680 P4 Fix bug in nsStorageStream with reading streams create#d efore data is populated. r=froydnj (a51018d7c4)
 - Bug 1156109 - Make nsStorageInputStream::mStorageStream an nsRefPtr; r=froydnj (ac2083b0a4)
 - Bug 1158735 - FetchEvent.client asserting in onFetch when there's no document. r=bkelly (c67f9dc127)
 - Bug 1187766 - Test loading plugins scenarios with fetch interception. r=bkelly (9593999e0b)
 - Bug 1182103 - Test EventSource scenarios with fetch interception. r=bkelly (c45c0a9840)
 - Bug 1187470 - ServiceWorker scripts should not be treated parser warnings as errors, r=bkelly (a87dcd8b46)
 - Bug 1144660 - client.focus() adds window interaction checks and directly uses DOMServiceWorkerFocusClient to focus window. r=ehsan,dao (66293cab2c)
 - Bug 1176988 - Patch 1 - Always hit cache irrespective of HTTP method if channel is being intercepted. r=jdm (fa57442870)
 - Bug 1176988 - Patch 2 - Remove XHR cache bypass in cast of POST request. r=jdm (7009c4cfb8)
 - Bug 1182120 - Test XMLDocument.load() with fetch interception. r=bkelly (fae709bda0)
 - Bug 1176988 - Patch 3 - Tests. r=jdm (bfb5e84490)
 - Bug 815299 - Part 1: Add an API for setting an empty request header on an HTTP channel; r=dragana (ad3846e6c6)
 - Bug 815299 - Part 2: Accept empty HTTP headers in fetch; r=jdm (f4d344d4a3)
 - Bug 815299 - Part 3: Accept empty HTTP headers in XHR; r=jdm (8ed9b6251b)
 - Bug 1198544 - Prevent FetchDriver from creating multiple responses if OnStopRequest yields a failing status code. r=nsm (e6ce3a3621)
 - Bug 1171941 - Removed an incorrect URL prefix from fetch_tests.js. r=jdm (bbc57bc7e3)
 - Bug 1199693 - Test CORS preflight interception with and without an internal redirect; r=jdm (6dda8cb00e)
 - Bug 1190703 - Relax scope resolution assertion in ServiceWorkerContainer::Register. r=bkelly (75a095f761)
 - Bug 1181037 - Use entry settings object's base URL. r=ehsan (4be1b9e1cb)
 - Bug 1194562 - Pass wide strings to ThrowTypeError. r=mccr8 (360113dbb9)
 - Bug 1185640 - serviceworker register() should not accept escaped slashes. r=bkelly (3c74e3c561)
 - namespace (0853d1387f)
 - Bug 1187350 - update() should return a Promise. r=ehsan,catalinb (5fa3367032)
 - Bug 1183628 - Update web-platform-tests expected data to revision 593fd27931d7e9d573d2796fe10df9fff778d56f, a=testonly (de41f55433)
 - Bug 1180861 - Various ServiceWorker registration fixes to get test passing. r=bkelly,jgraham. (e1e5be174b)
 - Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm (fa7441fd83)
 - Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj (5067d82f06)
 - Bug 1203680 P3 Add a method to ensure an http upload stream is directly cloneable. r=mcmanus (45aed67d00) (a9171b7b2)

Link to comment
Share on other sites

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

Changelog:

In-tree changes:
- kplugins: fix build (as of nm27 rev a9171b7b) (08b5266a)
- bump KM version for API change (as of NM27 rev a9171b7b) (f163574f)

Out-of-tree changes:
* update Goanna3 to git 602cae049...a9171b7b2:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1126544 - Update sixgill to handle more constructs and manage memory better (e487a0cd05)
 - Bug 1182407 - Use unpack feature of tooltool wherever possible. r=mshal (6bde76a413)
 - Bug 1123386 - Part 4: Update the tooltool manifests for the OSX and Linux static analysis builds in order to upgrade clang; r=rail (517ae90efa)
 - Bug 1204722 - Make sure that unboxed arrays created from literals are compatible with the type of the literal's elements, r=jandem. (400663edb4)
 - Bug 1117259 - Disable the no-unused-local-typedef warning if clang supports it; r=gps (16e2e49fc6)
 - Bug 1126813 - Turn on the -Wrange-loop-analysis warning if available; r=gps (1c783e1ed2)
 - Bug 1191688 - Add -nologo option to rc.exe. r=ted (9c5dbe2b89)
 - Bug 1150312 - Remove MOZ_SHARK. r=glandium (ba6db939d4)
 - Bug 1186636 - Add a pref to configure -moz prefixed gradients support. r=dholbert (9c41ae7460)
 - missing parts of  Bug 1077282: Cleanup uses of GreD vs GreBinD, introcuded by v2 signature changes on OSX. Based on initial patch by rstrong. r=bsmedberg (af60bfc743)
 - de-palemoon (d8b7bae74f)
 - Bug 932100 - Part 1: Remove load-time dependency on user32. r=bsmedberg (9864a0ed0c)
 - missing part of Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium (6497ad86bd)
 - Bug 1194890 - Ensure that any user32 imports to mozglue are delay loaded; r=glandium (afa0a8d14e)
 - Bug 1082792 - Build firefox.exe with -MD in ASAN builds; r=glandium (89771bb4c0)
 - missing VPX/WEBM stuff (ec425938c9)
 - Bug 1184452 - Correctly reject @font-face descriptors that have garbage after them. r=heycam (f530fc858e)
 - Bug 1189922. Add a preference to enable global whitelisting of the CSSUnprefixingService. r=dholbert (e2997cb125)
 - Bug 1198732 - IonMonkey: MIPS32: Fix calculate frame size in generateEnterJIT. r=nbp (454d75946d)
 - Bug 1199057 - IonMonkey: MIPS32: Plumb new.target on the stack and make it accessible to JSNatives. r=nbp (01d5cb04c2)
 - Bug 1204306 - IonMonkey: MIPS32: Clean up MacroAssembler functions that aliased to Assembler. r=arai (600dc73280)
 - Bug 1199080 - IonMonkey: MIPS32: Fix treating saved frame bit as part# o the frame type. r=nbp (5e4e5ba250)
 - Bug 1099448 - Don't accept box properties with invalid calc() or rgb() etc. function values. r=dbaron (5737e8c300)
 - Bug 1203142 - Insert /**/ separate between two adjacent '-' symbols when serializing token streams. r=simon.sapin (06fb613d6c)
 - Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett (8d8e24751d)
 - Bug 1155485 - Mark nsFrameManagerBase::mPresShell as MOZ_NON_OWNING_REF; r=roc (e79e28bbd0)
 - Bug 1121760 (part 5) - Remove PL_DHashMarkTableImmutable(). r=poiru. (8d8c7d9d65)
 - Bug 1121760 (part 6) - Move all remaining PL_DHash*() functions into PLDHashTable. r=poiru. (d36ec167cc) (8a6eb144a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1201135 - Rename pldhash.{h,cpp} to PLDHashTable.{h,cpp}. r=mccr8. (0600308646)
 - Bug 1203680 P4 Fix bug in nsStorageStream with reading streams create#d efore data is populated. r=froydnj (a51018d7c4)
 - Bug 1156109 - Make nsStorageInputStream::mStorageStream an nsRefPtr; r=froydnj (ac2083b0a4)
 - Bug 1158735 - FetchEvent.client asserting in onFetch when there's no document. r=bkelly (c67f9dc127)
 - Bug 1187766 - Test loading plugins scenarios with fetch interception. r=bkelly (9593999e0b)
 - Bug 1182103 - Test EventSource scenarios with fetch interception. r=bkelly (c45c0a9840)
 - Bug 1187470 - ServiceWorker scripts should not be treated parser warnings as errors, r=bkelly (a87dcd8b46)
 - Bug 1144660 - client.focus() adds window interaction checks and directly uses DOMServiceWorkerFocusClient to focus window. r=ehsan,dao (66293cab2c)
 - Bug 1176988 - Patch 1 - Always hit cache irrespective of HTTP method if channel is being intercepted. r=jdm (fa57442870)
 - Bug 1176988 - Patch 2 - Remove XHR cache bypass in cast of POST request. r=jdm (7009c4cfb8)
 - Bug 1182120 - Test XMLDocument.load() with fetch interception. r=bkelly (fae709bda0)
 - Bug 1176988 - Patch 3 - Tests. r=jdm (bfb5e84490)
 - Bug 815299 - Part 1: Add an API for setting an empty request header on an HTTP channel; r=dragana (ad3846e6c6)
 - Bug 815299 - Part 2: Accept empty HTTP headers in fetch; r=jdm (f4d344d4a3)
 - Bug 815299 - Part 3: Accept empty HTTP headers in XHR; r=jdm (8ed9b6251b)
 - Bug 1198544 - Prevent FetchDriver from creating multiple responses if OnStopRequest yields a failing status code. r=nsm (e6ce3a3621)
 - Bug 1171941 - Removed an incorrect URL prefix from fetch_tests.js. r=jdm (bbc57bc7e3)
 - Bug 1199693 - Test CORS preflight interception with and without an internal redirect; r=jdm (6dda8cb00e)
 - Bug 1190703 - Relax scope resolution assertion in ServiceWorkerContainer::Register. r=bkelly (75a095f761)
 - Bug 1181037 - Use entry settings object's base URL. r=ehsan (4be1b9e1cb)
 - Bug 1194562 - Pass wide strings to ThrowTypeError. r=mccr8 (360113dbb9)
 - Bug 1185640 - serviceworker register() should not accept escaped slashes. r=bkelly (3c74e3c561)
 - namespace (0853d1387f)
 - Bug 1187350 - update() should return a Promise. r=ehsan,catalinb (5fa3367032)
 - Bug 1183628 - Update web-platform-tests expected data to revision 593fd27931d7e9d573d2796fe10df9fff778d56f, a=testonly (de41f55433)
 - Bug 1180861 - Various ServiceWorker registration fixes to get test passing. r=bkelly,jgraham. (e1e5be174b)
 - Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm (fa7441fd83)
 - Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj (5067d82f06)
 - Bug 1203680 P3 Add a method to ensure an http upload stream is directly cloneable. r=mcmanus (45aed67d00) (a9171b7b2)

* 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

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 K-Meleon 76 20220305 build
- added latest New Moon 27 20220305 builds

kind regards
soggi

Link to comment
Share on other sites

The following was posted today by the site's owner:

Quote

Important! Read this!

By xper
03/08/2022

As you all know, MSFN is made available via donations and subscriptions. Due to lack of donations in the past, MSFN will be closed soon!

Thank you.

After the on-going war in Ukraine, this is the second most distressing development for me, should it actually be implemented!
With energy (electricity+natural gas+petrol) prices hitting all-time highs, I can understand server costs are also up, yet the very same reasons leave very little room for donations for the average MSFN member that struggles considerably as it is to cope with RL's current demands...
Hard times, indeed... :(

Link to comment
Share on other sites

3 hours ago, VistaLover said:

The following was posted today by the site's owner:

After the on-going war in Ukraine, this is the second most distressing development for me, should it actually be implemented!
With energy (electricity+natural gas+petrol) prices hitting all-time highs, I can understand server costs are also up, yet the very same reasons leave very little room for donations for the average MSFN member that struggles considerably as it is to cope with RL's current demands...
Hard times, indeed... :(

I wonder why the ads aren't enough to cover the costs to run this forum. I along with many can't afford to donate, but am wondering if we could bring down the costs somehow. Yes, i know, going with *cheaper* or free options would be less secure and private and many would have issues with that, alone. 

Link to comment
Share on other sites

2 hours ago, VistaLover said:

After the on-going war in Ukraine, this is the second most distressing development for me, should it actually be implemented!
With energy (electricity+natural gas+petrol) prices hitting all-time highs...

Hello my friend! I told you what I thought of Putin a few years ago: Most definitely still a dangerous adversary. Some hold the opinion that World War III has already begun, but I can only hope that viewpoint is too pessimistic. About petrol: There is obviously a limit to how many major oil producers can be sanctioned at the same time. The previous U.S. administration (which I was not a fan of to say the very least) decided to back out of an international agreement with Iran, and furthermore imposed sanctions on Venezuela. The present U.S. administration is now scrambling to reverse those policies. Even Saudi Arabia has been somewhat on the West’s naughty list following the brutal assassination of Jamal Khashoggi in 2018, but now we must supplicate the Saudi crown prince because Putin has hit number one on the list. It might seem like a pointless game of whack-a-mole, but I suppose it is preferable to a world war.

Of course my post is OT, but these threads have a long history of OT discussions. I haven’t actually used Vista for a long time now, and no I did not downgrade to XP, so I guess I can make do without MSFN if need be. I wanted to take this opportunity to say goodbye to my friend VistaLover. It was an honor to be among the last sane people who were running Vista!

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...