chore: bump chromium to 119.0.6029.0 (main) (#39944)

* chore: bump chromium in DEPS to 119.0.6021.0

* 4727729: Initial ScreenCaptureKit AudioInputStream implementation

4727729

* chore: fixup patch indices

* chore: bump chromium in DEPS to 119.0.6023.0

* 4875713: mac: Switch to Xcode 15.0 15A240d with macOS SDK 14.0 23A334

4875713

* 4831380: [task-attribution] Reland: Move to an implicit GCed task container model

4831380

* 4877868: Remove all gitignore entries for submodules

4877868

* 4824705: Set origin to commit for data: URLs

4824705

* chore: fixup patch indices

* 4881382: Expose selection in WebFormControlElement as unsigned

4881382

* 4874216: Portals: Cancel drag-drop in predecessor before activation

4874216

* chore: bump chromium in DEPS to 119.0.6025.0

* chore: bump chromium in DEPS to 119.0.6027.0

* 4884489: Update gitignore to be explicit about directories

4884489

* 4881091: Add debug info about owner document's origin when inheriting

4881091

* chore: fixup patch indices

* chore: bump chromium in DEPS to 119.0.6029.0

* chore: update patches

* 4881091: Add debug info about owner document's origin when inheriting

Ref: 4881091

* 4831380: [task-attribution] Reland: Move to an implicit GCed task container model

Ref: 4831380

* 4866732: Extract document.title for installable checks

Ref: 4866732

* chore: link to crbug in message port test

---------

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: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
This commit is contained in:
electron-roller[bot] 2023-09-28 22:26:41 -07:00 committed by GitHub
parent d002f16157
commit d6c8ff2e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 177 additions and 167 deletions

View file

@ -9,10 +9,10 @@ necessary for native modules to load.
Also change visibility on mksnapshot in order to target mksnapshot for mksnapshot zip.
diff --git a/BUILD.gn b/BUILD.gn
index 88cbaf273f62f958b5e3eb54e06436f5355b9cf5..3376eca5aa950c04b83f6193c47eef35e76f4d28 100644
index ba07869aada66d4a274db7ca6fabf47d32539596..7a221c00719670c42b9264215bfd8381f7cb87f6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -750,7 +750,7 @@ config("internal_config") {
@@ -757,7 +757,7 @@ config("internal_config") {
":cppgc_header_features",
]
@ -21,7 +21,7 @@ index 88cbaf273f62f958b5e3eb54e06436f5355b9cf5..3376eca5aa950c04b83f6193c47eef35
defines += [ "BUILDING_V8_SHARED" ]
}
@@ -6761,7 +6761,7 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6776,7 +6776,7 @@ if (current_toolchain == v8_generator_toolchain) {
"src/interpreter/bytecodes.h",
]
@ -30,7 +30,7 @@ index 88cbaf273f62f958b5e3eb54e06436f5355b9cf5..3376eca5aa950c04b83f6193c47eef35
deps = [
":v8_libbase",
@@ -6773,7 +6773,6 @@ if (current_toolchain == v8_generator_toolchain) {
@@ -6788,7 +6788,6 @@ if (current_toolchain == v8_generator_toolchain) {
if (current_toolchain == v8_snapshot_toolchain) {
v8_executable("mksnapshot") {

View file

@ -12,10 +12,10 @@ This patch can be safely removed if, when it is removed, `node.lib` does not
contain any standard C++ library exports (e.g. `std::ostringstream`).
diff --git a/BUILD.gn b/BUILD.gn
index 3376eca5aa950c04b83f6193c47eef35e76f4d28..a74e60896b95cf697e357a526207d0f74076b3f2 100644
index 7a221c00719670c42b9264215bfd8381f7cb87f6..6c4dc4a53227f7e01f68e4395c5a3fd17418496e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -750,6 +750,10 @@ config("internal_config") {
@@ -757,6 +757,10 @@ config("internal_config") {
":cppgc_header_features",
]