trop[bot]
9c753c344a
docs: remove stale example and standardize DevTools capitalization ( #49387 )
...
* docs: remove stale example and standardize `DevTools` capitalization
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* Update docs/api/web-contents.md
Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2026-01-14 14:51:07 +01:00
trop[bot]
8b2a99183f
docs: improve build-tools instructions ( #49385 )
...
* docs: improve build-tools instructions
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* address comments
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* update directory structure
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* update
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* nits
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
* node -> electron_node
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* update macos build version
Co-authored-by: Erick Zhao <erick@hotmail.ca >
* Update docs/development/build-instructions-gn.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
Co-authored-by: Erick Zhao <erick@hotmail.ca >
2026-01-14 10:29:24 +01:00
trop[bot]
c897602202
refactor: add static ReplyChannel::SendError() helper ( #49372 )
...
refactor: add static `ReplyChannel::SendError()` helper (#49338 )
* refactor: add static void ReplyChannel::SendError()
* refactor: use static SendError() instead of instantiating a temporary
* refactor: remove non-static version of SendError()
* refactor: remove redundant callback-is-non-null checks
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2026-01-14 09:34:28 +01:00
electron-roller[bot]
8cc201e02c
chore: bump chromium to 144.0.7559.60 (40-x-y) ( #49380 )
...
chore: bump chromium in DEPS to 144.0.7559.60
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2026-01-14 09:34:08 +01:00
electron-roller[bot]
ba26a5d4d3
chore: bump chromium to 144.0.7559.59 (40-x-y) ( #49330 )
...
* chore: bump chromium in DEPS to 144.0.7559.59
* chore: update patches
* [InputVizard] Fix missing touch cancel in InputTransferHandlerAndroid
using InputEventSource
Refs https://chromium-review.googlesource.com/c/chromium/src/+/7302368
(cherry picked from commit f31f9e06db )
* 7264893: update postMessage tests for file: origin serialization change
Cherry-picked from 4ef78d3ee7
Chromium now serializes file: origins as 'null' in MessageEvent per spec. This is a security improvement aligning with the HTML spec behavior. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7264893
Co-Authored-By: Alice Zhao <66543449+alicelovescake@users.noreply.github.com >
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Alice Zhao <66543449+alicelovescake@users.noreply.github.com >
2026-01-13 19:09:12 -05:00
trop[bot]
df4d0bef21
fix: fix cookie encryption provider loading on Windows and Linux ( #49375 )
...
* fix: support cookie encryption provider cross-platform
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
* fix: add async macos key provider
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
v40.0.0-beta.8
2026-01-12 21:02:05 -08:00
trop[bot]
9c4e03fd8a
build: roll build-tools SHA to 4430e4a ( #49366 )
...
build: roll build-tools SHA to 4430e4a
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2026-01-12 15:52:11 -05:00
Shelley Vohr
05b4b57151
feat: support WebSocket authentication handling ( #49064 )
...
* feat: support WebSocket authentication handling
* chore: make linter happy
---------
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2026-01-12 11:23:31 -05:00
trop[bot]
d5087faff7
fix: provide explicit cookie encryption provider for cookie encryption ( #49350 )
...
fix: provide explicit cookie encryption provider
Fixes 6996667: Reland "Port net::CookieCryptoDelegate to os_crypt async" | https://chromium-review.googlesource.com/c/chromium/src/+/6996667
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
v40.0.0-beta.7
2026-01-09 17:44:47 -08:00
trop[bot]
3039ced4f3
chore: improvements to script/run-clang-tidy.ts ( #49343 )
...
* chore: disable color output for clang-tidy in CI
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
* chore: small QoL improvements to run-clang-tidy.ts
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
* chore: add --fix option to script/run-clang-tidy.ts
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2026-01-09 14:43:18 -06:00
trop[bot]
4152b44bf8
docs: document ELECTRON_SKIP_BINARY_DOWNLOAD ( #49332 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
2026-01-08 10:10:08 -06:00
John Kleinschmidt
95cd5641dd
build: use @electron-ci/dev-root for package.json default
...
(cherry picked from commit bab6bd3dae )
v40.0.0-beta.6
2026-01-06 14:28:47 -05:00
electron-roller[bot]
9e7ef66ecb
chore: bump chromium to 144.0.7559.31 (40-x-y) ( #48958 )
...
* chore: bump chromium in DEPS to 144.0.7527.1
* chore: bump chromium in DEPS to 144.0.7529.1
* chore: bump chromium in DEPS to 144.0.7529.3
* chore: bump chromium in DEPS to 144.0.7529.5
* chore: bump chromium in DEPS to 144.0.7531.1
* chore: bump chromium in DEPS to 144.0.7531.0
* chore: bump chromium in DEPS to 144.0.7532.1
* chore: bump chromium in DEPS to 144.0.7535.1
* chore: bump chromium in DEPS to 144.0.7537.1
* chore: bump chromium in DEPS to 144.0.7539.1
* chore: bump chromium in DEPS to 144.0.7541.1
* chore: bump chromium in DEPS to 144.0.7543.1
* chore: bump chromium in DEPS to 144.0.7545.1
* chore: bump chromium in DEPS to 144.0.7547.1
* chore: bump chromium in DEPS to 144.0.7549.1
* chore: bump chromium in DEPS to 144.0.7551.0
* chore: bump chromium in DEPS to 144.0.7553.0
* chore: bump chromium in DEPS to 144.0.7555.1
* chore: bump chromium in DEPS to 144.0.7557.1
* chore: bump chromium in DEPS to 144.0.7559.1
* chore: bump chromium in DEPS to 144.0.7559.5
* chore: bump chromium in DEPS to 144.0.7559.3
* chore: bump chromium in DEPS to 144.0.7559.12
* chore: bump chromium in DEPS to 144.0.7559.20
* fix(patch-conflict): update code cache patch for PersistentCache refactor
Upstream refactored code cache to use PersistentCache with new class-based
implementation (NoopCodeCacheHost, LocalCodeCacheHost, CodeCacheWithPersistentCacheHost).
Updated patch to integrate custom scheme support into the new structure while
preserving ProcessLockURLIsCodeCacheScheme checks for embedder-registered schemes.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7044986
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com >
(cherry picked from commit 2b9d256e78 )
* fix(patch-conflict): update dialog patch for RequestXdgDesktopPortal API
Upstream changed from SetSystemdScopeUnitNameForXdgPortal to RequestXdgDesktopPortal
API pattern. Updated OnServiceStarted signature and kept OnSystemdUnitStarted callback
that calls Electron's file_dialog::StartPortalAvailabilityTestInBackground().
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7204285
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com >
(cherry picked from commit 2cd3911d92 )
* chore: update patches
* fix(build): update VideoPixelFormat API for SharedImageFormat
Upstream CL https://chromium-review.googlesource.com/c/chromium/src/+/7207153
removed VideoPixelFormatToGfxBufferFormat as part of migration to
SharedImageFormat. Update to use VideoPixelFormatToSharedImageFormat
which directly returns the SharedImageFormat.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com >
(cherry picked from commit ff9d072b4b )
* fix(build): extend profile methods patch for ShouldEnableXfaForms
The ShouldEnableXfaForms function uses Profile::FromBrowserContext()
which is not available in Electron. Wrap the profile-dependent code
in #if 0 to fall through to the feature flag default.
Co-Authored-By: Claude <noreply@anthropic.com >
(cherry picked from commit 3edec8ee30 )
* fix(build): add missing include
`components/dbus/xdg/systemd.h` for `void OnSystemdUnitStarted(dbus_xdg::SystemdUnitStatus)` in the same patch.
(cherry picked from commit 6929589c0d )
* fixup! fix(build): add missing include
(cherry picked from commit 39cd8f15c1 )
* chore: update libc++ filenames
(cherry picked from commit 6aa1ecc71d )
* fix(build): adapt to string-view-ification change in windows jump_list.cc
7186922: Fix unsafe buffer usage in base/win/win_util.cc
https://chromium-review.googlesource.com/c/chromium/src/+/7186922
(cherry picked from commit 85ce0d45a3 )
* chore: bump chromium in DEPS to 144.0.7559.31
* Fix Crash in FullscreenController::EnterFullscreenModeInternal
https://chromium-review.googlesource.com/c/chromium/src/+/7260934
* chore: update patches
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: Claude <svc-devxp-claude@slack-corp.com >
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: clavin <clavin@electronjs.org >
2026-01-06 14:22:31 -05:00
trop[bot]
96018acfc2
docs: update roundedCorners documentation ( #49311 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Niklas Wenzel <dev@nikwen.de >
2026-01-06 10:32:37 -05:00
Calvin
ff23784246
fix: drag regions in child windows (manual backport 40-x-y) ( #49312 )
...
fix: drag regions in child windows
2026-01-06 10:32:12 -05:00
trop[bot]
c4bfc1491a
fix: webRequest.onBeforeSendHeaders not being able to modify reserved headers ( #49241 )
...
* fix: `webRequest.onBeforeSendHeaders` not being able to modify reserved headers
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* chore: add unit test for reserved header
Co-authored-by: Samuel Attard <sattard@anthropic.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <sattard@anthropic.com >
2026-01-06 10:31:09 -05:00
Niklas Wenzel
8fd775faca
fix: visual artifacts while resizing on Windows ( #49191 )
2026-01-05 16:32:21 -05:00
trop[bot]
a7652f68e9
build: fixup release notes generation ( #49305 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
v40.0.0-beta.5
2026-01-05 12:23:42 -05:00
trop[bot]
525917302a
build: add logging to notes generator ( #49301 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
2026-01-05 09:55:16 -05:00
Keeley Hammond
a3e69b0f9e
chore: cherry-pick e0052e7af9c9 from v8 ( #49286 )
...
* chore: cherry-pick e0052e7af9c9 from v8
* chore: update patches
2025-12-31 17:02:36 +13:00
trop[bot]
ce0850e4f6
ci: disallow non-maintainer changes to Yarn files ( #49193 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2025-12-15 14:01:00 -08:00
trop[bot]
9dce2015f7
build: drop dugite as a dependency ( #49204 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
2025-12-15 14:40:56 -05:00
Keeley Hammond
b0ba443ff3
chore: cherry-pick 95a32cb37edb from angle ( #49201 )
...
* build: add angle patch dir
* chore: cherry-pick 95a32cb37edb from angle
* chore: update patches
v40.0.0-beta.4
2025-12-12 06:12:18 -08:00
trop[bot]
1c85668558
build: upgrade yarn to 4.12.0 ( #49181 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
2025-12-10 19:21:46 -08:00
John Kleinschmidt
5db7fd8fca
build: upgrade github-app-auth to 3.2.0 ( #49161 )
...
build: upgrade github-app-auth to 3.2.0 (#49152 )
2025-12-10 10:50:41 -05:00
trop[bot]
46919aaa1b
build: use powershell for Electron build step ( #49153 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
2025-12-09 11:15:38 -05:00
trop[bot]
e3cabb6119
chore: bump chromium to 144.0.7547.0 (40-x-y) ( #49146 )
...
* chore: bump chromium in DEPS to 144.0.7543.0
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
* Pass PipScreenCaptureCoordinatorProxy to ScreenCaptureKitDeviceMac
https://chromium-review.googlesource.com/c/chromium/src/+/7157590
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: update patches
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: update filenames.libcxx.gni
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* 7142359: Spanification of process_singleton_posix.cc
https: //chromium-review.googlesource.com/c/chromium/src/+/7142359
Co-Authored-By: Charles Kerr <70381+ckerr@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* Move logging::LoggingSettings to base/logging/logging_settings.h
https://chromium-review.googlesource.com/c/chromium/src/+/7173024
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: bump chromium in DEPS to 144.0.7545.0
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
* 7159368: update PluginService API for sync GetPlugins
Upstream removed async PluginService APIs:
- GetPluginsAsync() removed, use synchronous GetPlugins()
- RegisterInternalPlugin() now takes single argument (remove add_at_beginning)
- RefreshPlugins() removed entirely
Updated ElectronPluginInfoHostImpl to use synchronous plugin loading and
simplified ElectronBrowserMainParts internal plugin registration.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7159368
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7159328
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7159056
(cherry picked from commit 88cdf50b0a )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7159184: add missing base/files/file_path.h include
Add explicit include for base/files/file_path.h in electron_browser_context.h.
After removal of superfluous Mojo includes from content headers, base::FilePath
is no longer transitively included via content/public/browser/browser_context.h.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7159184
(cherry picked from commit 6ca8ea03ec )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7126479: add ShouldForceRefreshTextCheckService parameter to SpellCheckClient
Upstream added a force-refresh parameter to WebTextCheckClient::RequestCheckingOfText
to bypass spell check cache. Add the new ShouldForceRefreshTextCheckService
parameter to SpellCheckClient's override (currently unused in Electron).
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7126479
(cherry picked from commit 879c0401c4 )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7083663: remove fingerprinting_protection_ruleset_service override
Upstream deleted external references to Fingerprinting Protection Filter (FPF)
component. Remove the fingerprinting_protection_ruleset_service() override
from BrowserProcessImpl as the method no longer exists in the base class.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7083663
(cherry picked from commit 8350d152f9 )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7155287: implement WebContentsView::GetSize and Resize
Upstream delegated WebContents::GetSize() and Resize() to WebContentsView,
making them pure virtual. Add const qualifier to GetSize() and implement
the Resize() override in OffScreenWebContentsView (no-op for offscreen).
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7155287
(cherry picked from commit 084eaa568e )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7184238: add OnUnconfirmedTapConvertedToTap override
Upstream added OnUnconfirmedTapConvertedToTap as a pure virtual method
to RenderWidgetHostViewBase to inform root view when child frame converts
an unconfirmed tap. Add empty override for offscreen rendering.
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7184238
(cherry picked from commit ef03400d9a )
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* 7143586: add widget parameter to OnCommandsChanged
GlobalAcceleratorListener::OnCommandsChanged gained a gfx::AcceleratedWidget
parameter for window association in the GlobalShortcutListenerLinux
implementation. Pass gfx::kNullAcceleratedWidget for Electron's usage.
Ref: : Pass parent handle to GlobalAcceleratorListenerLinux::BindShortcuts | https://chromium-review.googlesource.com/c/chromium/src/+/7143586
(cherry picked from commit 38306e2bfc )
Co-Authored-By: Samuel Attard <MarshallOfSound@users.noreply.github.com >
Co-authored-by: Samuel Attard <sattard@anthropic.com >
* chore: update patches
Co-Authored-By: Samuel Attard <MarshallOfSound@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: bump chromium in DEPS to 144.0.7547.0
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
* chore: update patches
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* 7189232: Add support for UnownedUserData in GlobalFeatures
https: //chromium-review.googlesource.com/c/chromium/src/+/7189232
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* Refactor: Use std::u16string for extension load error messages
https://chromium-review.googlesource.com/c/chromium/src/+/7185844
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* fixup Add support for UnownedUserData in GlobalFeatures
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* 7165650: Remove ResourceContext
https://chromium-review.googlesource.com/c/chromium/src/+/7165650
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* fixup BUILD.gn for lint
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* 7202164: Reland "Reland "Remove GenericScopedHandle:IsValid""
https://chromium-review.googlesource.com/c/chromium/src/+/7202164
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* advance deprecation of v8::ReturnValue<void>::Set(Local<S>).
7168624: [runtime][api] Relax requirements for setter/definer/deleter callbacks | https://chromium-review.googlesource.com/c/v8/v8/+/7168624
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* fixup advance deprecation of v8::ReturnValue<void>::Set(Local<S>)
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: skip setting LPAC ACLs
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* Revert "chore: skip setting LPAC ACLs"
This reverts commit e187aec488 .
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* chore: revert Convert to UNSAFE_TODO in sandbox
revert https://chromium-review.googlesource.com/c/chromium/src/+/7131661 to see if it fixes the Windows sandbox issue.
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* Revert "chore: revert Convert to UNSAFE_TODO in sandbox"
This reverts commit 57afbfefe5 .
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* chore: Revert "Enable network sandbox by default on Windows"
see if this fixes the Windows sandbox issue
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* Enable network sandbox by default on Windows
https://chromium-review.googlesource.com/c/chromium/src/+/7204292
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* Revert "chore: Revert "Enable network sandbox by default on Windows""
This reverts commit 530ab6af82 .
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
* fixup! Enable network sandbox by default on Windows | https://chromium-review.googlesource.com/c/chromium/src/+/7204292
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
* fixup!: Correct flag name, add kLocalNetworkAccessChecks to all platforms
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
* chore: remove patch that hasn't been backported
See https://github.com/electron/electron/pull/48675
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
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: Samuel Attard <sattard@anthropic.com >
Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com >
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: Niklas Wenzel <dev@nikwen.de >
v40.0.0-beta.3
2025-12-05 12:18:13 -05:00
trop[bot]
0656e76c25
fix: run toast creation on background thread ( #49129 )
...
* fix: run toast creation on background thread
notes: attempts to fix app freeze when triggering notifications and the COM server in WindowsShellExperienceHost hangs
Co-authored-by: Jan Hannemann <jan.hannemann@outlook.com >
* fix: comments
Co-authored-by: Jan Hannemann <jan.hannemann@outlook.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Jan Hannemann <jan.hannemann@outlook.com >
v40.0.0-beta.2
2025-12-02 20:41:03 -08:00
trop[bot]
fa9489c8ac
chore: reclaim macOS disk space ( #49122 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
v40.0.0-beta.1
2025-12-01 15:29:32 -08:00
trop[bot]
8b6d9e1fa6
fix: crash when attempting to resolve modules during process exit ( #49104 )
...
* fix: crash when attempting to resolve modules during process exit
Co-authored-by: deepak1556 <hop2deep@gmail.com >
* chore: fix build
Co-authored-by: deepak1556 <hop2deep@gmail.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2025-11-28 02:12:32 +09:00
trop[bot]
5b7e37c8dc
ci: use clang problem matcher with nan spec runner ( #49098 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
v40.0.0-alpha.9
2025-11-27 11:14:10 +01:00
trop[bot]
d2ae9ed69f
fix: ensure menu-did-close is emitted for application menus ( #49092 )
...
fix: ensure menu-did-close is emitted for application menus
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2025-11-26 11:47:36 -06:00
trop[bot]
7eb6ff95e4
ci: don't build yarn modules for linux arm ( #49086 )
...
This should fix the oom errors
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2025-11-26 10:32:06 -05:00
trop[bot]
9ec95c0c02
chore: bump chromium to 144.0.7527.0 (40-x-y) ( #49057 )
...
chore: bump chromium to 144.0.7527.0 40-x-y
* chore: bump chromium in DEPS to 144.0.7527.0
* 7106405: [video pip] Fix gesture handling issues
https://chromium-review.googlesource.com/c/chromium/src/+/7106405
* 7130938: Reland "Remove some dependencies from the custom_handlers component"
https://chromium-review.googlesource.com/c/chromium/src/+/7130938
* 7139361: Rename PluginService's GetPlugins methods
https://chromium-review.googlesource.com/c/chromium/src/+/7139361
* chore: fixup patch indices
* test: fix macos webgl test | 7128438: Reland "Flip SwiftShader deprecation to launched." | https://chromium-review.googlesource.com/c/chromium/src/+/7128438
* test: update webgl test to skip on fallback adapters
* Fixup spec runner to properly fail on linux when tests fail
* test: fixup dbus tests
* test: convert shared-texture-spec from old done callback to async
Fixes Error: done() called multiple times in test <sharedTexture module import shared texture produced by osr successfully imported and rendered with subtle api> of file /__w/electron/electron/src/electron/spec/api-shared-texture-spec.ts
* test: fixup shared texture spec
* Revert "test: fixup dbus tests"
This reverts commit 3e2e720003 .
* test: fixup dbus tests
* test: disable context menu spellcheck tests on linux
https://github.com/electron/electron/pull/48657 broke those tests
* disable sharedTexture tests on platforms other than macOS arm64
They were not working on other platforms previously but now they error out.
Also removed extraneous debugging.
* fix: use github.sha for yarn cache key to avoid hashFiles() composite action bug
* Use --immutable-cache to allow native module builds
* fix: wait for devtools blur event in focus test to avoid race condition
* fix: wait for devtools blur event in focus test to avoid race condition
* fix allow native module builds in spec workspace
* test:rebuild native modules
* Revert "fix allow native module builds in spec workspace"
This reverts commit ffda3be98c .
* Revert "Use --immutable-cache to allow native module builds"
This reverts commit 2e6eea4348 .
* Revert "fix: use github.sha for yarn cache key to avoid hashFiles() composite action bug"
This reverts commit 33560ba0de .
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2025-11-24 16:59:42 -05:00
trop[bot]
718bddb407
docs: update linux build instructions ( #49063 )
...
* docs: update linux build instructions
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* Update docs/development/build-instructions-linux.md
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* Update docs/development/build-instructions-linux.md
Co-authored-by: Erick Zhao <ezhao@slack-corp.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2025-11-24 13:50:48 -06:00
trop[bot]
488b96b18a
docs: explain how to create transparent window using BaseWindow ( #49052 )
...
docs: clarify how to create transparent BaseWindow
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: teoyuqi <83915879+teoyuqi@users.noreply.github.com >
v40.0.0-alpha.8
2025-11-24 09:41:08 +01:00
trop[bot]
0812f7ee86
fix: exception when reading system certificates via nodejs ( #49041 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2025-11-24 14:48:42 +09:00
trop[bot]
cf7a19805e
chore: backport 744f40f from devtools-frontend ( #49043 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2025-11-23 21:37:11 +01:00
trop[bot]
23ef7bc703
fix: only call popup closecallback for top-level menu ( #49046 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2025-11-23 21:35:25 +01:00
trop[bot]
8dbc6c14e5
build: automatically install git for dugite ( #49029 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2025-11-21 11:01:25 -05:00
trop[bot]
3209d817ca
fix: revert the parent window remained interactive after the modal window was opened ( #49021 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: bill.shen <15865969+cucbin@users.noreply.github.com >
v40.0.0-alpha.7
2025-11-19 17:08:23 -05:00
trop[bot]
f8d3e0f3cd
fix: abort more descriptively for beforeunload ( #49010 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2025-11-19 15:41:59 -05:00
electron-roller[bot]
d9446924dc
chore: bump node to v24.11.1 (40-x-y) ( #48916 )
...
* chore: bump node in DEPS to v24.11.1
* chore: bump node to v24.11.1 (main) (#48917 )
* chore: bump node in DEPS to v24.11.1
* src: add a default branch for module phase
https://github.com/nodejs/node/pull/60261
* src: conditionally disable source phase imports by default
https://github.com/nodejs/node/pull/60364
* chore: update patches
* src: update locks to use DictionaryTemplate and other minor cleanups
https://github.com/nodejs/node/pull/60061
* deps: update simdjson to 4.0.7
https://github.com/nodejs/node/pull/59883
* test: move sea tests into test/sea
https://github.com/nodejs/node/pull/60250
* fixup deps: update simdjson to 4.0.7a
* src: conditionally disable source phase imports by default
https://github.com/nodejs/node/pull/60364
* module: handle null source from async loader hooks in sync hooks
https://github.com/nodejs/node/pull/59929
* Revert "src: conditionally disable source phase imports by default"
This reverts commit 5f85b84262 .
* src: allow disabling JS source phase imports
https://github.com/nodejs/node/pull/60364
---------
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 >
---------
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 >
2025-11-18 17:07:34 -05:00
trop[bot]
d1d6befcf1
fix: handle empty event scenario in ipc callbacks ( #48991 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2025-11-18 09:17:51 -05:00
John Kleinschmidt
fe32528c50
build: update to yarn v4 ( #48993 )
2025-11-17 16:04:51 -08:00
trop[bot]
ef8fad7d8e
build: limit workflow gh token permissions ( #48966 )
...
* build: limit workflow gh token permissions
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
* feedback
Co-authored-by: Samuel Attard <sattard@anthropic.com >
---------
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@anthropic.com >
v40.0.0-alpha.6
2025-11-17 09:44:48 +01:00
trop[bot]
bb9c867f23
build: add header for SetStackDumpFirstChanceCallback in renderer client ( #48981 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2025-11-15 10:04:57 -08:00
trop[bot]
e8e41a28dd
fix: revert enabling WASM trap handlers in all Node.js processes ( #48976 )
...
Revert "fix: enable wasm trap handlers in all Node.js processes (#48788 )"
This reverts commit ca0b46b413 .
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2025-11-14 18:57:05 -08:00
trop[bot]
fd1db6a8b6
test: add view.getBounds|setBounds tests ( #48962 )
...
test: add view.getBounds|setBounds tests
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
v40.0.0-alpha.5
2025-11-14 10:57:24 -05:00
trop[bot]
fb62a5873a
build: correct uploader copy for tar files ( #48954 )
...
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2025-11-14 10:54:37 -05:00