Skip to content

Commit 471c0b7

Browse files
committed
Update to Chromium 131.0.6778.139
1 parent 7a141ba commit 471c0b7

9 files changed

+15
-13
lines changed

chromium_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
131.0.6778.108
1+
131.0.6778.139

domain_substitution.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11293,6 +11293,7 @@ third_party/hyphenation-patterns/src/sv/hyph-sv.lic.txt
1129311293
third_party/iaccessible2/ia2_api_all.idl
1129411294
third_party/icu/filters/android.json
1129511295
third_party/icu/filters/cast.json
11296+
third_party/icu/filters/chromecast_video.json
1129611297
third_party/icu/filters/chromeos.json
1129711298
third_party/icu/filters/common.json
1129811299
third_party/icu/filters/flutter.json

patches/core/ungoogled-chromium/disable-google-host-detection.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
} // namespace variations
676676
--- a/content/browser/preloading/prefetch/prefetch_container.cc
677677
+++ b/content/browser/preloading/prefetch/prefetch_container.cc
678-
@@ -960,7 +960,7 @@ void PrefetchContainer::AddRedirectHop(c
678+
@@ -974,7 +974,7 @@ void PrefetchContainer::AddRedirectHop(c
679679
// some which are added by throttles). These aren't yet supported for
680680
// prefetch, including browsing topics and client hints.
681681
net::HttpRequestHeaders updated_headers;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
void BaseRenderingContext2D::SnapshotStateForFilter() {
304304
--- a/third_party/blink/renderer/platform/BUILD.gn
305305
+++ b/third_party/blink/renderer/platform/BUILD.gn
306-
@@ -1762,6 +1762,7 @@ component("platform") {
306+
@@ -1764,6 +1764,7 @@ component("platform") {
307307
"//components/paint_preview/common",
308308
"//components/search_engines:search_engine_utils",
309309
"//components/translate/core/language_detection:language_detection",

patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ approach to change color components.
7777
return image_data;
7878
--- a/third_party/blink/renderer/platform/BUILD.gn
7979
+++ b/third_party/blink/renderer/platform/BUILD.gn
80-
@@ -1709,7 +1709,9 @@ component("platform") {
80+
@@ -1711,7 +1711,9 @@ component("platform") {
8181
"//third_party/blink/renderer:non_test_config",
8282
]
8383

patches/extra/ungoogled-chromium/add-flag-for-close-confirmation.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
override_bounds_(params.initial_bounds),
1717
initial_show_state_(params.initial_show_state),
1818
initial_workspace_(params.initial_workspace),
19-
@@ -999,20 +1001,22 @@ Browser::WarnBeforeClosingResult Browser
19+
@@ -988,20 +990,22 @@ Browser::WarnBeforeClosingResult Browser
2020
return WarnBeforeClosingResult::kOkToClose;
2121
}
2222

@@ -52,15 +52,15 @@
5252
}
5353

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

5757
void Browser::ResetTryToCloseWindow() {
5858
cancel_download_confirmation_state_ = NOT_PROMPTED;
5959
+ close_multitab_confirmation_state_ = NOT_PROMPTED;
6060
unload_controller_.ResetTryToCloseWindow();
6161
}
6262

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

@@ -119,7 +119,7 @@
119119
void Browser::InProgressDownloadResponse(bool cancel_downloads) {
120120
if (cancel_downloads) {
121121
cancel_download_confirmation_state_ = RESPONSE_RECEIVED;
122-
@@ -3158,6 +3215,22 @@ void Browser::InProgressDownloadResponse
122+
@@ -3147,6 +3204,22 @@ void Browser::InProgressDownloadResponse
123123

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

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

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

1313
showing_alert_indicator_ =
1414
has_alert_icon && alert_icon_width <= available_width;
15-
@@ -1146,6 +1150,8 @@ void Tab::UpdateIconVisibility() {
15+
@@ -1109,6 +1113,8 @@ void Tab::UpdateIconVisibility() {
1616
!controller_->IsLockedForOnTask() &&
1717
#endif
1818
large_enough_for_close_button;

pruning.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64797,6 +64797,7 @@ third_party/hyphenation-patterns/hyb/hyph-tk.hyb
6479764797
third_party/hyphenation-patterns/hyb/hyph-uk.hyb
6479864798
third_party/hyphenation-patterns/hyb/hyph-und-ethi.hyb
6479964799
third_party/icu/cast/icudtl.dat
64800+
third_party/icu/chromecast_video/icudtl.dat
6480064801
third_party/icu/chromeos/icudtl.dat
6480164802
third_party/icu/flutter/icudtl.dat
6480264803
third_party/icu/flutter_desktop/icudtl.dat

0 commit comments

Comments
 (0)