c9b7806418
* chore: bump chromium in DEPS to 129.0.6645.0 * chore: update patches * chore: bump chromium in DEPS to 129.0.6646.0 * refactor: remove ppapi dependency PPAPI removal - https://issues.chromium.org/issues/40511450 PDF viewer migration - https://issues.chromium.org/issues/40511452 * chore: update patches * chore: enable `content_enable_legacy_ipc` We were indirectly relying on this via `enable_ppapi=true`, with 633a57d9b62da7850ef7946f6b101ed440d04cdd ppapi is now disabled and this commit makes the dependency explicit. * fix: gn check --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
20 lines
786 B
Diff
20 lines
786 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: deepak1556 <hop2deep@gmail.com>
|
|
Date: Fri, 9 Aug 2024 22:39:47 +0900
|
|
Subject: build: expose webplugininfo interface to electron
|
|
|
|
Allows implementing electron::mojom::ElectronPluginInfoHost interface
|
|
which provides plugin details between browser<->renderer.
|
|
|
|
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
|
index 0b7e43edf99ce901141ca9271f7130658525fd23..88dbc54c6b7d857cc0c572eb831d457348af236c 100644
|
|
--- a/content/public/common/BUILD.gn
|
|
+++ b/content/public/common/BUILD.gn
|
|
@@ -370,6 +370,7 @@ mojom("interfaces") {
|
|
"//content/common/*",
|
|
"//extensions/common:mojom",
|
|
"//extensions/common:mojom_blink",
|
|
+ "//electron/shell/common:plugin",
|
|
]
|
|
|
|
sources = [
|