Skip to content

Commit

Permalink
Update to Chromium 124.0.6367.78
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Apr 23, 2024
1 parent 4205af9 commit 9020f32
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
124.0.6367.60
124.0.6367.78
1 change: 1 addition & 0 deletions domain_substitution.list
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ chrome/app/welcome_strings.grdp
chrome/browser/about_flags.cc
chrome/browser/accessibility/live_caption/live_caption_speech_recognition_host_browsertest.cc
chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc
chrome/browser/android/cookies/cookies_fetcher_restore_util_browsertest.cc
chrome/browser/android/customtabs/custom_tabs_browsertest.cc
chrome/browser/android/customtabs/detached_resource_request_unittest.cc
chrome/browser/android/examples/custom_tabs_client/src/res/values/strings.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"//components/safe_browsing/content/browser:safe_browsing_service",
"//components/safe_browsing/content/browser/password_protection",
"//components/safe_browsing/content/browser/web_ui",
@@ -3771,8 +3770,6 @@ static_library("browser") {
@@ -3773,8 +3772,6 @@ static_library("browser") {
"download/download_commands.h",
"download/download_crx_util.cc",
"download/download_crx_util.h",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"invalidation/profile_invalidation_provider_factory.cc",
"invalidation/profile_invalidation_provider_factory.h",
"k_anonymity_service/k_anonymity_service_client.cc",
@@ -3787,9 +3785,6 @@ static_library("browser") {
@@ -3789,9 +3787,6 @@ static_library("browser") {
"enterprise/connectors/analysis/analysis_service_settings.h",
"enterprise/connectors/analysis/analysis_settings.cc",
"enterprise/connectors/analysis/analysis_settings.h",
Expand All @@ -21,7 +21,7 @@
"enterprise/connectors/analysis/content_analysis_dialog.cc",
"enterprise/connectors/analysis/content_analysis_dialog.h",
"enterprise/connectors/analysis/content_analysis_downloads_delegate.cc",
@@ -4098,10 +4093,6 @@ static_library("browser") {
@@ -4100,10 +4095,6 @@ static_library("browser") {
"new_tab_page/modules/recipes/recipes_service_factory.h",
"new_tab_page/modules/recipes/time_format_util.cc",
"new_tab_page/modules/recipes/time_format_util.h",
Expand All @@ -32,15 +32,15 @@
"new_tab_page/modules/v2/history_clusters/history_clusters_page_handler_v2.cc",
"new_tab_page/modules/v2/history_clusters/history_clusters_page_handler_v2.h",
"new_tab_page/modules/v2/tab_resumption/tab_resumption_page_handler.cc",
@@ -4579,7 +4570,6 @@ static_library("browser") {
@@ -4581,7 +4572,6 @@ static_library("browser") {
"//chrome/browser/new_tab_page/modules/history_clusters/discount:mojo_bindings",
"//chrome/browser/new_tab_page/modules/photos:mojo_bindings",
"//chrome/browser/new_tab_page/modules/recipes:mojo_bindings",
- "//chrome/browser/new_tab_page/modules/safe_browsing:mojo_bindings",
"//chrome/browser/new_tab_page/modules/v2/history_clusters:mojo_bindings",
"//chrome/browser/new_tab_page/modules/v2/tab_resumption:mojo_bindings",
"//chrome/browser/policy:path_parser",
@@ -6421,10 +6411,6 @@ static_library("browser") {
@@ -6423,10 +6413,6 @@ static_library("browser") {
sources += [
"enterprise/chrome_browser_main_extra_parts_enterprise.cc",
"enterprise/chrome_browser_main_extra_parts_enterprise.h",
Expand All @@ -51,7 +51,7 @@
"enterprise/connectors/device_trust/attestation/browser/attestation_switches.cc",
"enterprise/connectors/device_trust/attestation/browser/attestation_switches.h",
"enterprise/connectors/device_trust/attestation/browser/attester.h",
@@ -7990,9 +7976,14 @@ static_library("browser") {
@@ -7992,9 +7978,14 @@ static_library("browser") {
"//components/safe_browsing/content/browser:safe_browsing_blocking_page",
"//components/safe_browsing/content/browser/download:download_stats",
"//components/safe_browsing/content/common:file_type_policies",
Expand Down Expand Up @@ -2724,7 +2724,7 @@
kChromeUITabSearchHost,
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1928,8 +1928,6 @@ if (!is_android) {
@@ -1929,8 +1929,6 @@ if (!is_android) {
"//components/resources",
"//components/safe_browsing:buildflags",
"//components/safe_browsing/content/browser",
Expand All @@ -2733,7 +2733,7 @@
"//components/safe_browsing/content/browser:safe_browsing_service",
"//components/safe_browsing/content/browser/password_protection",
"//components/safe_browsing/content/browser/password_protection:test_support",
@@ -6956,8 +6954,6 @@ test("unit_tests") {
@@ -6957,8 +6955,6 @@ test("unit_tests") {
"//components/resources",
"//components/safe_browsing:buildflags",
"//components/safe_browsing/content/browser",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "base/debug/alias.h"
#include "base/functional/bind.h"
#include "base/i18n/rtl.h"
@@ -695,6 +696,8 @@ void Tab::OnGestureEvent(ui::GestureEven
@@ -698,6 +699,8 @@ void Tab::OnGestureEvent(ui::GestureEven
}

std::u16string Tab::GetTooltipText(const gfx::Point& p) const {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -1066,7 +1066,11 @@ void Tab::UpdateIconVisibility() {
@@ -1069,7 +1069,11 @@ void Tab::UpdateIconVisibility() {
if (IsActive()) {
// Close button is shown on active tabs regardless of the size.
showing_close_button_ = true;
Expand All @@ -12,7 +12,7 @@

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

showing_close_button_ = large_enough_for_close_button;
Expand Down

0 comments on commit 9020f32

Please sign in to comment.