Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/01/2023 in all areas

  1. Reserving first 2 pages of thread for creation notes and future changelogs. Folder Structure -- completed 360chrome.exe -- completed en_skin.srx -- to-do completed iframe.srx -- completed jisu9.srx -- to-do XP Theme completed, 10 Theme delayed for now, 2k Theme undecided skin.srx -- to-do completed en-us.pak -- to-do completed resources.pak -- to-do completed options.zip -- to-do partially completed completed chrome_100_percent.pak -- to-do completed chrome.dll -- to-do completed 360Loader.ini -- completed
    4 points
  2. ... Yes, I've been following this in the upstream repos ; it's part of their struggle to split large DLL files (e.g. xul.dll and icudt63l.dat) inside the platform/application core into smaller ones... ... The numbers below refer to comparisons between last Saturday's and today's St52/St55 (32-bit) released builds: Serpent 52, buildID=20230324153850: xul.dll sized 44.8 MiB icudt63l.dat sized 11.4 MiB Serpent 52, buildID=20230330030628 (xul.dll split into:) xul.dll (32.5 MiB) gkmedias.dll (6.48 MiB) mozjs.dll (5.57 MiB) (icudt63l.dat exchanged for:) icu63.dll (13.9 MiB) If you do the math, we actually end up with an increase in total filesizes of +2.50 MiB (!) Serpent 55, buildID=20230324154343 xul.dll sized 64.6 MiB Serpent 55, buildID=20230330025402 (xul.dll split into:) xul.dll (40.9 MiB) gkmedias.dll (6.46 MiB) mozjs.dll (5.60 MiB) icu63.dll (13.9 MiB) Again, if you do the math, we actually end up with an increase in total filesizes of +2.26 MiB... I guess Lavoisier's (chemistry) law of total mass conservation doesn't apply here ...
    3 points
  3. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230401-3219d2d-uxp-c867bd4fe-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230401-3219d2d-uxp-c867bd4fe-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-20230401-3219d2d-uxp-c867bd4fe-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.6a1.win32-git-20230401-d849524bd-uxp-c867bd4fe-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230401-d849524bd-uxp-c867bd4fe-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230401-d849524bd-uxp-c867bd4fe-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20230401-d849524bd-uxp-c867bd4fe-xpmod.7z Official UXP changes picked since my last build: - Issue #2176 - Don't reconstruct the parent when tearing down display:contents nodes with pseudo-elements. (dd2697172) - Issue #2175 - Fix build bustage in WebRTC. (1788589ca) - Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h} (81691afbc) - Issue #2155 - Move NestableControl classes except ForOfLoopControl to BytecodeControlStructures.{cpp.h} (a8ac1cac3) - Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ForOfLoopControl.{cpp.h} (70e1654c3) - Issue #2155 - Add SwitchEmitter (2554a83d1) - Issue #61 - Reinstate buildability with shared gkmedias dll (371d7cf05) - Issue #61 - Place Skia in libxul (6b3767c44) - Issue #61 - Add configure option for non-windows platforms (924bf92e4) - Issue #61 - Add missing external symbol cubeb_set_log_callback to gkmedias symbols.def (c85f28b0c) - Issue #61 - Add missing external symbols for gkmedias when WebRTC is built (6b510a74e) - Issue #62 - Get --enable-shared-js and --enable-export-js working again, and fix link bustage related to ICU when doing shared lib (b171da18f) - Issue #62 - Fix xul.dll link bustage related to MovableCellHasher. (2c8387f4f) - Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes. (6890cdd9a) - Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree. (ed30a9646) - Issue #2165 - Build ICU as a shared library if we're building Spidermonkey shared. (bad884a7c) - Issue #2165 - Follow-up: Always build ICU as shared lib in Windows. (18e43fad2) - Issue #324 - Follow-up: Remove more traces of *INTL_API. (9ff14017e) - Issue #2165 - Disable LNK4217 and LNK4286 warnings when linking ICU as they're too spammy. (f09b0002e) - Issue #62 - Always build Spidermonkey as shared lib in Windows. (66eaa872f) - Issue #1831 - Add an option to enable TLS 1.3 "compatibility" mode. (ca93d4b42) - Issue #2180 - Add pref to control NSS TLS 1.3 protocol downgrade sentinel (dc4bf9b82) - Issue #2180 - Follow-up: Move sentinel check up a bit. (f6f0a495a) Official Pale-Moon changes picked since my last build: - [Pale-Moon] Issue MoonchildProductions/UXP#61 - Add gkmedias back to package-manifest (d7a120958) - [Pale-Moon] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (f284afab4) - [Pale-Moon] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (64bc4788e) Official Basilisk changes picked since my last build: - [Basilisk] Issue MoonchildProductions/UXP#61 - Add gkmedias to package-manifest (e6ed122e1) My changes since my last build: - [Basilisk] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (09138ab01) - gkmedias: add missing `_moz_cairo_scaled_font_get_hint_metrics` export, fix linking (68d130e55) - [Basilisk] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (c867bd4fe) 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.
    3 points
  4. I will check these updated tomorrow. I think there are newer ones.
    2 points
  5. Yep, did the same, took some time off, got back today, and these users who write spammy-style "how do you do, me too" nonsense are still here, unfortunately ! But hey, on the bright side, didn't you see the Italian-made antivirus @jaclaz found for me ?
    2 points
  6. I have to say that I believe Windows XP as an OS will always be usable, even if in an emulated form. With the amount of legacy software out there, it will be worth something, whether if it's simply to run older games or programs for older hardware. In fact, I just installed it recently to a spare drive for use on older websites and for running DOS games. I use it for viewing sites like Bitview, FriendProject and RetroBook, all of which were made to emulate the 2006-2009 era of the internet. However, I wouldn't use it to login to more serious pages though (like Amazon for example).
    2 points
  7. 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-20230401-7781c1d57-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20230401-7781c1d57-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - pref: change app.feedback.baseURL value (babf7e8e5) - import from UXP: Issue #2176 - Don't reconstruct the parent when tearing down display:contents nodes with pseudo-elements. (dd269717) (285cfd02f) - ported from UXP: Issue #2175 - Fix build bustage in WebRTC. (1788589c) (c92a9aeb9) - ported from UXP: Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h} (81691afb) (61dfa121f) - import from UXP: Issue #2155 - Move NestableControl classes except ForOfLoopControl to BytecodeControlStructures.{cpp.h} (a8ac1cac) (b881fa7c2) - ported from UXP: Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ForOfLoopControl.{cpp.h} (70e1654c) (7306edbf3) - import from UXP: Issue #2155 - Add SwitchEmitter (2554a83d) (dd9c013b6) - ported from UXP: Issue #61 - Reinstate buildability with shared gkmedias dll (371d7cf0) (893b99aa2) - import from UXP: Issue #61 - Place Skia in libxul (6b3767c4) (224b9733c) - ported from UXP: Issue #61 - Add configure option for non-windows platforms (924bf92e) (18d9dc611) - import from UXP: Issue #61 - Add missing external symbol cubeb_set_log_callback to gkmedias symbols.def (c85f28b0) (748e7850a) - import from UXP: Issue #61 - Add missing external symbols for gkmedias when WebRTC is built (6b510a74) (2dab9a9c6) - ported from UXP: Issue #62 - Get --enable-shared-js and --enable-export-js working again, and fix link bustage related to ICU when doing shared lib (b171da18) (8e5dff205) - ported from UXP: Issue #62 - Fix xul.dll link bustage related to MovableCellHasher. (8186d06c) (54c802638) - import from UXP: Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes. (6890cdd9) (b1389dcd5) - import from UXP: Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree. (ed30a964) (66d86b4c1) - ported from UXP: Issue #2165 - Build ICU as a shared library if we're building Spidermonkey shared. (bad884a7) (483591d7f) - import from UXP: Issue #2165 - Follow-up: Always build ICU as shared lib in Windows. (18e43fad) (7dc42b1a0) - import from UXP: Issue #324 - Follow-up: Remove more traces of *INTL_API. (9ff14017) (f00b9f849) - import from UXP: Issue #2165 - Disable LNK4217 and LNK4286 warnings when linking ICU as they're too spammy. (f09b0002) (3692226c6) - import from UXP: Issue #62 - Always build Spidermonkey as shared lib in Windows. (66eaa872) (9a1657984) - ported from UXP: [Basilisk] Issue MoonchildProductions/UXP#61 - Add gkmedias to package-manifest (e6ed122e) (305c20821) - import from `custom` branch of UXP: [Basilisk] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (09138ab0) (0dbcde75d) - Issue UXP#61 follow-up: add missing exports from nestegg, cubeb, and GLSANG (5453c0a33) - Issue UXP#61 follow-up: js: export AddPluralRulesConstructor to fix shared build (b7956cbfb) - Issue UXP#61 follow-up: angle: proper exporting structs (6380d2533) - Issue UXP#61 follow-up: dom/canvas: use public-exported API from GLSANG (cddc1215d) - ported from UXP: Issue #1831 - Add an option to enable TLS 1.3 "compatibility" mode. (ca93d4b4) (29e66b43a) - ported from UXP: Issue #2180 - Add pref to control NSS TLS 1.3 protocol downgrade sentinel (dc4bf9b8) (ecc48cd55) - ported from UXP: Issue #2180 - Follow-up: Move sentinel check up a bit. (f6f0a495) (7781c1d57)
    2 points
  8. yeah, in shared mode it actually puts more extra codes and bindings into separated DLL. static linking is indeed smaller with the cost of more memory and time in linking.
    1 point
  9. thank you to everyone that gave me download links it much appreciated
    1 point
  10. Dear @AstroSkipper, why did you ignore this question? I asked it to ensure if I understood correctly what you said or not. Please respond. Thank you.
    1 point
  11. MSFN members installing POSReady 2009 updates on Windows XP five years ago often reported issues with KB4056615. Visit this link and read a dozen or more pages if you’re curious: https://msfn.org/board/topic/171814-posready-2009-updates-ported-to-windows-xp-sp3-enu/page/131/
    1 point
  12. You did not provide any detailed information what you are looking for. What about KB numbers? I assume you are looking for these two updates: KB4056615 and KB4056941. Use the Windows Update Catalog! I found them, but the German language versions, though. Logically! I am located in Germany. You will be offered the English ones in your country.
    1 point
  13. Very important to check if your user agent spoofing works ! New "feature" to check your real UA is called client hints, https://browserleaks.com/client-hints
    1 point
  14. I think I saw a user named "mockingbird" on another forum asked about a Spectre/Meltdown patch for POSReady2009 back in 2018, but I don't know if they ever found one. I'm sorry; I wish I could be of more help. Good luck on your search, and I'll be sure to let you know if I manage to find more info. Edit: Question was updated to be more general, KB4056615 seems to be the one you are searching for.
    1 point
  15. https://soggi.org/drivers/realtek.htm There you can find latest Realtek PCI-E Gigabit Ethernet drivers for 98SE/ME, they support 8101E, 8101HP, RTL8131, 8102E/8103E, 8104E, 8168B, 8168C, 8168CASUS, 8168D according to the INF file. I think not all versions of 8168 are supported by those drivers. Newer chips like 8169E? Probably no chance, need to use NDIS2 drivers.
    1 point
  16. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20230401-de147fa3-uxp-c867bd4fe-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20230401-de147fa3-uxp-c867bd4fe-xpmod.7z My changes since my last build: - [Mail] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (623c5a9f) - [Navigator] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (a34b45ac) - [Mail] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (2f5c6eeb) - [Navigator] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (de147fa3) 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-20230401-id-656ea98-uxp-c867bd4fe-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20230401-id-656ea98-ia-93af9a0-uxp-c867bd4fe-xpmod.7z My changes since my last build: - [IceDove] Issue MoonchildProductions/UXP#61 - Add gkmedias to package-manifest (7030262) - [IceDove] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (eb573dc) - [IceDove] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (8c078b7) - [IceApe] Issue MoonchildProductions/UXP#61 - Add gkmedias to package-manifest (59acb26) - [IceApe] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging. (767aa04) - [IceApe] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check. (651a75b) 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.
    1 point
  17. So further on from my post in the XP forum, I decided to play around on Windows ME to see if I could get the new Java based Spotify client working and to my surprise it works and plays! Steps included installing Java 6 then Java 8 as per the instructions on the forum. I have manually set appdata in command line to a folder called appdata in C root however I need to test if this is required or not. I don’t believe there has been a spotify client up to now for Win 9x so this may be quite a novelty for some!
    1 point
  18. I'm looking for the unofficial spectre/meltdown Patches for posready2009 (its the only way to install the patch on xp)
    1 point
  19. Works here on official Pale Moon 32.1.0. I suspect you're blocking some resources of that website. Ze or addThis, they don't sound like a built-in JavaScript object, though I don't find them via debugger either. There's a code in there that's supposed to set windowWidth variable.
    1 point
  20. It was eMatrix. Had to turn it off in 'about:addons' for VirusTotal upload to work (albeit with very choppy scrolling ). Offtopic: cmalex managed to make a Python 3.9 build for Windows XP at your request. Yt-dlp builds fine with it on XP and it also works on Vista. I'll wait for a while to release it.
    1 point
  21. maybe about 0.1%, but it helps linking UXP programs with lower RAM requirement.
    1 point
  22. Running MS Update just now on my XP machine, I got these two: Well, this time I SHALL be a cowardly lion. Anyway, it's too cold in NYC to run any updates. If anyone is brave (and warm) enough to run these two, please let us know. EDIT - Also, has anyone tried the Firefox update to 52.5.3 ESR? All OK? I'm still co-o-o-o-o-o-o-o-ld. Thanks.
    1 point
×
×
  • Create New...