chore: bump chromium to 128.0.6571.0 (main) (#42749)
* chore: bump chromium in DEPS to 128.0.6571.0 * 5636652: [4/n] Introduce RenderInputRouterClient and move InputRouterClient implementation to RenderInputRouter.5636652
* 5655811: Revert "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""5655811
* 5581006: [tracing] Forward startup tracing config as shmem5581006
* chore: fixup patch indices * 5608450: [Views AX] Move Image Auto Captioning strings to ui/5608450
* 5648900: [Extensions] Move ExtensionAPIEnabledForServiceWorkerScript()5648900
* 5651681: Remove Web Speech API profanity masking5651681
* 5651361: `content::RenderFrame::GetBrowserInterfaceBroker`: return a const-ref.5651361
* 5604943: Start capture of toolbar after gesture end events are received5604943
* 5624392: [BRP] Enforce raw_ptr/ref in Renderer code5624392
* 5659259: Portals: Remove WebContentsView::TransferDragSecurityInfo5659259
* 5230721: Move ComposeStatus to components/compose5230721
* 5647894: [api] Cleanup usages of v8::ReturnValue<void>::Set[NonEmpty](..)5647894
--------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
cf5fb4505e
commit
07e6b34a07
61 changed files with 260 additions and 240 deletions
|
@ -23,7 +23,7 @@ index 135dfb06a3bdd11e5db21c1974a38a086a7ac9cb..f2708774bfac59703e8981d8816a97a8
|
|||
MicrotaskQueue& operator=(const MicrotaskQueue&) = delete;
|
||||
|
||||
diff --git a/src/execution/microtask-queue.h b/src/execution/microtask-queue.h
|
||||
index 8ef62824d475d7c669e08b8d11e9d91af3c8e5a3..b64c7f603c67420aa09029dead063bfb12ba863b 100644
|
||||
index e85df7d13bb7fd5430e55f5669f1da4b19af36a4..ec8ef87d3b9a9bbb95b28eac560e46eab2ee94cb 100644
|
||||
--- a/src/execution/microtask-queue.h
|
||||
+++ b/src/execution/microtask-queue.h
|
||||
@@ -93,10 +93,10 @@ class V8_EXPORT_PRIVATE MicrotaskQueue final : public v8::MicrotaskQueue {
|
||||
|
|
|
@ -46,10 +46,10 @@ index 170429bf163b02963c0d59de4cd2b19bedf2e54a..c131d78dc92a37b92ef4608f8954bff4
|
|||
V8_INLINE static void* GetAlignedPointerFromInternalField(
|
||||
const BasicTracedReference<Object>& object, int index) {
|
||||
diff --git a/src/api/api.cc b/src/api/api.cc
|
||||
index 88991b5bc332f44079ae1868e67a20f79033f864..babf2f5aa9c6eacc02a4d56e77dc751c838ea657 100644
|
||||
index 5335cca0c84817b20b5e92e11a72e9c528bc5106..368171cdca1b3550c60fc4a12f916057d7140990 100644
|
||||
--- a/src/api/api.cc
|
||||
+++ b/src/api/api.cc
|
||||
@@ -6277,14 +6277,33 @@ Local<Data> v8::Object::SlowGetInternalField(int index) {
|
||||
@@ -6284,14 +6284,33 @@ Local<Data> v8::Object::SlowGetInternalField(int index) {
|
||||
isolate);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue