Leaderboard
Popular Content
Showing content with the highest reputation since 07/01/2025 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250726-3219d2d-uxp-7e0ddfef73-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250726-3219d2d-uxp-7e0ddfef73-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-20250726-3219d2d-uxp-7e0ddfef73-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.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250726-d849524bd-uxp-7e0ddfef73-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2691 - Follow-up: Add manual tests (5869164e31) - Issue #2826 - Set up fontconfig on XRE startup (GTK only) (b992da05eb) - No issue - Adjust CSP URI reporting more closely with the spec. (0a8f50fafa) - [gfx] Hold a stronger reference to gfxFontEntry. (40f96b82ad) - [js] Align br_table limits with V8/Gecko. (3f297457d8) - [network] Stop accepting nameless cookies. (cdc8127cd1) - [DOM] Make object loading use an explicit scheme whitelist. (f902d2ad0e) - Issue #2828 - Part 1: Build and store the array of layer name tokens in the layer at-rules (53e6317bfb) - Issue #2828 - Part 2: Collect and hold rule cascade data per cascade layer (7b51aa7ca1) - Issue #2828 - Part 3: Refactor selector matching and rule cascade data into separate files/classes (03f29e75ec) - Issue #2828 - Part 4: Move cache key storage to ResolvedRuleCascades (aab9cdf9bd) - Issue #2828 - Part 5: Implement child rule processors (e05d4d8306) - Issue #2828 - Part 6: Assert rules were added to the rule cascade data (d3b305b819) - Issue #2828 - Part 7: Walk child rule processors separately and ensure inverted cascade layer order is enforced for important rules (ec57be653a) - Issue #2828 - Part 8: Extract RuleProcessorGroup (formerly ResolvedRuleCascades) into separate file (3605630f4e) - Issue #2828 - Part 9: Rename CascadeEnumData to CascadeLayer (1655a5a4a9) - Issue #2828 – Part 10: Clean up cascade layer constructor (a922ec0823) - Issue #2828 - Part 11: Detach weighted rule data from cascade layer (cbb019a862) - Issue #2828 - Part 12: Implement cascade layer SizeOfIncludingThis (e3476d33ed) - Issue #2828 - Part 13: Exclude strong layers-related code from release builds (318031c74b) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - layout: partly revert rev 5e8e120 for keeping -moz-hidden-unscrollable to work (44e5bd7711) - [Basilisk] css: replace -moz-hidden-unscrollable with clip (c466a1385f) - [Pale-Moon] css: replace -moz-hidden-unscrollable with clip (9e02324b0b) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * 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.5 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250712-3219d2d-uxp-b9ebe5b259-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250712-3219d2d-uxp-b9ebe5b259-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-20250712-3219d2d-uxp-b9ebe5b259-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.7a1.win32-git-20250712-d849524bd-uxp-b9ebe5b259-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250712-d849524bd-uxp-b9ebe5b259-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250712-d849524bd-uxp-b9ebe5b259-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250712-d849524bd-uxp-b9ebe5b259-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250712-d849524bd-uxp-b9ebe5b259-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2106 - Part 1: Un-prefix -moz-user-select (cc55a380f6) - Issue #2106 - Part 2: Align value names (17b594b705) - No issue - Fix mixing of tabs with space-indented code. (552cb8dbcc) - Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden." (dd2cf17d30) - Issue #2045 - Part 2: Add handling and storage for the revert unit and value (7f3f90eed4) - Issue #2045 - Part 3: Implement cascade origin tracking to CSS parser (b0f0972314) - Issue #2045 - Part 4: Parse "revert" in property values wherever "unset" is allowed (9105c58a30) - Issue #2045 - Part 5: Serialize shorthands using "revert" like those containing "unset" (801d4a2db8) - Issue #2045 - Part 6: Treat "revert" values as the same as "unset" when encountered in the rule node (c4b6135c99) - Issue #2045 - Part 7: Override revert values during presentation hint cascade (166e98d2b9) - Issue #2045 - Part 8: Remap revert keyword values to a higher cascade level (a47f44e93d) - Issue #2045 - Part 9: Include the revert keyword in the list of accepted values for CSS properties returned by inDOMUtils (5346e55655) - Issue #2045 - Part 10: Regenerate devtools CSS database and include the revert keyword in related devtools code (f0b8d1df2c) - Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element' (e6b48fcc95) - [devtools] Further improve special character escaping in "copy as curl". (2d9cb22a28) - No Issue - Add detection for medium in border shorthand (9f7430f8b9) - Issue #2124 - Adjust overflow parser to handle two values (f4ffb1ec16) - Issue #2662 - Implement axis-shorthand parsing (7c52fd934f) - Issue #2124/2662: Optimize overflow shorthand parsing and serialization (7626c99ceb) - Issue #2124/2662: Cleaning of code (dae72b452c) - Issue #2106 - Follow-up: Additional Un-prefixing (1a5b3dcae6) - Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect (abb891ff26) - Issue #2106 - Follow-up: Additional contain Keyword Entries (f1815317c3) - Issue #2106 - Clean-up: Remove Defunct -moz-user-select CSS Directives (8f46cd0d63) - Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments (b11affbdf3) - Issue #2780: Add back the mismatch overflow handling in nsRuleNode.cpp (c3590da576) - Issue #2757: Create a new basicShape of type inset then set inset coords to zero. (67421b3048) - Issue #2757 - Follow-up: Add clip-path test (manual QA) (3f67905afc) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - gfx: relax DrawTargetCairo::IsValid() check, fixes crash when loading spectrumsurveys.com (10b96192dd) - layout: plug back alias of -moz-user-select so it won't break pages/extensions relying on this (4c8df426a8) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * 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.5 points
-
I sincerely hope Mr. D.Draker is simply on vacation...5 points
-
4 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250719-3219d2d-uxp-198222fc03-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250719-3219d2d-uxp-198222fc03-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-20250719-3219d2d-uxp-198222fc03-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.7a1.win32-git-20250719-d849524bd-uxp-198222fc03-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250719-d849524bd-uxp-198222fc03-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250719-d849524bd-uxp-198222fc03-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250719-d849524bd-uxp-198222fc03-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250719-d849524bd-uxp-198222fc03-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2499 - Part 1: Add overflow: clip support and tests (ad396c6c59) - Issue #2499 - Part 2: Fix overflow shorthand serialization for mixed clip values (205ea844f4) - Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes (5e8e1208e7) - Issue #2720 - Follow-up: Use temp value for duplicate color stop (07cf2e643f) - Issue #2736 - Follow-up: Stop using worker thread-only functions for checking if CSP is enabled (c8608ad5cf) - Issue #2792 -Implements parsing, computed style, and writing mode mapping for overflow-block and overflow-inline properties (0903dacaa7) - Issue #2691: Implement ParseSupportsSelector (8be86514f0) - Issue #2691: Adjusted the function to use ParseSelectorGroup (e9a7190529) - Issue #2691: Add basic parentheses tracking to ParseSupportsSelector (fcb4b3d01f) - Issue #2691: Improve token handling for selectors (69556b7b1b) - Issue #2691: Enhance spacing logic for selector formatting (aaae6484ee) - Issue #2691: Add special handling for nth-child expressions (224d1724b2) - Issue #2691: Improve Parser State Handling (ea580ec54b) - Issue #2691: Refactored ParseSupportsSelector (f2d6170830) - Issue #2691: Utilize regex for spacing rules (906f05e606) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * 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.4 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250705-3219d2d-uxp-9175504ffc-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250705-3219d2d-uxp-9175504ffc-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-20250705-3219d2d-uxp-9175504ffc-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.7a1.win32-git-20250705-d849524bd-uxp-9175504ffc-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250705-d849524bd-uxp-9175504ffc-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250705-d849524bd-uxp-9175504ffc-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250705-d849524bd-uxp-9175504ffc-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250705-d849524bd-uxp-9175504ffc-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2765 - Follow-up: Make scrollbar width checks use the originating non-NAC style context on Linux and Mac (af84337437) - Issue #2765 - Follow-up: Fix UAF when returning the non-NAC style context from a frameless node (6e358f1039) - Issue #2765 - Follow-up: Avoid declaring RefPtr in the return statement (e4630ce481) - Unprefix -moz-read-write / -moz-read-only (4cc014cb6b) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * 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.4 points
-
upstream noticed this and will be fixed in my next build. Ref: https://forum.palemoon.org/viewtopic.php?f=70&t=325973 points
-
New security patched release. Supermium 132.0.6834.226 R5.01 "The only substantial change in this release is a patch for vulnerabilities CVE-2025-8010 (CVE-2025-8011 is not applicable to M132) and CVE-2025-6558."3 points
-
Now, after @feodor2's versions cleanup, I was able to install Scratchpad 0.7.1 in Mypal 74.1.0 as a replacement for the removed, internal Scratchpad but it doesn't work as intended. The Scratchpad window is partially broken. No possibility to run JavaScript code. From this I conclude that Mypal 74 is not yet at the level of FF 72 or even 74 when it comes to extensions. @feodor2, am I right?3 points
-
Today, I have installed and tested Mypal 74.1.0. @feodor2, thanks for this new version and for cleaning up the version number chaos! Good job! My favoured Alice0775 script loading method still works with this browser version as I have predicted in previous posts. And I am very pleased that the Custom Buttons extensions and all my self-created scripts also work there. However, one issue is still present in Mypal 74.1.0. Clicking entries in the Add-ons Manager does not work yet and leads to the well-known message that the address is not understood.3 points
-
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 https://o.rthost.win/basilisk/basilisk55-win32-git-20250719-3577496e0-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250719-3577496e0-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2499 - Part 1: Add overflow: clip support and tests (ad396c6c) (70c17fd4f) - import from UXP: Issue #2499 - Part 2: Fix overflow shorthand serialization for mixed clip values (205ea844) (ec17993dc) - import from UXP: Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes (5e8e1208) (68ce5c95d) - import from UXP: Issue #2720 - Follow-up: Use temp value for duplicate color stop (07cf2e64) (df0626865) - import from UXP: Issue #2736 - Follow-up: Stop using worker thread-only functions for checking if CSP is enabled (c8608ad5) (c9ee7fc5a) - import from UXP: Issue #2792 -Implements parsing, computed style, and writing mode mapping for overflow-block and overflow-inline properties (0903daca) (7194d6223) - import from UXP: Issue #2691: Implement ParseSupportsSelector (squashed) (3577496e0)3 points
-
No firsthand experience. Supermium was never very stable on my computers. But as @jumper pointed out, I'm pretty sure that the developer already provides rebased .dll's. Haven't visited that GitHub project in a very long time so no clue where they are located. I've actually erased/deleted/permanently-moved-on from all of my XP "experiments", be they Supermium, Thorium, Pale Moon, New Moon, you name it, they ***ALL*** were nothing but "headaches". I obviously keep my own 360Chrome's around, but seldom are they ever launched. And the only Serpent that is reliable for my needs is a VERY OLD version - new updates only introduce new problems, nothing but "headaches".3 points
-
Apologies again, but I'm afraid I'm not the person to ask. I ditched XP roughly a year or so ago and my life has IMPROVED a million-trillion-zillion times a million-trillion-zillion ever since! XP was holding me back !!! It's up to you to decide if all of the time spent to do things on XP is a waste of your time or not. Sorry. XP, to me, is like Linux, neat and novel, a good HOBBY, but nothing more than a HOBBY.3 points
-
Apologies, but no. This rabbit hole is far too deep for me to get pulled in any further. Sorry. You will need to use Supermium and "let go" of the notion that a v86 Chrome engine can be made to do whatever you throw at it.3 points
-
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 https://o.rthost.win/basilisk/basilisk55-win32-git-20250712-6129895b4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250712-6129895b4-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - ported from UXP: Issue #2106 - Part 1: Un-prefix -moz-user-select (cc55a380) (cfadbb5d6) - ported from UXP: Issue #2106 - Part 2: Align value names (17b594b7) (3a0677ec7) - import from UXP: No issue - Fix mixing of tabs with space-indented code. (552cb8db) (4634fe9d1) - import from UXP: Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden." (dd2cf17d) (29e601bb8) - import from UXP: Issue #2045 - Part 2: Add handling and storage for the revert unit and value (7f3f90ee) (f49dc1068) - ported from UXP: Issue #2045 - Part 3: Implement cascade origin tracking to CSS parser (b0f09723) (13380336f) - import from UXP: - Issue #2045 - Part 4: Parse "revert" in property values wherever "unset" is allowed (9105c58a) - Issue #2045 - Part 5: Serialize shorthands using "revert" like those containing "unset" (801d4a2d) (f780f6a0c) - ported from UXP: Issue #2045 - Part 6: Treat "revert" values as the same as "unset" when encountered in the rule node (c4b6135c) (0ddba686d) - ported from UXP: Issue #2045 - Part 7: Override revert values during presentation hint cascade (166e98d2) (33497a7bb) - import from UXP: Issue #2045 - Part 8: Remap revert keyword values to a higher cascade level (a47f44e9) (7e8276dd1) - import from UXP: Issue #2045 - Part 9: Include the revert keyword in the list of accepted values for CSS properties returned by inDOMUtils (5346e556) (5b3195dad) - ported from UXP: Issue #2045 - Part 10: Regenerate devtools CSS database and include the revert keyword in related devtools code (f0b8d1df) (e92c563a4) - import from UXP: Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element' (e6b48fcc) (f073823cd) - ported from UXP: [devtools] Further improve special character escaping in "copy as curl". (2d9cb22a) (28bf4bcf2) - ported from UXP: No Issue - Add detection for medium in border shorthand (9f7430f8) (4f0690a20) - import from UXP: Issue #2124 - Adjust overflow parser to handle two values (f4ffb1ec) (ae483ab3b) - ported from UXP: Issue #2662 - Implement axis-shorthand parsing (7c52fd93) (f7844356c) - ported from UXP: Issue #2124/2662: Optimize overflow shorthand parsing and serialization (7626c99c) (55a3af5f7) - ported from UXP: Issue #2124/2662: Cleaning of code (dae72b45) (9c80beb8f) - ported from UXP: Issue #2106 - Follow-up: Additional Un-prefixing (1a5b3dca) (82ff6f599) - import from UXP: Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect (abb891ff) (2b505c1fd) - import from UXP: Issue #2106 - Follow-up: Additional contain Keyword Entries (f1815317) (db2c8fdb5) - ported from UXP: Issue #2106 - Clean-up: Remove Defunct -moz-user-select CSS Directives (8f46cd0d) (37991f84a) - import from UXP: Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments (b11affbd) (477ab51c4) - import from UXP: Issue #2780: Add back the mismatch overflow handling in nsRuleNode.cpp (c3590da5) (0ee810368) - import from UXP: Issue #2757: Create a new basicShape of type inset then set inset coords to zero. (67421b30) (0ea914daf) - import from UXP: Issue #2757 - Follow-up: Add clip-path test (manual QA) (3f67905a) (1b8fbc344) - import from `custom` branch of UXP: gfx: relax DrawTargetCairo::IsValid() check, fixes crash when loading spectrumsurveys.com (10b96192) (6129895b4)3 points
-
I think we have to take Shane's word for it that the patch has been applied to Supermium 132. As I said earlier, it's an ESR version, which surely should be capable of having the patch applied to it, as it should be fully supported until the next ESR version is released. I'm not sure how we can test whether the patch has been applied successfully or not.3 points
-
Then it's a good idea to use the patched ungoogled for Server 2008 R2. No one knows and no one can guarantee how good and when the old 132 Supermium will (ever?) be patched for that serious vulnerability. https://github.com/e3kskoy7wqk/Chromium-for-windows-7/releases/tag/ungoogled-chromium_138.0.7204.96 Edit/ They say it's been patched in R5. But in the article they say the patch is for 138+! Contradictory. https://github.com/win32ss/supermium/releases/tag/v132-r53 points
-
@reboot12 Make some tests with disable and enable the Microsoft UAA drivers in System Devices. I remember, that I had the same problem and the admin @Dave-H here also with Baytrail Flex 10 and XP and sound Dietmar3 points
-
3 points
-
I have been "brain"storming with Copilot (something I'd rather like to avoid 😡) and "it" came with this: Testing that script gave me: Connecting to www.google.com:443 Socket connection error: [Errno 0] Error Copilot's answer:2 points
-
Well, I really don't know, but presumably win32ss does! Surely the current ESR version has to be patched until it's superseded, if it's vulnerable, or there's no point in having it. That is 132 as far as I'm aware.2 points
-
Yes, I'm sure there might still be some things hanging around. However, I had never gone after any Windows 7 telemetry in my setup. I was looking for an easy way to get rid of whatever I could since I did not want to spend a lot of time hunting each item down from a list. So the 'script removal' tool and Blackbird looked OK to me to start with. I ran Blackbird without removing anything and was amazed at what was found ... so I ran it again letting it remove everything and also ran the script download in case it found anything additional. Hopefully I have a better system now but as you mentioned there are probably some items still there. With Windows 7 no longer getting updates I guess in one way is good since no new telemetry will be installed. Not sure about Windows 10 and 11. Probably Blackbird and other telemetry tools will have to be run again with any downloads from M$. ...2 points
-
2 points
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250726-7bda12e7-uxp-7e0ddfef73-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250726-7bda12e7-uxp-7e0ddfef73-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-20250726-id-656ea98-uxp-7e0ddfef73-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250726-id-656ea98-ia-c642e3c-uxp-7e0ddfef73-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild2 points
-
just found UXP rev 5e8e1208 may cause some UI glitches, and workaround in both ways are committed.2 points
-
XYplorer Version 27.10 is the last 32-bit version, the next one will be 64-bit.2 points
-
Your issue is with the developer.mozilla.org "test". findLastIndex does not require a polyfill in Chrome v97 and that "test" does not work in Chrome v97. It most likely does not work in v98, v99, v100, v101... et cetera... And doesn't "start to work" until who knows where. Again, Chrome v97 wholly and fully implements findLastIndex and even v97 cannot 'pass' that "test".2 points
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250712-7bda12e7-uxp-b9ebe5b259-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250712-7bda12e7-uxp-b9ebe5b259-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-20250712-id-656ea98-uxp-b9ebe5b259-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250712-id-656ea98-ia-c642e3c-uxp-b9ebe5b259-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild2 points
-
That was clear, but from what they tell, looks like the patch is intended to be applied only to 138+. Who would write a patch for the old 132, while we are at 140+ already?2 points
-
https://github.com/advisories/GHSA-mj9c-f5v6-7665 Severity: High (8.1/10) https://chromereleases.googleblog.com/2025/06/stable-channel-update-for-desktop_30.html Manual mitigation, at the expense of performance, if you don't want to update: https://github.com/Alex313031/thorium/issues/1024#issuecomment-30389922372 points
-
off topic: after using for 5 years and wrote ~90TB, my SN750 1TB lost from system first time. following experience from last time, I grabbed my unconnected idle 970evo+ and did a quick clone and let SN750 idle without electricity instead. time to find another m.2 stick with DRAM.2 points
-
2 points
-
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 https://o.rthost.win/basilisk/basilisk55-win32-git-20250705-e30943041-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250705-e30943041-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2765 - Follow-up: Make scrollbar width checks use the originating non-NAC style context on Linux and Mac (af843374) (60255fc16) - import from UXP: Issue #2765 - Follow-up: Fix UAF when returning the non-NAC style context from a frameless node (6e358f10) (8580d4e5d) - ported from UXP: Unprefix -moz-read-write / -moz-read-only (4cc014cb) (e30943041)2 points
-
@Dietmar A CSMWrap version has been released, which allows you to use the BIOS video from the disk from EFI\Boot\vgabios.bin https://github.com/FlyGoat/CSMWrap/issues/37#issuecomment-3030297746 Compiled bins: https://github.com/FlyGoat/CSMWrap/actions/runs/16040013218 Thanks to this, WinXP boot OK on iGPU using ntldr as on a normal Legacy machine - I tested CoffeeLake, Haswell, SandyBridge: CSM Disabled, iGPU VBIOS extracted from motherboard bios. Now - I don't have to use SeaVGABIOS and Longhorn bootmgr 5472 loader.2 points
-
2 points
-
I read @D.Draker killed his B85 mobo with those originals, not sure about the fixed. What exactly did you fix?2 points
-
Had a good laugh at the guy that claims to be from Southern Europe, writes Yandex is known for aggressive fingerprinting, yet tries to access it with such a zeal. Here's that extensive guinea pig test for either of you. Thank you and kudos to the tester. "Disabling all privacy-related extensions, including uBO" just to try to get to the favourite Yandex - wow! https://github.com/win32ss/supermium/issues/910#issuecomment-23625363832 points
-
It's your loss, actually! Now it's un-yandexed, which is a huge, enormous plus for us, who actually reside in GB and Europe. https://github.com/win32ss/supermium/issues/910 Waiting for the full un-googled version.2 points
-
Thanks for linking! Unfortunately, such comparisons are not particularly useful. It also depends considerably on other components such as the RAM memory, north and south bridge, the bus clock, the graphics adapter, processor features, hyper-threading and so on.2 points
-
It can be easily checked whether ports are open and have to be closed or not. If a Windows system is well configured and protected properly by the hardware and software firewalls, there is no need to use such tools you recommended. And certainly not tools that were developed for older operating systems than Windows 7.. As I already stated crystal clearly, I do not simply trust but I deeply check . Both my hardware and software firewalls do a good job, and there is no need for such old tools. And there is definitely no need to run an undocumented batch file of dubious origin to disable various services..2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Neither this browser, nor this topic are only limited to XP, I don't use XP (most of the time). Where do you get the stats about the "whole" world? Link to a reputable source, please.2 points
-
No problems for me, including posting random HTTPS links. https://www.pcmag.com/picks/chrome-edge-firefox-opera-or-safari-which-browser-is-best2 points
-
I guess 3.5 would be enough since he wanted 3.2.2 points