mjd79 last won the day on May 20
mjd79 had the most liked content!
About mjd79

Profile Information
-
OS
Windows 7 x64
Recent Profile Visitors
35,310 profile views
mjd79's Achievements
267
Reputation
-
Advertisements are getting heavy-handed: unfreezehuge
mjd79 replied to j7n's topic in Websites and Boards
I ask everyone to read the release notes carefully. I only help solve certain problems, and I created wrappers for DWrite to get it working on XP. All this hard work is thanks to e3k. Personally, I think his browser is better than Supermium in every way. Especially after restoring WebGL acceleration support for D3D9 on XP and porting DWriteCore from the Win Apps SDK for XP (though users have reported that the browser doesn't work with it under certain conditions - I need to look into that). I also think it’s simply much faster - both on relatively good hardware and on low-end hardware, and it works with processors that only support SSE2. https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK/issues/65#issuecomment-4357771559 I won't repeat myself, because e3k's post on this issue covers everything there is to know about the differences between Supermium and Chromium for Windows 7. The x64 version still has a problem with excessive virtual memory usage on XP x64, but fixing it would be pointless, it would take weeks or months of work to restore the behavior of the disabled GigaCage to the code, which was removed between versions 91 and 92, and in the meantime, Chromium has undergone two major changes to its memory allocator. Supermium, on the other hand, is clearly very low on the author’s list of priorities, after all, he also develops an extended kernel available behind a paywall, so it’s clear which option is more profitable. -
It looks like we've managed to identify the cause of the virtual memory leak on XP x64. It turns out to be GigaCage, which has been enabled by default since version 92.0.4486.0.
- 201 replies
-
2
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK/issues/37#issuecomment-4237808546 https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK/releases/tag/149.0.7793.0 New version has been released, with removed dependencies on dxgi in libGLESv2. Simply install VC 2015–2019, or if you don’t want to install it, just copy the relevant files. DWrite is also included.
- 201 replies
-
1
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
It all depends on the motherboard and the USB 3.0 controller in the chipset. If you have a specific hardware in mind, please provide the model number of the device if it is a laptop/OEM PC, or the model number of the motherboard. Then I'll try to find something.
-
Chromium 146.0.7679.0 still have MV2 support --enable-features=AllowLegacyMV2Extensions --disable-features=ExtensionManifestV2DeprecationWarning,ExtensionManifestV2Disabled,ExtensionManifestV2Unsupported in shortcut.
-
WidevineCDM on Windows 7, 8.0 and 8.1 in 2026 and later.
mjd79 replied to mjd79's topic in Web Browsers
I added links to download the latest versions of WidevineCDM and added a guide for Windows 7 in the first post. -
The more I visit the browser section of this forum, the more I wonder if everyone is okay. Some people seem to have a persecution complex, in the form of a panic-stricken fear of surveillance. I recommend going outside and touching the grass. All threads in browsers section are full of off-topic posts related to this. I'm writing about this because it irritates me terribly. It's becoming increasingly difficult to find anything actually related to browsers in these threads.
-
I have updated my old guide about compiling Chromium. Now it only applies to compiling clear Chromium. A new one will be created for building with e3kskoy7wqk patches.
- 201 replies
-
3
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK/issues/7
- 201 replies
-
4
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
On XP only GDI rendering is working. I will try to use DirectWrite. 139 on vanilla Vista SP2 works, but if you run without existing profile, it has some function missing in shell32.dll. Edit: DirectWrite from Supermium working! I can't get working hardware acceleration, even with disabled blacklist and D3D9... All api-ms-win-crt, p_advp32.dll, pwp_shd.dll, p_ole.dll, pwrp_k32.dll, ucrtbase.dll - that's the files needed for working dwrite.dll from Supermium.
- 201 replies
-
1
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
https://github.com/e3kskoy7wqk/Chromium-for-windows-7-REWORK He made few reworked versions. It also can support XP and Vista without extended kernels
- 201 replies
-
4
-
- Windows XP
- windows vista
-
(and 3 more)
Tagged with:
-
I'll check it out (for free ) That's me too. I can send you a modified version of 140 ESR or the latest one.
-
Yes, also on 8.0
- 242 replies
-
2
-
- software
- Windows 8.1
-
(and 1 more)
Tagged with:
-
I see that there is a need for a more detailed explanation. You need: Vista SP2 x64 (you may need to upgrade it to 2017 EOL) kernel33.dll from Vista extended kernel v2023-03-09. p_advp32, p_ole, pwp_shl, p_user from Supermium 132 R4. (for convenience you can name them advapi33, ole33, shell33, user33 etc) In the chrome.exe file, change kernel32.dll to kernel33.dll in the import table using CFF Explorer In the chrome.dll file, change the same import. Then open this file in HxD and search for advapi32, ole32, shell32, user32 - they may be in several places, change the ones that are full import table looking like below: In the chrome_elf.dll file, as you rightly pointed out, change NtOpenKeyEx to the NtOpenKey version.