Leaderboard
Popular Content
Showing content with the highest reputation on 08/02/2025 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250802-3219d2d-uxp-3553319265-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250802-3219d2d-uxp-3553319265-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-20250802-3219d2d-uxp-3553319265-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-20250802-d849524bd-uxp-3553319265-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250802-d849524bd-uxp-3553319265-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250802-d849524bd-uxp-3553319265-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250802-d849524bd-uxp-3553319265-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250802-d849524bd-uxp-3553319265-w7plus-avx2.7z Official UXP changes picked since my last build: - Issue #2835 - Part 1: Expose nsCSSRuleProcessor::CascadeSheet (be3d8491c7) - Issue #2835 - Part 2: Implement processing of import rules based on order of appearance (37230e7b21) - No issue - Regenerate devtools CSS database (2c39bb7901) - Issue #2489: Add CSS color-mix keyword support (055a685c2e) - Issue #2489: ColorMixValue support and structure (7800eb0126) - Issue #2489: Add color-mix serialization support (b42cca5fa5) - Issue #2489: Add color-mix computation support (58d7206259) - Issue #2489: Include color-mix to avoid filtering (6b938c48a5) - Issue #2489: Update enum class syntax (99d7fb8e95) - Issue #2489: Create ColorMixValue structure (cb60df2169) - Issue #2489: color-mix function parsing (7899850a19) - Issue #2489: Fix CSS color-mix() percentage parsing (a3cb799126) - Issue #2489: Remove unnecessary initializations (eb7eacc565) - Issue #2489: Improve color-mix() computation algorithm (ff5f3b2b2d) - Issue #2489: Adding RGB to HSL function (cb2547efa3) - Issue #2489: Allow color-mix() to differentiate color spaces (01b0b8251d) - Issue #2489: Allow HSL with alpha mixing (22be9f7fc6) - Issue #2489: Allow SRGB with alpha mixing (5fe574de22) - Issue #2489: Disallow percentage overflow and underflow (052b5d1ffa) - Issue #2489: Produce more accurate computations (2855cd6ded) - Issue #2790 - Part 1: Add: event state, pseudo-class mapping, SetAutofilled methods (13d1054046) - Issue #2790 - Part 2: Address BZ bugs: 1355438 and 1341230 (d99eab0d9d) - Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues (4cdfb9e16b) - Issue #2790 - Part 4: Working non persistent autofill highlight (bf8cfcc980) - Issue #2790 - Part 5: Persistent highlight despite blur click (156c755085) - Issue #2790 - Cleanup: Remove debugging lines (459ed6ea85) - Issue #2790 - Cleanup: Remove whitespaces (70cbf0dfd3) - Issue #2790 - Part 6: Highlight color change and remove important (61ad3b8d6e) - Issue #2790 - Part 7: Setting of contrasting color and fixing of last commit's issues (61f92f89ea) - Issue #2790 - Cleanup: Correct whitespaces (429e05c8a1) - Issue #2489 - Follow-up: Add `color-mix()` manual test. (cea125a01d) - [DOM] Fix crash in `<object>` scheme checking code. (838be26145) - [DOM] Simplify `<object>` scheme check code and fix plugin handling. (ace2c1c1ee) 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.5 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-20250802-450ca22c4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250802-450ca22c4-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2835 - Part 1: Expose nsCSSRuleProcessor::CascadeSheet (be3d8491) (90903923a) - import from UXP: Issue #2835 - Part 2: Implement processing of import rules based on order of appearance (37230e7b) (c36257aad) - import from UXP: No issue - Regenerate devtools CSS database (2c39bb79) (28ff7ce39) - import from UXP: Issue #2489: Add CSS color-mix keyword support (055a685c) (509d89953) - import from UXP: - Issue #2489: ColorMixValue support and structure (7800eb01) - Issue #2489: Add color-mix serialization support (b42cca5f) - Issue #2489: Add color-mix computation support (58d72062) - Issue #2489: Include color-mix to avoid filtering (6b938c48) - Issue #2489: Update enum class syntax (99d7fb8e) - Issue #2489: Create ColorMixValue structure (cb60df21) (2a5c28b87) - ported from UXP: Issue #2489: color-mix function parsing (7899850a) (ce3a0f957) - import from UXP: - Issue #2489: Fix CSS color-mix() percentage parsing (a3cb7991) - Issue #2489: Remove unnecessary initializations (eb7eacc5) (d9b6054ab) - import from UXP: Issue #2489: Improve color-mix() computation algorithm (ff5f3b2b) (102fddce4) - import from UXP: Issue #2489: Adding RGB to HSL function (cb2547ef) (1e079074e) - import from UXP: Issue #2489: Allow color-mix() to differentiate color spaces (01b0b825) (d6fd0467e) - import from UXP: Issue #2489: Allow HSL with alpha mixing (22be9f7f) (b65401f37) - import from UXP: Issue #2489: Allow SRGB with alpha mixing (5fe574de) (d8462ab02) - import from UXP: Issue #2489: Disallow percentage overflow and underflow (052b5d1f) (37719c1ad) - import from UXP: Issue #2489: Produce more accurate computations (2855cd6d) (45cf9eb91) - import from UXP: Issue #2790 - Part 1: Add: event state, pseudo-class mapping, SetAutofilled methods (13d10540) (0a5f1cc14) - ported from UXP: - Issue #2790 - Part 2: Address BZ bugs: 1355438 and 1341230 (d99eab0d) - Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues (4cdfb9e1) (eff68ee91) - ported from UXP: Issue #2790 - Part 4: Working non persistent autofill highlight (bf8cfcc9) (2fae301fd) - ported from UXP: - Issue #2790 - Part 5: Persistent highlight despite blur click (156c7550) - Issue #2790 - Cleanup: Remove debugging lines (459ed6ea) - Issue #2790 - Cleanup: Remove whitespaces (70cbf0df) - Issue #2790 - Part 6: Highlight color change and remove important (61ad3b8d) - Issue #2790 - Part 7: Setting of contrasting color and fixing of last commit's issues (61f92f89) (8c244cfe3) - import from UXP: Issue #2489 - Follow-up: Add `color-mix()` manual test. (cea125a0) (8377e97b3) - import from UXP: [DOM] Fix crash in `<object>` scheme checking code. (838be261) (59c6b3671) - [SSUAO] update youtube's SSUAO (9fbf05a39) - import from UXP: [DOM] Simplify `<object>` scheme check code and fix plugin handling. (ace2c1c1) (450ca22c4)3 points
-
broken link edited they have different meanings for the values, better look it up in source for actual meaning and choose which value suits your needs.2 points
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250802-40a79c75-uxp-3553319265-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250802-40a79c75-uxp-3553319265-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-20250802-id-656ea98-uxp-3553319265-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250802-id-656ea98-ia-c642e3c-uxp-3553319265-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild2 points
-
1 point
-
https://repo.palemoon.org/MoonchildProductions/UXP/issues/2078 (CLOSED some 2 1/2 yrs ago ...)1 point
-
Go to this page -- https://developer.mozilla.org/en-US/docs/Web/CSS/:where If the "output" pane of the "try it" section is empty/blank, then your first hunch is correct and lack of :where() support is your issue.1 point
-
My iso had a different file version, I think I got the right one by extracting files from updates of some windows vista update pack, but I don't remember which one, Searching this version also brings some results, you can try downloading this version directly from the internet if you don't have time for scavenging from unpacked updates (may be less safe tho) And it didn't work anyway on the laptop that I tried this patch on, your mileage may vary1 point
-
Same here. 0 Byte. I have an old wsusscn2.cab file from 09.12.2019 which I use for WUMT. This file can be downloaded here: https://web.archive.org/web/20191209214827/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab. And here is one from 21.04.2019: https://web.archive.org/web/20190421082203/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab. In any case, I will start a new download session with the one from 09.12.2019. Not today but tomorrow.1 point
-
I have used the most recent wsusscn2.cab file (687.267.824 B, 11.07.2024) from the Microsoft Update server downloaded by WSUS Offline Update 9.2.6. In the folder client\wxp\deu, I now have 564 updates.1 point
-
You're welcome. I downloaded all Windows XP updates including C++ Libraries and .NET Frameworks some days ago. I checked the download log in terms of warnings, errors and failed downloads. But I didn't have such errors you listed above. Without any more details, I fear it is impossible to say any meaningful. Thus, I have again checked my log but I can't find such errors. How many updates were downloaded into the folders client\cpp, client\dotnet and client\dotnet\x86-glb? I have 12 updates in client\cpp, 3 updates in client\dotnet and 151 updates in client\dotnet\x86-glb.1 point
-
There are imaging tools which provide features for creating images from a Windows installation for dissimilar hardware. For example, Macrium ReDeploy or Acronis Universal Restore. Maybe, these programmes can further process such an image to your needs.1 point
-
The good thing about fairy tales is that they always have an ending.1 point
-
Did you replace the wsusscn2.cab file by an older one which is dated short after the EoS of Office 2007 in 2017 in the way I described in my previous posts? I checked this method, and it works. Even under Windows XP. No 2529 updates but 580 related to Office 2007 ofc glb. For me, the wsusscn2.cab file from 12.02.2019 also worked fine. In any case, the most current wsusscn2.cab files do not properly work at all. Too much files are downloaded which are not related to Office 2007. I have the impression that you haven't read my posts properly. The proof that my method works is the download log I provided in this post: https://msfn.org/board/topic/181623-updates-office-2007/?do=findComment&comment=1270043 Try, for example, this one from 29.01.2019: https://web.archive.org/web/20190129233558/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab or this one from 05.10.2017: https://web.archive.org/web/20171005192358/http://download.windowsupdate.com/microsoftupdate/v6/wsusscan/wsusscn2.cab1 point
-
Try Deluminate, it's even better, and Google doesn't flag it as Chinese malware. https://chrome.google.com/webstore/detail/deluminate/iebboopaeangfpceklajfohhbpkkfiaa1 point
-
Hi. Is there a possibility you reconsider and use an ISO with SP2 already integrated? Nlite doesn't want to be friendly with the 64bit version, it's to be expected.1 point
-
Since youtube doesn't offer HEVC videos, could you give a couple of examples of such websites with H2655/x265 videos? thanks.1 point
-
I once had a problem with a bad USB3.0 cable, it was wobbly and very thin (WD Elementals 8TB plastic box), I replaced it, and all works fine since. The error was similar, Windows told me: small files couldn't be deleted (protected).1 point