mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: bump chromium to 144.0.7514.0 (main) (#48840)
* chore: bump chromium in DEPS to 144.0.7514.0 * chore: update patches * 7119882: Reorganize //ui/gfx GN build target https://chromium-review.googlesource.com/c/chromium/src/+/7119882 * Replace includes with forward declares in rect_conversions.h https://chromium-review.googlesource.com/c/chromium/src/+/7127098 * Add ssl info to TrustedHeaderClient https://chromium-review.googlesource.com/c/chromium/src/+/7106780 * Replace ContentPluginInfo with WebPluginInfo https://chromium-review.googlesource.com/c/chromium/src/+/7127893 * Reland "[temporal] Unflag Temporal" https://chromium-review.googlesource.com/c/v8/v8/+/7123876 --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
committed by
GitHub
parent
068ac3c405
commit
a22511a196
@@ -42,3 +42,4 @@ chore_handle_support_for_import_defer_as_ns_and_import_defer.patch
|
||||
api_delete_deprecated_fields_on_v8_isolate.patch
|
||||
api_promote_deprecation_of_v8_context_and_v8_object_api_methods.patch
|
||||
src_use_cp_utf8_for_wide_file_names_on_win32.patch
|
||||
reland_temporal_unflag_temporal.patch
|
||||
|
||||
19
patches/node/reland_temporal_unflag_temporal.patch
Normal file
19
patches/node/reland_temporal_unflag_temporal.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: John Kleinschmidt <jkleinsc@electronjs.org>
|
||||
Date: Fri, 7 Nov 2025 16:36:35 -0500
|
||||
Subject: Reland "[temporal] Unflag Temporal"
|
||||
|
||||
https://chromium-review.googlesource.com/c/v8/v8/+/7123876
|
||||
|
||||
diff --git a/test/common/globals.js b/test/common/globals.js
|
||||
index 34563b304f0e708ae066f8303a09e37b6bf123d6..cffba7d5f1936c4459b5afd91b8bc45b9038436d 100644
|
||||
--- a/test/common/globals.js
|
||||
+++ b/test/common/globals.js
|
||||
@@ -69,6 +69,7 @@ const intrinsics = new Set([
|
||||
'SuppressedError',
|
||||
'DisposableStack',
|
||||
'AsyncDisposableStack',
|
||||
+ 'Temporal'
|
||||
]);
|
||||
|
||||
if (global.gc) {
|
||||
Reference in New Issue
Block a user