merge: update to ungoogled-chromium 142.0.7444.162

This commit is contained in:
wukko
2025-11-13 02:46:38 +06:00
6 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
142.0.7444.134
142.0.7444.162

View File

@@ -693,7 +693,7 @@
std::vector<base::CallbackListSubscription> tab_subscriptions_;
--- a/chrome/browser/ui/views/user_education/browser_user_education_service.cc
+++ b/chrome/browser/ui/views/user_education/browser_user_education_service.cc
@@ -752,39 +752,6 @@ void MaybeRegisterChromeFeaturePromos(
@@ -786,39 +786,6 @@ void MaybeRegisterChromeFeaturePromos(
.SetBubbleIcon(kLightbulbOutlineIcon)
.SetBubbleTitleText(IDS_PASSWORD_MANAGER_IPH_CREATE_SHORTCUT_TITLE)));

View File

@@ -9,7 +9,7 @@
#include "components/translate/core/browser/translate_download_manager.h"
#include "components/translate/core/browser/translate_manager.h"
#include "components/translate/core/browser/translate_prefs.h"
@@ -2240,6 +2241,7 @@ void RenderViewContextMenu::AppendPageIt
@@ -2239,6 +2240,7 @@ void RenderViewContextMenu::AppendPageIt
}
if (CanTranslate(/*menu_logging=*/true)) {

View File

@@ -343,7 +343,7 @@
#include "third_party/skia/include/core/SkImage.h"
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -2344,6 +2344,12 @@
@@ -2350,6 +2350,12 @@
status: "stable",
},
{

View File

@@ -314,7 +314,7 @@ approach to change color components.
SkJpegEncoder::Options options;
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
@@ -2350,6 +2350,9 @@
@@ -2356,6 +2356,9 @@
name: "FingerprintingCanvasMeasureTextNoise",
},
{

View File

@@ -78,7 +78,7 @@
#include "third_party/blink/public/common/permissions_policy/document_policy_features.h"
#include "third_party/blink/public/common/switches.h"
#include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-blink.h"
@@ -611,6 +612,8 @@ void FrameFetchContext::ModifyRequestFor
@@ -613,6 +614,8 @@ void FrameFetchContext::ModifyRequestFor
void FrameFetchContext::AddClientHintsIfNecessary(
const std::optional<float> resource_width,
ResourceRequest& request) {