Skip to content

Commit d7f9f01

Browse files
committed
Update to Chromium 134.0.6998.88
1 parent ca91314 commit d7f9f01

9 files changed

+12
-12
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
134.0.6998.35
1+
134.0.6998.88

patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"//chrome/browser/search_engines",
389389
--- a/chrome/browser/prefs/browser_prefs.cc
390390
+++ b/chrome/browser/prefs/browser_prefs.cc
391-
@@ -1891,9 +1891,6 @@ void RegisterLocalState(PrefRegistrySimp
391+
@@ -1888,9 +1888,6 @@ void RegisterLocalState(PrefRegistrySimp
392392
DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry);
393393
#endif
394394

patches/core/ungoogled-chromium/fix-building-without-safebrowsing.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@
11721172
info.enterprise_profile_id = signals.enterprise_profile_id;
11731173
--- a/chrome/browser/extensions/api/tabs/tabs_api.cc
11741174
+++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
1175-
@@ -441,22 +441,6 @@ void NotifyExtensionTelemetry(Profile* p
1175+
@@ -447,22 +447,6 @@ void NotifyExtensionTelemetry(Profile* p
11761176
const std::string& current_url,
11771177
const std::string& new_url,
11781178
const std::optional<StackTrace>& js_callstack) {
@@ -2006,7 +2006,7 @@
20062006
#include "chrome/browser/new_tab_page/modules/v2/authentication/microsoft_auth_page_handler.h"
20072007
#include "chrome/browser/new_tab_page/modules/v2/calendar/google_calendar_page_handler.h"
20082008
#include "chrome/browser/new_tab_page/modules/v2/calendar/outlook_calendar_page_handler.h"
2009-
@@ -2130,7 +2129,6 @@ void RegisterProfilePrefs(user_prefs::Pr
2009+
@@ -2127,7 +2126,6 @@ void RegisterProfilePrefs(user_prefs::Pr
20102010
MicrosoftFilesPageHandler::RegisterProfilePrefs(registry);
20112011
NewTabPageHandler::RegisterProfilePrefs(registry);
20122012
NewTabPageUI::RegisterProfilePrefs(registry);

patches/core/ungoogled-chromium/remove-unused-preferences-fields.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,15 +1077,15 @@
10771077
#include "components/signin/public/base/signin_prefs.h"
10781078
#include "components/signin/public/identity_manager/identity_manager.h"
10791079
#include "components/site_engagement/content/site_engagement_service.h"
1080-
@@ -1674,7 +1672,6 @@ void RegisterLocalState(PrefRegistrySimp
1080+
@@ -1671,7 +1669,6 @@ void RegisterLocalState(PrefRegistrySimp
10811081
PushMessagingServiceImpl::RegisterPrefs(registry);
10821082
#endif
10831083
RegisterScreenshotPrefs(registry);
10841084
- safe_browsing::RegisterLocalStatePrefs(registry);
10851085
search_engines::SearchEngineChoiceService::RegisterLocalStatePrefs(registry);
10861086
secure_origin_allowlist::RegisterPrefs(registry);
10871087
segmentation_platform::SegmentationPlatformService::RegisterLocalStatePrefs(
1088-
@@ -2018,8 +2015,6 @@ void RegisterProfilePrefs(user_prefs::Pr
1088+
@@ -2015,8 +2012,6 @@ void RegisterProfilePrefs(user_prefs::Pr
10891089
#if BUILDFLAG(IS_CHROMEOS_ASH)
10901090
settings::ResetSettingsHandler::RegisterProfilePrefs(registry);
10911091
#endif // BUILDFLAG(IS_CHROMEOS_ASH)

patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"//third_party/widevine/cdm:headers",
2020
--- a/chrome/browser/about_flags.cc
2121
+++ b/chrome/browser/about_flags.cc
22-
@@ -182,6 +182,7 @@
22+
@@ -184,6 +184,7 @@
2323
#include "components/translate/core/common/translate_util.h"
2424
#include "components/trusted_vault/features.h"
2525
#include "components/ui_devtools/switches.h"

patches/extra/bromite/flag-max-connections-per-host.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ with limited CPU/memory resources and it is disabled by default.
115115
const char kMediaRouterCastAllowAllIPsDescription[] =
116116
--- a/chrome/browser/flag_descriptions.h
117117
+++ b/chrome/browser/flag_descriptions.h
118-
@@ -1431,6 +1431,9 @@ extern const char kMantisFeatureKeyName[
118+
@@ -1432,6 +1432,9 @@ extern const char kMantisFeatureKeyName[
119119
extern const char kMantisFeatureKeyDescription[];
120120
#endif // IS_CHROMEOS
121121

patches/extra/ungoogled-chromium/add-flag-to-spoof-webgl-renderer-info.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// Feature declarations and associated constants (feature params, et cetera)
3535
--- a/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
3636
+++ b/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
37-
@@ -3864,6 +3864,8 @@ ScriptValue WebGLRenderingContextBase::g
37+
@@ -3858,6 +3858,8 @@ ScriptValue WebGLRenderingContextBase::g
3838
pname, IdentifiabilityBenignStringToken(
3939
String(ContextGL()->GetString(GL_RENDERER))));
4040
}
@@ -43,7 +43,7 @@
4343
return WebGLAny(script_state,
4444
String(ContextGL()->GetString(GL_RENDERER)));
4545
}
46-
@@ -3879,6 +3881,8 @@ ScriptValue WebGLRenderingContextBase::g
46+
@@ -3873,6 +3875,8 @@ ScriptValue WebGLRenderingContextBase::g
4747
pname, IdentifiabilityBenignStringToken(
4848
String(ContextGL()->GetString(GL_VENDOR))));
4949
}

patches/extra/ungoogled-chromium/add-flags-for-existing-switches.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/browser/about_flags.cc
22
+++ b/chrome/browser/about_flags.cc
3-
@@ -4408,10 +4408,12 @@ const FeatureEntry::FeatureVariation kTa
3+
@@ -4410,10 +4410,12 @@ const FeatureEntry::FeatureVariation kTa
44
#include "chrome/browser/ungoogled_flag_choices.h"
55
#include "chrome/browser/bromite_flag_choices.h"
66
#include "chrome/browser/ungoogled_platform_flag_choices.h"

patches/extra/ungoogled-chromium/add-ungoogled-flag-headers.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/browser/about_flags.cc
22
+++ b/chrome/browser/about_flags.cc
3-
@@ -4404,7 +4404,13 @@ const FeatureEntry::FeatureVariation kTa
3+
@@ -4406,7 +4406,13 @@ const FeatureEntry::FeatureVariation kTa
44
// calculate and verify checksum.
55
//
66
// When adding a new choice, add it to the end of the list.

0 commit comments

Comments
 (0)