RainyShadow Posted May 30, 2020 Posted May 30, 2020 7 hours ago, roytam1 said: New NewMoon 27 Build! That's some huge changelog :P The about:support page doesn't work in this build: Works fine in b.20200403: 1
simonsat Posted May 30, 2020 Posted May 30, 2020 1 hour ago, RainyShadow said: The about:support page doesn't work in this build: Everything is working. This is a language pack problem.
RainyShadow Posted May 30, 2020 Posted May 30, 2020 10 minutes ago, simonsat said: Everything is working. Got a picture? 10 minutes ago, simonsat said: This is a language pack problem. I don't use language packs. Do i need a language pack for english (en-US)?
VistaLover Posted May 30, 2020 Posted May 30, 2020 (edited) 1 hour ago, simonsat said: Everything is working. This is a language pack problem. ... I think you did not view the screenshots posted by @RainyShadow ; the issue isn't that the about:support internal page doesn't load; it does, but it isn't populated with all the expected info/details one should find there: Reproduced on a new/clean NM27 profile, on Vista SP2 32-bit Edited May 30, 2020 by VistaLover 1
roytam1 Posted May 30, 2020 Author Posted May 30, 2020 alright fixed. https://github.com/roytam1/palemoon27/commit/355ec2cc2e0d266664bc743c532bb0f8f0e54d35 and will be included in next build. if you need an urgent fix, download https://github.com/roytam1/palemoon27/raw/355ec2cc2e0d266664bc743c532bb0f8f0e54d35/toolkit/modules/ResetProfile.jsm and replace [root folder]\omni.ja\modules\ResetProfile.jsm with downloaded one. 4
roytam1 Posted May 30, 2020 Author Posted May 30, 2020 10 hours ago, GrandAdmiralThrawn said: I just wanted to report, that somewhere in the last 48 hours, Reddit appears to have partially broken on all XP browsers, including New Moon, MayPal and Chromium ports. It seems several smaller functions don't work anymore, but the most prominent thing is that new posts don't get dynamically shown when scrolling down anymore. The amount of posts the user can see seems to depend on the viewport, or rather on the vertical resolution. Let me show you a screenshot: The two grey fields at the bottom should automatically turn into posts, and more posts should be loaded so I can scroll further down. But this doesn't work anymore, so the user is stuck with this. The smaller the screen resolution, the less content they can actually see. In this case, I used MyPal, but New Moon behaves in the exact same way. Hope this can be fixed! Thank you! upstream got a report as well: https://forum.palemoon.org/viewtopic.php?f=3&t=24489 1
VistaLover Posted May 31, 2020 Posted May 31, 2020 (edited) 1 hour ago, roytam1 said: upstream got a report as well: https://forum.palemoon.org/viewtopic.php?f=3&t=24489 Upstream issue #1570 has been closed via commit e5dd97f ; when @roytam1 merges this, the issue should be resolved in next weekend's UXP builds; the issue has been caused by reddit opting to use the latest (ES2020/2021) javascript bells and whistles , breaking in essence all "legacy" browsers... If, like me, you hate infinite scrolling (which is more suited to mobile devices with touch screens) and prefer the previous ("old") reddit layout - much more lenient on resources - then, as suggested by @Montana Slim , you can use (auto-)redirection to "old.reddit.com", which is made very easy via userscripts like Old Reddit Redirect ; for New Moon 28/Serpent 52.9.0, you'd need Greasemonkey for Pale Moon v3.31.4 Should you also want to revert to the previous reddit favicon, then userscripts to that purpose also exist, e.g. // ==UserScript== // @name Old Reddit Favicon // @include https://old.reddit.com/* // @grant none // ==/UserScript== (function () { var link = document.querySelector('link[rel*=\'icon\']') || document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = 'https://i.imgur.com/veJX9o5.png'; document.getElementsByTagName('head') [0].appendChild(link); }) (); (... harvested from https://old.reddit.com/r/Enhancement/comments/7jd9a7/any_reason_for_new_favicon_it_looks_terrible/dr5l2k2/) 12 hours ago, GrandAdmiralThrawn said: I just wanted to report, that somewhere in the last 48 hours, Reddit appears to have partially broken on all XP browsers, including New Moon, MayPal and Chromium ports. 360 Extreme Explorer v12, a Chinese Chromium 78 fork, that is able to run on Windows XP SP3 onwards, does not suffer from this issue; you'd better flip the flag #enable-javascript-harmony to Enabled (followed by a restart) and you can use latest reddit without issues (including infinite scrolling...) : (the above is with build 12.0.1268.0 and dark skin/forced dark mode... ) Edited May 31, 2020 by VistaLover 1
vikmin Posted May 31, 2020 Posted May 31, 2020 20 hours ago, roytam1 said: Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200530-53da04b4-uxp-1cecef624-xpmod.7z @roytam1 thanks! 1
bernd Posted May 31, 2020 Posted May 31, 2020 23 hours ago, roytam1 said: alright fixed. https://github.com/roytam1/palemoon27/commit/355ec2cc2e0d266664bc743c532bb0f8f0e54d35 and will be included in next build. if you need an urgent fix, download https://github.com/roytam1/palemoon27/raw/355ec2cc2e0d266664bc743c532bb0f8f0e54d35/toolkit/modules/ResetProfile.jsm and replace [root folder]\omni.ja\modules\ResetProfile.jsm with downloaded one. Additionally, the "Move tab(s) feature" is completely broken, too. 1
kartel Posted June 1, 2020 Posted June 1, 2020 Hardware H264 Decoding No; D3D9 blacklisted with DLL atiumd64.dll (9.14.10.1128) watching yt videos on 1.5 speed gives 100% on 8 cores maxed
ED_Sln Posted June 1, 2020 Posted June 1, 2020 Blacklisted drivers can be removed in the config, parameter media.wmf.disable-d3d9-for-dlls. Usually the driver works fine, even if it was blacklisted. 1
VistaLover Posted June 1, 2020 Posted June 1, 2020 (edited) 1 hour ago, kartel said: Does NM support webrtc? ... New Moon 28 DOES NOT support WebRTC and the same stands true for (upstream) official Pale Moon 28/29; this has been a long-standing decision made by the Moonchild team, I think after a user poll; main considerations are security and performance toll on the browser... The team currently spends very little time on the WebRTC part of the (UXP) platform code, which is mainly still present (inherited initially from Mozilla ESR 52.6.0 platform) for the sake of Basilisk 52.9.x ... In theory, you could build yourself a custom build of New Moon 28/UXP with the --enable-webrtc config flag, but if you are a social media sites fan (where WebRTC is mostly used), then opt to use for that purpose Serpent 55.0.0/Serpent 52.9.0, where WebRTC is built and enabled by default... Or switch to another browser (are you on XP?) with WebRTC support (probably all Chromium derivatives and, though I don't use it myself on my Vista laptop, MyPal 28.9.3) ... Personally, I avoid ALL social sites like the plague (for security/privacy/performance issues, etc.), so I have currently no need for WebRTC and the like; pretty happy then with NM28 not supporting it... However, I am a democratic person by conviction and respect the right of other people wanting something I consider a nuisance... Edited June 1, 2020 by VistaLover 2
roytam1 Posted June 1, 2020 Author Posted June 1, 2020 17 hours ago, bernd said: Additionally, the "Move tab(s) feature" is completely broken, too. can't reproduce on clean profile
Recommended Posts