chore: bump chromium to 124.0.6351.0 (main) (#41514)
* chore: bump chromium in DEPS to 124.0.6339.0 * chore: update patches * chore: bump chromium in DEPS to 124.0.6341.0 * chore: update patches * chore: bump chromium in DEPS to 124.0.6343.0 * chore: bump chromium in DEPS to 124.0.6345.0 * chore: update patches * build: temporarily patch out usage of reclient inputs cfg * chore: implement missing OnPortConnectedStateChanged Ref:5039155
* fix: move NativeHandlers in extensions to new RendererAPIProvider Ref:5332839
Ref:5334058
* chore: add missing websocket method * refactor: use std::erase instead of base::Erase Ref: https://issues.chromium.org/issues/40256229 * build: fix reclient inputs processor bug (workaround) * fix: delay extensions::Dispatcher construction * chore: bump chromium in DEPS to 124.0.6347.0 * chore: bump chromium in DEPS to 124.0.6349.0 * 5326217: [ViewsAX] Remove WebAXPlatformTreeManagerDelegate5326217
* 5347916: Get origin from parent for process-isolated srcdoc.5347916
* chore: patches fixup * 4866222: [api] Deprecate vector<v8::Local>, part 14866222
* 5337304: Remove DXDiag telemetry code.5337304
* 5328275: Implement watermark routing to the BrowserView5328275
* [libc++] Rename __fwd/hash.h to __fwd/functional.h and add reference_wrapper * chore: bump chromium in DEPS to 124.0.6351.0 * chore: update patches * 5342763: [object] Fast path for adding props with existing transition5342763
--------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
1252f92431
commit
150c2bcef9
74 changed files with 537 additions and 331 deletions
|
@ -46,3 +46,5 @@ test_match_wpt_streams_transferable_transform-stream-members_any_js.patch
|
|||
build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch
|
||||
fix_revert_src_lb_reducing_c_calls_of_esm_legacy_main_resolve.patch
|
||||
src_preload_function_for_environment.patch
|
||||
deprecate_vector_v8_local_in_v8.patch
|
||||
fast_path_for_adding_props_with_existing_transition.patch
|
||||
|
|
25
patches/node/deprecate_vector_v8_local_in_v8.patch
Normal file
25
patches/node/deprecate_vector_v8_local_in_v8.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Shelley Vohr <shelley.vohr@gmail.com>
|
||||
Date: Sun, 10 Mar 2024 16:59:30 +0100
|
||||
Subject: Deprecate vector<v8::Local> in v8
|
||||
|
||||
Adapts for changes in https://chromium-review.googlesource.com/c/v8/v8/+/4866222.
|
||||
|
||||
This patch can be removed when Electron upgrades to a version of Node.js that
|
||||
contains the above CL.
|
||||
|
||||
diff --git a/src/module_wrap.cc b/src/module_wrap.cc
|
||||
index 3182a5e4aad2ba0be2b6769edb696b815ce39a61..e73f129d5f9ca3ea872fd5934d9d31a952a4a3fe 100644
|
||||
--- a/src/module_wrap.cc
|
||||
+++ b/src/module_wrap.cc
|
||||
@@ -169,7 +169,9 @@ void ModuleWrap::New(const FunctionCallbackInfo<Value>& args) {
|
||||
export_names[i] = export_name_val.As<String>();
|
||||
}
|
||||
|
||||
- module = Module::CreateSyntheticModule(isolate, url, export_names,
|
||||
+
|
||||
+ module = Module::CreateSyntheticModule(isolate, url,
|
||||
+ v8::MemorySpan<const Local<String>>(export_names.begin(), export_names.end()),
|
||||
SyntheticModuleEvaluationStepsCallback);
|
||||
} else {
|
||||
ScriptCompiler::CachedData* cached_data = nullptr;
|
|
@ -0,0 +1,80 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Shelley Vohr <shelley.vohr@gmail.com>
|
||||
Date: Mon, 11 Mar 2024 16:11:02 +0100
|
||||
Subject: Fast path for adding props with existing transition
|
||||
|
||||
Adapt Node.js tests for https://chromium-review.googlesource.com/c/v8/v8/+/5342763.
|
||||
|
||||
This patch can be removed when Node.js handles these changes.
|
||||
|
||||
diff --git a/test/parallel/test-util-format.js b/test/parallel/test-util-format.js
|
||||
index 12e7833bb24457e1b25f4df12b40d82ccfb80941..b57b07f016de6cf7c891936613b3a190495fce81 100644
|
||||
--- a/test/parallel/test-util-format.js
|
||||
+++ b/test/parallel/test-util-format.js
|
||||
@@ -305,7 +305,7 @@ assert.strictEqual(
|
||||
' func: <ref *1> [Function: func] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'func\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
'}');
|
||||
assert.strictEqual(
|
||||
@@ -318,7 +318,7 @@ assert.strictEqual(
|
||||
' a: <ref *1> [Function: a] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'a\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
' },\n' +
|
||||
' [length]: 1\n' +
|
||||
@@ -333,7 +333,7 @@ assert.strictEqual(
|
||||
' func: <ref *1> [Function: func] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'func\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
' }\n' +
|
||||
'}');
|
||||
@@ -345,7 +345,7 @@ assert.strictEqual(
|
||||
' func: <ref *1> [Function: func] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'func\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
'} {\n' +
|
||||
' foo: \'bar\',\n' +
|
||||
@@ -353,7 +353,7 @@ assert.strictEqual(
|
||||
' func: <ref *1> [Function: func] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'func\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
'}');
|
||||
assert.strictEqual(
|
||||
@@ -364,7 +364,7 @@ assert.strictEqual(
|
||||
' func: <ref *1> [Function: func] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
' [name]: \'func\',\n' +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
'} %o');
|
||||
|
||||
diff --git a/test/parallel/test-util-inspect.js b/test/parallel/test-util-inspect.js
|
||||
index 4c9e0d683fe7d0c79d133079b1575ebaf1a974c7..7c576e2a5ff9b136662ca35ba5639a390ec5b036 100644
|
||||
--- a/test/parallel/test-util-inspect.js
|
||||
+++ b/test/parallel/test-util-inspect.js
|
||||
@@ -3187,7 +3187,7 @@ assert.strictEqual(
|
||||
' constructor: <ref *1> [Function: Fhqwhgads] {\n' +
|
||||
' [length]: 0,\n' +
|
||||
" [name]: 'Fhqwhgads',\n" +
|
||||
- ' [prototype]: { [constructor]: [Circular *1] }\n' +
|
||||
+ ' [prototype]: { constructor: [Circular *1] }\n' +
|
||||
' }\n' +
|
||||
'}'
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue