chore: bump chromium to 129.0.6664.0 (main) (#43329)
* chore: bump chromium in DEPS to 129.0.6657.0 * chore: update patches * chore: bump chromium in DEPS to 129.0.6658.0 * chore: update patches * 5743786: [ServiceWorker] Populate service worker start token to WorkerId.5743786
* 5784424: [Extensions] Move ownership of Dispatcher to ExtensionsRendererClient5784424
* chore: bump chromium in DEPS to 129.0.6659.0 * chore: bump chromium in DEPS to 129.0.6660.0 * chore: update patches * chore: bump chromium in DEPS to 129.0.6662.0 * chore: bump chromium in DEPS to 129.0.6664.0 * 5789627: [Partitioned Popins] (3) `popin` feature triggers third-party storage partitioning5789627
* 5791367: Remove some chrome:: namespace from chrome/browser/app_mode/*5791367
* 5791522: [SCK] Skip redundant getShareableContentWithCompletionHandler5791522
* 5761330: Send refresh rate prefs b/w RefreshRateController and DisplayPrivate5761330
* chore: fixup patch indices * 5793591: Remove unused GetHeader overload5793591
* 5787624: [Extensions] Simplify ExtensionsRendererClient::RenderThreadStarted()5787624
* 5721709: Fix Incorrect last_accessed_time Tracking for Tabs5721709
* 5789215: [Extensions] Add a //chrome/common/extensions build target5789215
* Roll V8 from 48f669a0758c to eee3eb91d01c48f669a075..eee3eb91d0
--------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
cc16de7032
commit
4c3014944c
73 changed files with 210 additions and 229 deletions
|
@ -9,10 +9,10 @@ but due to the nature of electron, we need to load the v8 snapshot
|
|||
in the browser process.
|
||||
|
||||
diff --git a/content/app/content_main_runner_impl.cc b/content/app/content_main_runner_impl.cc
|
||||
index eedd753c7990a0bd336340418421b7e7f39362c9..f143dbf39d011153c83a4d4c0b9afc54bb839ab9 100644
|
||||
index c0d3fc6c6ad03ec8739b94545cf07a091025bc2a..adb5c2bb7f07a19333eca73a70ce68359a738a0d 100644
|
||||
--- a/content/app/content_main_runner_impl.cc
|
||||
+++ b/content/app/content_main_runner_impl.cc
|
||||
@@ -302,11 +302,8 @@ void LoadV8SnapshotFile(const base::CommandLine& command_line) {
|
||||
@@ -300,11 +300,8 @@ void LoadV8SnapshotFile(const base::CommandLine& command_line) {
|
||||
|
||||
bool ShouldLoadV8Snapshot(const base::CommandLine& command_line,
|
||||
const std::string& process_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue