Skip to content

Commit

Permalink
Patches for v132 (not modified, line changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 8, 2025
1 parent d665988 commit 8714568
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build/patches/Disable-Compose-feature.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -8408,6 +8408,12 @@ static_library("browser") {
@@ -8407,6 +8407,12 @@ static_library("browser") {
deps += [ "//components/segmentation_platform/internal:optimization_guide_segmentation_handler" ]
}

Expand All @@ -26,15 +26,15 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
if (enable_compose) {
sources += [
"compose/chrome_compose_client.cc",
@@ -8423,7 +8429,6 @@ static_library("browser") {
@@ -8422,7 +8428,6 @@ static_library("browser") {
]

deps += [
- ":compose_optimization_guide_proto",
"//chrome/common/compose",
"//chrome/common/compose:mojo_bindings",
"//components/autofill/content/browser:browser",
@@ -8870,7 +8875,7 @@ source_set("font_pref") {
@@ -8869,7 +8874,7 @@ source_set("font_pref") {
deps = [ "//chrome/common" ]
}

Expand Down
2 changes: 1 addition & 1 deletion build/patches/Fix-chromium-build-bugs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ diff --git a/chrome/browser/navigation_predictor/navigation_predictor_metrics_do
diff --git a/chrome/browser/safe_browsing/BUILD.gn b/chrome/browser/safe_browsing/BUILD.gn
--- a/chrome/browser/safe_browsing/BUILD.gn
+++ b/chrome/browser/safe_browsing/BUILD.gn
@@ -218,6 +218,7 @@ static_library("safe_browsing") {
@@ -217,6 +217,7 @@ static_library("safe_browsing") {
"//components/webdata/common",
"//content/public/browser",
"//services/preferences/public/mojom:mojom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ diff --git a/components/browser_ui/site_settings/android/java/src/org/chromium/c
}

private SiteSettingsCategory getWarningCategory() {
@@ -1280,12 +1273,13 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
@@ -1282,12 +1275,13 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
@Nullable
Integer currentValue =
mSite.getContentSetting(browserContextHandle, ContentSettingsType.JAVASCRIPT);
Expand All @@ -62,7 +62,7 @@ diff --git a/components/browser_ui/site_settings/android/java/src/org/chromium/c
}
// Not possible to embargo JAVASCRIPT.
setupContentSettingsPreference(
@@ -1295,6 +1289,29 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
@@ -1297,6 +1291,29 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
isOneTime(ContentSettingsType.JAVASCRIPT));
}

Expand Down Expand Up @@ -92,7 +92,7 @@ diff --git a/components/browser_ui/site_settings/android/java/src/org/chromium/c
/**
* Updates the ads list preference based on whether the site is a candidate for blocking. This
* has some custom behavior.
@@ -1313,9 +1330,7 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
@@ -1315,9 +1332,7 @@ public class SingleWebsiteSettings extends BaseSiteSettingsFragment
}
// If the ad blocker is activated, then this site will have ads blocked unless there is an
// explicit permission disallowing the blocking.
Expand Down
2 changes: 1 addition & 1 deletion build/patches/eyeo-beta-118.0.5993.48-android_api.patch
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2538,6 +2538,18 @@ static_library("browser") {
@@ -2537,6 +2537,18 @@ static_library("browser") {
}

if (is_android) {
Expand Down

0 comments on commit 8714568

Please sign in to comment.