Skip to content

Commit ee64692

Browse files
chore: bump chromium to 144.0.7559.134 (40-x-y) (#49656)
* chore: bump chromium in DEPS to 144.0.7559.133 * chore: update patches * chore: bump chromium in DEPS to 144.0.7559.134 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
1 parent 0bc0553 commit ee64692

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'
22

33
vars = {
44
'chromium_version':
5-
'144.0.7559.111',
5+
'144.0.7559.134',
66
'node_version':
77
'v24.11.1',
88
'nan_version':

patches/chromium/fix_crash_loading_non-standard_schemes_in_iframes.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The patch should be removed in favor of either:
2828
Upstream bug https://bugs.chromium.org/p/chromium/issues/detail?id=1081397.
2929

3030
diff --git a/content/browser/renderer_host/navigation_request.cc b/content/browser/renderer_host/navigation_request.cc
31-
index 9bdb7c10319be5a6e715a34b29491a06ffe782b1..93e702df43d4c576443cd3efbf9127db2a00693e 100644
31+
index a020aa1ddc8ba7f5ecf5a376d00817f7fc61db40..23db0d047187a95cb401629a42fa3baaaf0feb12 100644
3232
--- a/content/browser/renderer_host/navigation_request.cc
3333
+++ b/content/browser/renderer_host/navigation_request.cc
34-
@@ -11514,6 +11514,11 @@ url::Origin NavigationRequest::GetOriginForURLLoaderFactoryUnchecked() {
34+
@@ -11515,6 +11515,11 @@ url::Origin NavigationRequest::GetOriginForURLLoaderFactoryUnchecked() {
3535
target_rph_id);
3636
}
3737

patches/chromium/revert_views_remove_desktopwindowtreehostwin_window_enlargement.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on Windows. We should refactor our code so that this patch isn't
1010
necessary.
1111

1212
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
13-
index d326724f7c20983cfe9ec268444028eadd571f71..346eba0c5c5b8e6ffc61a2b00586158b78134c43 100644
13+
index 59c516ca84b3e4a5e354fae624a30ef897e2a078..16e5c2f07c0c3f1abbb12496a514f37901d6723a 100644
1414
--- a/testing/variations/fieldtrial_testing_config.json
1515
+++ b/testing/variations/fieldtrial_testing_config.json
16-
@@ -25873,6 +25873,21 @@
16+
@@ -25896,6 +25896,21 @@
1717
]
1818
}
1919
],

0 commit comments

Comments
 (0)