Skip to content

Commit 9020f32

Browse files
committed
Update to Chromium 124.0.6367.78
1 parent 4205af9 commit 9020f32

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
124.0.6367.60
1+
124.0.6367.78

domain_substitution.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ chrome/app/welcome_strings.grdp
511511
chrome/browser/about_flags.cc
512512
chrome/browser/accessibility/live_caption/live_caption_speech_recognition_host_browsertest.cc
513513
chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
514+
chrome/browser/android/cookies/cookies_fetcher_restore_util_browsertest.cc
514515
chrome/browser/android/customtabs/custom_tabs_browsertest.cc
515516
chrome/browser/android/customtabs/detached_resource_request_unittest.cc
516517
chrome/browser/android/examples/custom_tabs_client/src/res/values/strings.xml

patches/core/inox-patchset/0001-fix-building-without-safebrowsing.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"//components/safe_browsing/content/browser:safe_browsing_service",
99
"//components/safe_browsing/content/browser/password_protection",
1010
"//components/safe_browsing/content/browser/web_ui",
11-
@@ -3771,8 +3770,6 @@ static_library("browser") {
11+
@@ -3773,8 +3772,6 @@ static_library("browser") {
1212
"download/download_commands.h",
1313
"download/download_crx_util.cc",
1414
"download/download_crx_util.h",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"invalidation/profile_invalidation_provider_factory.cc",
1212
"invalidation/profile_invalidation_provider_factory.h",
1313
"k_anonymity_service/k_anonymity_service_client.cc",
14-
@@ -3787,9 +3785,6 @@ static_library("browser") {
14+
@@ -3789,9 +3787,6 @@ static_library("browser") {
1515
"enterprise/connectors/analysis/analysis_service_settings.h",
1616
"enterprise/connectors/analysis/analysis_settings.cc",
1717
"enterprise/connectors/analysis/analysis_settings.h",
@@ -21,7 +21,7 @@
2121
"enterprise/connectors/analysis/content_analysis_dialog.cc",
2222
"enterprise/connectors/analysis/content_analysis_dialog.h",
2323
"enterprise/connectors/analysis/content_analysis_downloads_delegate.cc",
24-
@@ -4098,10 +4093,6 @@ static_library("browser") {
24+
@@ -4100,10 +4095,6 @@ static_library("browser") {
2525
"new_tab_page/modules/recipes/recipes_service_factory.h",
2626
"new_tab_page/modules/recipes/time_format_util.cc",
2727
"new_tab_page/modules/recipes/time_format_util.h",
@@ -32,15 +32,15 @@
3232
"new_tab_page/modules/v2/history_clusters/history_clusters_page_handler_v2.cc",
3333
"new_tab_page/modules/v2/history_clusters/history_clusters_page_handler_v2.h",
3434
"new_tab_page/modules/v2/tab_resumption/tab_resumption_page_handler.cc",
35-
@@ -4579,7 +4570,6 @@ static_library("browser") {
35+
@@ -4581,7 +4572,6 @@ static_library("browser") {
3636
"//chrome/browser/new_tab_page/modules/history_clusters/discount:mojo_bindings",
3737
"//chrome/browser/new_tab_page/modules/photos:mojo_bindings",
3838
"//chrome/browser/new_tab_page/modules/recipes:mojo_bindings",
3939
- "//chrome/browser/new_tab_page/modules/safe_browsing:mojo_bindings",
4040
"//chrome/browser/new_tab_page/modules/v2/history_clusters:mojo_bindings",
4141
"//chrome/browser/new_tab_page/modules/v2/tab_resumption:mojo_bindings",
4242
"//chrome/browser/policy:path_parser",
43-
@@ -6421,10 +6411,6 @@ static_library("browser") {
43+
@@ -6423,10 +6413,6 @@ static_library("browser") {
4444
sources += [
4545
"enterprise/chrome_browser_main_extra_parts_enterprise.cc",
4646
"enterprise/chrome_browser_main_extra_parts_enterprise.h",
@@ -51,7 +51,7 @@
5151
"enterprise/connectors/device_trust/attestation/browser/attestation_switches.cc",
5252
"enterprise/connectors/device_trust/attestation/browser/attestation_switches.h",
5353
"enterprise/connectors/device_trust/attestation/browser/attester.h",
54-
@@ -7990,9 +7976,14 @@ static_library("browser") {
54+
@@ -7992,9 +7978,14 @@ static_library("browser") {
5555
"//components/safe_browsing/content/browser:safe_browsing_blocking_page",
5656
"//components/safe_browsing/content/browser/download:download_stats",
5757
"//components/safe_browsing/content/common:file_type_policies",
@@ -2724,7 +2724,7 @@
27242724
kChromeUITabSearchHost,
27252725
--- a/chrome/test/BUILD.gn
27262726
+++ b/chrome/test/BUILD.gn
2727-
@@ -1928,8 +1928,6 @@ if (!is_android) {
2727+
@@ -1929,8 +1929,6 @@ if (!is_android) {
27282728
"//components/resources",
27292729
"//components/safe_browsing:buildflags",
27302730
"//components/safe_browsing/content/browser",
@@ -2733,7 +2733,7 @@
27332733
"//components/safe_browsing/content/browser:safe_browsing_service",
27342734
"//components/safe_browsing/content/browser/password_protection",
27352735
"//components/safe_browsing/content/browser/password_protection:test_support",
2736-
@@ -6956,8 +6954,6 @@ test("unit_tests") {
2736+
@@ -6957,8 +6955,6 @@ test("unit_tests") {
27372737
"//components/resources",
27382738
"//components/safe_browsing:buildflags",
27392739
"//components/safe_browsing/content/browser",

patches/extra/ungoogled-chromium/add-flag-for-tab-hover-cards.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "base/debug/alias.h"
99
#include "base/functional/bind.h"
1010
#include "base/i18n/rtl.h"
11-
@@ -695,6 +696,8 @@ void Tab::OnGestureEvent(ui::GestureEven
11+
@@ -698,6 +699,8 @@ void Tab::OnGestureEvent(ui::GestureEven
1212
}
1313

1414
std::u16string Tab::GetTooltipText(const gfx::Point& p) const {

patches/extra/ungoogled-chromium/add-flag-to-hide-tab-close-buttons.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/chrome/browser/ui/views/tabs/tab.cc
22
+++ b/chrome/browser/ui/views/tabs/tab.cc
3-
@@ -1066,7 +1066,11 @@ void Tab::UpdateIconVisibility() {
3+
@@ -1069,7 +1069,11 @@ void Tab::UpdateIconVisibility() {
44
if (IsActive()) {
55
// Close button is shown on active tabs regardless of the size.
66
showing_close_button_ = true;
@@ -12,7 +12,7 @@
1212

1313
showing_alert_indicator_ =
1414
has_alert_icon && alert_icon_width <= available_width;
15-
@@ -1091,6 +1095,8 @@ void Tab::UpdateIconVisibility() {
15+
@@ -1094,6 +1098,8 @@ void Tab::UpdateIconVisibility() {
1616
}
1717

1818
showing_close_button_ = large_enough_for_close_button;

0 commit comments

Comments
 (0)