chore: bump chromium to 132.0.6807.0 (main) (#44360)
* chore: bump chromium in DEPS to 132.0.6791.0 * 5804481: [UI] Migrate remaining clients of `MenuSourceType`5804481
* chore: try revert PA CL * chore: bump chromium in DEPS to 132.0.6793.0 * chore: bump chromium in DEPS to 132.0.6794.0 * 5952404: Clean up //ui/base/resource from Lacros code.5952404
* 5920842: Generate combined grd for PEPC strings and use them in the element5920842
* 5943708: Enable DynamicSafeAreaInsets for eligible users only5943708
* chore: fixup patch indices * 5937004: Remove components/services/language_detection5937004
* 5920322: [UI] Use mojo enum for `MenuSourceType` in ui/views/controls/5920322
* chore: bump chromium in DEPS to 132.0.6797.0 * 5947724: [ui] Add missing shortcut text for VKEY_COMMAND on linux5947724
* chore: fixup patch indices * 5948024: [DNT] Fix NavigationController raw_ptr during WebContents destruction5948024
* 5945209: Roll libc++ from c8eec3629a9e to e2c39ff9388b (1 revision)5945209
* chore: bump chromium in DEPS to 132.0.6799.0 * chore: bump chromium in DEPS to 132.0.6801.0 * chore: bump chromium in DEPS to 132.0.6803.0 * 5942398: Remove some chrome:: namespace from chrome/browser/win/* Refs:5942398
* 5963016: FSA: Use the profile path for base::DIR_HOME on ChromeOS Refs:5963016
* chore: fixup patch indices * chore: bump chromium in DEPS to 132.0.6805.0 * 5924816: [macOS][FSA] Block Access to Application Bundle Path Refs:5924816
* 5962517: [media] Apply inside blink to renderer/platform/media Refs:5962517
* 5829616: MPArch based GuestViews basic implementation Refs:5829616
* 5953710: Expose a rust_static_library instead of raw rs file from rust_bindgen Refs:5953710
* chore: fixup patch indices * chore: disable ELF CREL on Linux Arm 5938657: Reapply "Enable ELF CREL, which reduces the size of ELF relocatable object files." |5938657
* chore: bump chromium in DEPS to 132.0.6807.0 * 5868889: Shared Storage: Support saved queries in selectURL Refs:5868889
* Revert "5956408: [fastapi] Promote deprecation of FastApiTypedArray" Refs:5956408
* Revert "5962696: [mojo] Force blink headers to only be included in blink" Refs:5962696
* chore: update patches * 5973073: [Extensions] Improve warnings parsing (host) permissions in MV3 Refs:5973073
* chore: update filenames.libcxx.gni * Apply suggestions from code review Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
d9a9d5b8fe
commit
48801be8e9
95 changed files with 498 additions and 403 deletions
|
@ -1,2 +1,3 @@
|
|||
chore_allow_customizing_microtask_policy_per_context.patch
|
||||
deps_add_v8_object_setinternalfieldfornodecore.patch
|
||||
revert_fastapi_promote_deprecation_of_fastapitypedarray.patch
|
||||
|
|
|
@ -46,7 +46,7 @@ index 3e57ae8efe33f326ef0e5d609c311d4be5b8afd6..dc521d39c2280dfc3217e97c1e413b2b
|
|||
V8_INLINE static void* GetAlignedPointerFromInternalField(
|
||||
const BasicTracedReference<Object>& object, int index) {
|
||||
diff --git a/src/api/api.cc b/src/api/api.cc
|
||||
index 6fb8d2c72d7bd895ef3157b6fb9a53522a06c983..9ba0614f13b5ab372674dbbacb5b0b705b317fdc 100644
|
||||
index 68987a5e5484e5ea7c33c4512bfbe9b1ad4443c7..b2b713621e4ff1b23f4b0225c14ae63020bcaade 100644
|
||||
--- a/src/api/api.cc
|
||||
+++ b/src/api/api.cc
|
||||
@@ -6407,14 +6407,33 @@ Local<Data> v8::Object::SlowGetInternalField(int index) {
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: David Sanders <dsanders11@ucsbalum.com>
|
||||
Date: Wed, 30 Oct 2024 21:40:17 -0700
|
||||
Subject: Revert "[fastapi] Promote deprecation of FastApiTypedArray"
|
||||
|
||||
This reverts commit 22b9e934bbbc2f026ed2c3a97a72d9f3ec890a68.
|
||||
|
||||
Revert this until Node.js decides how to proceed and then pick up their fix.
|
||||
|
||||
Refs: https://github.com/nodejs/node/issues/55452
|
||||
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/5956408
|
||||
|
||||
diff --git a/include/v8-fast-api-calls.h b/include/v8-fast-api-calls.h
|
||||
index 70ecc5847ecba39e3102105ca8cb2b356588f714..18466688cf90cbb5db2880febbfb768ae68f8377 100644
|
||||
--- a/include/v8-fast-api-calls.h
|
||||
+++ b/include/v8-fast-api-calls.h
|
||||
@@ -337,7 +337,7 @@ struct FastApiTypedArrayBase {
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
-struct V8_DEPRECATED(
|
||||
+struct V8_DEPRECATE_SOON(
|
||||
"When an API function expects a TypedArray as a parameter, the type in the "
|
||||
"signature should be `v8::Local<v8::Value>` instead of "
|
||||
"FastApiTypedArray<>. The API function then has to type-check the "
|
Loading…
Add table
Add a link
Reference in a new issue