Skip to content

Releases: Blaukovitch/GOOGLE_CHROME_Windows_7

115.0.5322.152

22 Jan 20:09
7ee398c
Compare
Choose a tag to compare

🎮 OperaGX

  • up to latest ver. 115
  • Submited #24
  • SANDBOX is worked!
  • Fixed Profile not be opened BUG (see down)
  • Need videoboard/videodriver with D3D11 feature (DDI) level (see down) only!!! For hardware acceleration. VMWARE SVGA 3D (Windows 7) may be supported only 10.1 (ShaderModel 4.0/4.1).
  • WebGPU (d3d11) is supported.
  • x86 only!
  • opera_autoupdate.exe, browser_assistant.exe, assistant_installer.exe is DISABLED.
  • Fixed dwrite.DWriteCreateFactory calls with QueryInterface(IID_IDWriteFactory3) {9A1B41C3-D3BB-466A-87FC-FE67556A3B65}
  • Workend on Windows 7 always. Opera Norway AS is noobs ^)

image

WARNINGs!

Profile not be opened BUG

Your profile could not be opened correctly.
Some features may be unavailable. Please check that the profile exists and that you have permission to read and write its contents.

image

For fix this problems, opera_browser.dll is patched - flag --lowered-browser is automatically added in to command line args.
Or launch opera.exe --lowered-browser separately as first command (or use !!!!!!!OPERAGX_PROFILE_ERRORFIX.bat).

DirectX 11 feature only

Opera GX is support only D3D_FEATURE_LEVEL_11_0 (instead of standard chromium kits D3D_FEATURE_LEVEL_9_1 - D3D_FEATURE_LEVEL_12_1) while create the DirectX 11 Device:

//Default Chroumium feature kit
  const D3D_FEATURE_LEVEL kFeatureLevels_CHROMIUM[] = {
      D3D_FEATURE_LEVEL_12_1, D3D_FEATURE_LEVEL_12_0, D3D_FEATURE_LEVEL_11_1,
      D3D_FEATURE_LEVEL_11_0, D3D_FEATURE_LEVEL_10_1, D3D_FEATURE_LEVEL_10_0,
      D3D_FEATURE_LEVEL_9_3,  D3D_FEATURE_LEVEL_9_2,  D3D_FEATURE_LEVEL_9_1};

//OPERA GX feature kit
  const D3D_FEATURE_LEVEL kFeatureLevels_OPERAGX = {
      D3D_FEATURE_LEVEL_11_0};
  
//OPERA GX call D3D11 device
    Microsoft::WRL::ComPtr<ID3D11Device> d3d11_device;
    D3D_FEATURE_LEVEL returned_feature_level = D3D_DRIVER_TYPE_HARDWARE;
    if (FAILED(D3D11CreateDevice(dxgi_adapter.Get(), D3D_DRIVER_TYPE_HARDWARE,
                                 /*Software=*/0,
                                 /*Flags=*/0, kFeatureLevels_OPERAGX,
                                 _countof(kFeatureLevels_OPERAGX), D3D11_SDK_VERSION,
                                 &d3d11_device, &returned_feature_level,
                                 /*ppImmediateContext=*/nullptr))) {
      continue;
    }

See D3D11 default Device init:
https://chromium.googlesource.com/chromium/src/+/lkgr/gpu/config/gpu_info_collector_win.cc

You videoborad and videodriver is must supported D3D_FEATURE_LEVEL_11_0 (ShaderModel 5.0) for full hardware acceleration. Use DXDIAG (DirectX diagnostic tool - standard Miicrosoft utility) for check you own display features:
image

Low GX performance

No optimization for GX browser. Lots of overloaded GUI content to render, and the renderer is not optimized for it. Everything is done in one thread and as slow as possible. Opera Software is really noobs.

7 release:

5.3.0

20 Dec 00:10
1e97231
Compare
Choose a tag to compare
5.3.0 Pre-release
Pre-release

image

  • up to latest release 5.3.0 (Chrome/Electron 130)
  • Submited #7
  • SANDBOXed
  • Vladimir Yakovlev is approved
  • Stay to secure mail in to Windows 7 again ;)

130.0.6723.70

24 Oct 17:58
8d7e843
Compare
Choose a tag to compare

image

  • up to 130 (!)
  • Update API-MS-Lib (GetProcessInformation PAPI)
  • added API-MS-WIN-POWER-SETTING-L1-1-1.dll lib.
  • Version hack trigger is passed.
  • SANDBOX is worked!
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • os_update_handler.exe is disabled.
  • x64/x86. But x64 still affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
  • Windows 7 (24/10/2024)

128.0.6613.119 ungoogled

11 Sep 19:36
67aa252
Compare
Choose a tag to compare
Pre-release

image

5.2.3

29 Aug 19:35
1b427db
Compare
Choose a tag to compare
5.2.3 Pre-release
Pre-release

image

  • up to latest release 5.2.3
  • Submited #7
  • SANDBOXed!
  • Stay to secure mail in to Windows 7 again ;)

127.0.6533.73

30 Jul 18:01
223cd44
Compare
Choose a tag to compare

image

  • up to 127
  • NEW! (127) Version hack trigger is passed (as Windows 10).
  • SANDBOX is worked!
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • x64/x86. But x64 still affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
  • Windows 7 (30/07/2024)

126.0.6478.127

27 Jun 17:37
223cd44
Compare
Choose a tag to compare
  • up to 126
  • SANDBOX is worked!
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.above RAM.
  • 27/127)

128.0.2739.42

26 Aug 21:30
223cd44
Compare
Choose a tag to compare
128.0.2739.42 Pre-release
Pre-release
  • current ver. is 128
  • SANDBOX is worked!
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • WEBNN is here, but copilot AppX not available on Windows 7 :/
  • added API-MS-WIN-POWER-SETTING-L1-1-1.dll (API-MS)
  • x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.
  • Pwned Micro$oft again)
    image

6.8.3381.44

25 Jun 19:55
1e6e12b
Compare
Choose a tag to compare
6.8.3381.44 Pre-release
Pre-release

WebNN (Web Machine Learning) may be ENABLED in vivaldi://flags

  • current ver. AS Chrome/126.0.0.0
  • CVE-2024-4947, CVE-2024-4671 and CVE-2024-4761 is fixed here.
  • SANDBOX is worked!
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • x86 ONLY. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug.
  • For @Shpankov

125.0.2535.92

10 Jun 18:15
6ce1d47
Compare
Choose a tag to compare
125.0.2535.92 Pre-release
Pre-release

WebNN (Web Machine Learning) may be ENABLED in edge://flags

image

  • current ver. 125
  • CVE-2024-4947, CVE-2024-4671 and CVE-2024-4761 is fixed here.
  • SANDBOX is worked! BUT printing/pdf_view may be not worked :/
  • WEBGPU is unlocked! Via DirectX11 - performance is improved (Windows 7 faster than 10. WOW!).
  • added API-MS-WIN-POWER-SETTING-L1-1-1.dll (API-MS)
  • x64/x86. But x64 affected by VirtualAlloc (HUGE MEMORY) serious bug. Run x64 if you have 8 Gb or above RAM.
  • Pwned Micro$oft)