chore: bump chromium to 130.0.6669.0 (main) (#43397)

* chore: bump chromium in DEPS to 130.0.6669.0

* 5789734: Consolidate all the accessibility scale factor utility code into one file

5789734

* 5798543: [autofill] Don't emit autofill audit reports if inspector not connected

5798543

* 5797073: [wasm] Spill all loop inputs before entering loop

5797073

* chore: fixup patch indices

* 5795224: Version 13.0.0

5795224

---------

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:
electron-roller[bot] 2024-08-21 12:34:18 -04:00 committed by GitHub
parent 4874233aae
commit f366caac84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 93 additions and 198 deletions

View file

@ -6,7 +6,7 @@ Subject: disable_hidden.patch
Electron uses this to disable background throttling for hidden windows.
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
index c77a3fa9a247c074783da42a540823bb3bddea65..300a585505e117d52c52eb5b085ebba421156f77 100644
index ebe28a98d062b00d64b648987606b9d806088487..220cf4c17885da4b4f312709d3eff260100b9726 100644
--- a/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
@@ -787,6 +787,9 @@ void RenderWidgetHostImpl::WasHidden() {