Skip to content

Commit

Permalink
Update to Chromium 126.0.6478.114
Browse files Browse the repository at this point in the history
  • Loading branch information
networkException committed Jun 19, 2024
1 parent 2747d68 commit ecd221d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
126.0.6478.61
126.0.6478.114
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This prevents trk:148 (phishing) and trk:149 (malware).

--- a/components/safe_browsing/content/browser/client_side_detection_service.cc
+++ b/components/safe_browsing/content/browser/client_side_detection_service.cc
@@ -264,6 +264,10 @@ void ClientSideDetectionService::StartCl
@@ -274,6 +274,10 @@ void ClientSideDetectionService::StartCl
return;
}

Expand All @@ -24,7 +24,7 @@ This prevents trk:148 (phishing) and trk:149 (malware).
std::string request_data;
request->SerializeToString(&request_data);

@@ -347,6 +351,7 @@ void ClientSideDetectionService::StartCl
@@ -353,6 +357,7 @@ void ClientSideDetectionService::StartCl
base::BindOnce(&WebUIInfoSingleton::AddToClientPhishingRequestsSent,
base::Unretained(WebUIInfoSingleton::GetInstance()),
std::move(request), access_token));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@
std::unique_ptr<RenderViewContextMenuBase>
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
@@ -451,9 +451,6 @@ WebUIFactoryFunction GetWebUIFactoryFunc
@@ -454,9 +454,6 @@ WebUIFactoryFunction GetWebUIFactoryFunc
}
if (url.host_piece() == chrome::kChromeUIPredictorsHost)
return &NewWebUI<PredictorsUI>;
Expand Down
2 changes: 1 addition & 1 deletion patches/extra/ungoogled-chromium/first-run-page.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "chrome/browser/ui/webui/usb_internals/usb_internals_ui.h"
#include "chrome/browser/ui/webui/user_actions/user_actions_ui.h"
#include "chrome/browser/ui/webui/version/version_ui.h"
@@ -779,6 +780,8 @@ WebUIFactoryFunction GetWebUIFactoryFunc
@@ -782,6 +783,8 @@ WebUIFactoryFunction GetWebUIFactoryFunc
return &NewWebUI<privacy_sandbox_internals::PrivacySandboxInternalsUI>;
}

Expand Down

4 comments on commit ecd221d

@sorspetar111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit reference to virus injections:

https://www.virustotal.com/gui/file/c8a1b0625872a336e306f0ab0816a1aa64bdd02f98ee40595ecf8bfc93c652bb

Trapmine
Malicious.high.ml.score

@sorspetar111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrome_proxy.exe also reference to this commit with other type of virus: Win.MxResIcn.Heur.Gen

https://www.virustotal.com/gui/file/0819e7217a1a0182be1de1b38d742645083b21308af669de6ea2f7c12aef9ca0

@sorspetar111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rany2
Copy link
Member

@rany2 rany2 commented on ecd221d Jun 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sorspetar111 where did you get this binary from?

Please sign in to comment.