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

@ -54,10 +54,10 @@ index d196e304a43191b6dc82f25b0b4bf24d242edb3c..85d618efa0574b00fc0cb1e5bde5ed72
static bool loaded = LoadGtkImpl();
return loaded;
diff --git a/ui/gtk/gtk_compat.h b/ui/gtk/gtk_compat.h
index 94f3997bcfc05b1ce9cb5bd821d8b57e2ffe85f3..da45ce627a9cac6460d0e1577d192f5a2dd03ae4 100644
index 409e385fc952662c9887d9a810bb3c547c5be282..1518b681f98b3bc051aed74713a23c016c7b755e 100644
--- a/ui/gtk/gtk_compat.h
+++ b/ui/gtk/gtk_compat.h
@@ -34,6 +34,12 @@ using SkColor = uint32_t;
@@ -40,6 +40,12 @@ using SkColor = uint32_t;
namespace gtk {