Skip to content

Commit

Permalink
Update to Chromium 131.0.6778.139
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Dec 10, 2024
1 parent 7a141ba commit 471c0b7
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion chromium_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
131.0.6778.108
131.0.6778.139
1 change: 1 addition & 0 deletions domain_substitution.list
Original file line number Diff line number Diff line change
Expand Up @@ -11293,6 +11293,7 @@ third_party/hyphenation-patterns/src/sv/hyph-sv.lic.txt
third_party/iaccessible2/ia2_api_all.idl
third_party/icu/filters/android.json
third_party/icu/filters/cast.json
third_party/icu/filters/chromecast_video.json
third_party/icu/filters/chromeos.json
third_party/icu/filters/common.json
third_party/icu/filters/flutter.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
} // namespace variations
--- a/content/browser/preloading/prefetch/prefetch_container.cc
+++ b/content/browser/preloading/prefetch/prefetch_container.cc
@@ -960,7 +960,7 @@ void PrefetchContainer::AddRedirectHop(c
@@ -974,7 +974,7 @@ void PrefetchContainer::AddRedirectHop(c
// some which are added by throttles). These aren't yet supported for
// prefetch, including browsing topics and client hints.
net::HttpRequestHeaders updated_headers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
void BaseRenderingContext2D::SnapshotStateForFilter() {
--- a/third_party/blink/renderer/platform/BUILD.gn
+++ b/third_party/blink/renderer/platform/BUILD.gn
@@ -1762,6 +1762,7 @@ component("platform") {
@@ -1764,6 +1764,7 @@ component("platform") {
"//components/paint_preview/common",
"//components/search_engines:search_engine_utils",
"//components/translate/core/language_detection:language_detection",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ approach to change color components.
return image_data;
--- a/third_party/blink/renderer/platform/BUILD.gn
+++ b/third_party/blink/renderer/platform/BUILD.gn
@@ -1709,7 +1709,9 @@ component("platform") {
@@ -1711,7 +1711,9 @@ component("platform") {
"//third_party/blink/renderer:non_test_config",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
override_bounds_(params.initial_bounds),
initial_show_state_(params.initial_show_state),
initial_workspace_(params.initial_workspace),
@@ -999,20 +1001,22 @@ Browser::WarnBeforeClosingResult Browser
@@ -988,20 +990,22 @@ Browser::WarnBeforeClosingResult Browser
return WarnBeforeClosingResult::kOkToClose;
}

Expand Down Expand Up @@ -52,15 +52,15 @@
}

DCHECK(!warn_before_closing_callback_)
@@ -1050,6 +1054,7 @@ bool Browser::TryToCloseWindow(
@@ -1039,6 +1043,7 @@ bool Browser::TryToCloseWindow(

void Browser::ResetTryToCloseWindow() {
cancel_download_confirmation_state_ = NOT_PROMPTED;
+ close_multitab_confirmation_state_ = NOT_PROMPTED;
unload_controller_.ResetTryToCloseWindow();
}

@@ -3133,6 +3138,58 @@ bool Browser::CanCloseWithInProgressDown
@@ -3122,6 +3127,58 @@ bool Browser::CanCloseWithInProgressDown
return false;
}

Expand Down Expand Up @@ -119,7 +119,7 @@
void Browser::InProgressDownloadResponse(bool cancel_downloads) {
if (cancel_downloads) {
cancel_download_confirmation_state_ = RESPONSE_RECEIVED;
@@ -3158,6 +3215,22 @@ void Browser::InProgressDownloadResponse
@@ -3147,6 +3204,22 @@ void Browser::InProgressDownloadResponse

std::move(warn_before_closing_callback_)
.Run(WarnBeforeClosingResult::kDoNotClose);
Expand Down Expand Up @@ -152,7 +152,7 @@
#include "chrome/browser/ui/signin/signin_view_controller.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
@@ -1181,12 +1182,17 @@ class Browser : public TabStripModelObse
@@ -1180,12 +1181,17 @@ class Browser : public TabStripModelObse
// Returns true if the window can close, false otherwise.
bool CanCloseWithInProgressDownloads();

Expand All @@ -170,7 +170,7 @@
// Called when the user has decided whether to proceed or not with the browser
// closure, in case the cookie migration notice was shown. |proceed_closing|
// is true if the browser can be closed.
@@ -1352,6 +1358,8 @@ class Browser : public TabStripModelObse
@@ -1351,6 +1357,8 @@ class Browser : public TabStripModelObse
// when the browser is closed with in-progress downloads.
CancelDownloadConfirmationState cancel_download_confirmation_state_;

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"
@@ -704,6 +705,8 @@ void Tab::OnGestureEvent(ui::GestureEven
@@ -703,6 +704,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
@@ -1117,7 +1117,11 @@ void Tab::UpdateIconVisibility() {
@@ -1080,7 +1080,11 @@ void Tab::UpdateIconVisibility() {
// Close button is shown on active tabs regardless of the size.
showing_close_button_ = true;
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Expand All @@ -12,7 +12,7 @@

showing_alert_indicator_ =
has_alert_icon && alert_icon_width <= available_width;
@@ -1146,6 +1150,8 @@ void Tab::UpdateIconVisibility() {
@@ -1109,6 +1113,8 @@ void Tab::UpdateIconVisibility() {
!controller_->IsLockedForOnTask() &&
#endif
large_enough_for_close_button;
Expand Down
1 change: 1 addition & 0 deletions pruning.list
Original file line number Diff line number Diff line change
Expand Up @@ -64797,6 +64797,7 @@ third_party/hyphenation-patterns/hyb/hyph-tk.hyb
third_party/hyphenation-patterns/hyb/hyph-uk.hyb
third_party/hyphenation-patterns/hyb/hyph-und-ethi.hyb
third_party/icu/cast/icudtl.dat
third_party/icu/chromecast_video/icudtl.dat
third_party/icu/chromeos/icudtl.dat
third_party/icu/flutter/icudtl.dat
third_party/icu/flutter_desktop/icudtl.dat
Expand Down

0 comments on commit 471c0b7

Please sign in to comment.