mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: bump chromium to 135.0.7041.2 (main) (#45850)
* chore: bump chromium in DEPS to 135.0.7041.2 * [Extensions] Remove ExtensionsBrowserClient::GetUserAgent() https://chromium-review.googlesource.com/c/chromium/src/+/6306854 * chore: update patches * [api] Remove deprecated FunctionCallbackInfo::Holder() https://chromium-review.googlesource.com/c/v8/v8/+/6309166 * [test] Add createExternalizableTwoByteString to extension https://chromium-review.googlesource.com/c/v8/v8/+/6304942 * fixup [test] Add createExternalizableTwoByteString to extension --------- 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
eac270bea7
commit
add374ef6a
@@ -43,3 +43,4 @@ build_change_crdtp_protocoltypetraits_signatures_to_avoid_conflict.patch
|
||||
test_make_eval_snapshot_tests_more_flexible.patch
|
||||
build_option_to_use_custom_inspector_protocol_path.patch
|
||||
fix_adjust_wpt_and_webidl_tests_for_enabled_float16array.patch
|
||||
chore_add_createexternalizabletwobytestring_to_globals.patch
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: John Kleinschmidt <jkleinsc@electronjs.org>
|
||||
Date: Fri, 28 Feb 2025 11:24:53 -0500
|
||||
Subject: chore: add createExternalizableTwoByteString to globals
|
||||
|
||||
https://chromium-review.googlesource.com/c/v8/v8/+/6304942 added
|
||||
createExternalizableTwoByteString, so make sure it is handled
|
||||
as a global in the parallel/test-fs-write test.
|
||||
|
||||
diff --git a/test/parallel/test-fs-write.js b/test/parallel/test-fs-write.js
|
||||
index 82f3425de2aa162aa97047098806a08d0f8be4bd..31ab5b833db94fec6f2e976f53f650bc6318e794 100644
|
||||
--- a/test/parallel/test-fs-write.js
|
||||
+++ b/test/parallel/test-fs-write.js
|
||||
@@ -48,6 +48,7 @@ assert.notStrictEqual(isOneByteString, undefined);
|
||||
// Account for extra globals exposed by --expose_externalize_string.
|
||||
common.allowGlobals(
|
||||
createExternalizableString,
|
||||
+ createExternalizableTwoByteString,
|
||||
externalizeString,
|
||||
isOneByteString,
|
||||
globalThis.x,
|
||||
Reference in New Issue
Block a user