Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4913 commits
Select commit Hold shift + click to select a range
f6b43cb
fix: fall back to default DPI when GTK returns 0 on Linux (#50453)
codebytere Mar 25, 2026
a48f03f
fix: crash in clipboard.readImage() on malformed image data (#50475)
MarshallOfSound Mar 25, 2026
1d14694
refactor: remove dead named-window lookup from guest-window-manager (…
MarshallOfSound Mar 25, 2026
678adea
fix: crash calling OSR shared texture release() after texture GC'd (#…
MarshallOfSound Mar 25, 2026
2e2c56a
ci: add functionality for programmatic add/remove needs-signed-commit…
mlaurencin Mar 25, 2026
a839fb9
fix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (#…
VerteDinde Mar 25, 2026
f5bc6f7
ci: fix variable name when downloading previous object checkusms (#50…
dsanders11 Mar 26, 2026
9928c7d
chore: harden GitHub Actions against script injection patterns (#50512)
MarshallOfSound Mar 26, 2026
c44d60c
chore: bump chromium to 148.0.7751.0 (main) (#50427)
electron-roller[bot] Mar 26, 2026
ae6b219
fix: outdated execution path for COM activation (#50471)
bitdisaster Mar 26, 2026
d64e114
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 (#50444)
dependabot[bot] Mar 26, 2026
b9731b8
docs: update Notification support info (#50364)
WofWca Mar 26, 2026
8cb61e8
test: add interactive macOS dialog tests (#50363)
codebytere Mar 26, 2026
4eff8f2
feat: make Chrome extensions work on custom protocols (#49951)
nikwen Mar 27, 2026
b41ec65
fix: correct linux zygote process titles (#50509)
mitchchn Mar 27, 2026
0a1ea1f
docs: clarify allowed characters in protocol names (#50411)
nikwen Mar 27, 2026
b4460a0
docs: Document known issue with dock.hide() method (#50476)
clicktodev Mar 27, 2026
0dabcfd
chore: bump node to v24.14.1 (main) (#50480)
electron-roller[bot] Mar 27, 2026
8f11366
ci: don't request review for PRs in draft or WIP (#50539)
jkleinsc Mar 27, 2026
d5e4429
build(deps-dev): bump @datadog/datadog-ci from 4.1.2 to 5.9.1 (#50407)
dependabot[bot] Mar 27, 2026
b44b9ba
ci: update nick-fields/retry to v4.0.0 (#50521)
jkleinsc Mar 27, 2026
f133e2f
refactor: improve input handling in FilePath gin converter (#50540)
VerteDinde Mar 27, 2026
d318893
fix: fix devtools patch type error on release builds (#50551)
VerteDinde Mar 27, 2026
a06b49a
chore: bump chromium to 148.0.7759.0 (main) (#50515)
electron-roller[bot] Mar 30, 2026
3e1666b
chore: remove dead C++ code from shell/ (#50513)
MarshallOfSound Mar 30, 2026
bbbcae1
fix: re-enable MacWebContentsOcclusion with embedder window fix (#50579)
MarshallOfSound Mar 30, 2026
e0bd4ff
fix: add missing HandleScope in contentTracing.getTraceBufferUsage() …
alexkozy Mar 31, 2026
e5b20a1
build(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#50590)
dependabot[bot] Mar 31, 2026
8cd766f
chore: bump chromium to 148.0.7763.0 (main) (#50582)
electron-roller[bot] Mar 31, 2026
1e08467
fix: invoke print callback directly when no print job exists (#50431)
codebytere Mar 31, 2026
97773bf
fix: prevent borders and smearing in transparent frameless/client fra…
mitchchn Mar 31, 2026
a8acb96
build: replace npx with lockfile-pinned binaries (#50598)
MarshallOfSound Mar 31, 2026
22ac2b1
fix: remove menu update debug log (#50608)
clavin Apr 1, 2026
7c1a6f7
docs: recommend subdirectory for userData to avoid Chromium conflicts…
lilianakatrina684-a11y Apr 1, 2026
e708083
docs: add destroy method to native addon tutorials to prevent hang on…
officialasishkumar Apr 1, 2026
343d6e5
test: add tests for `navigationHistory.goToIndex()` (#50607)
ckerr Apr 1, 2026
81f8fc1
refactor: remove unused internal method `contents.canGoToIndex()` (#5…
ckerr Apr 1, 2026
156a4e6
fix: extension service workers not starting beyond first app launch (…
nikwen Apr 2, 2026
c6e201c
build: allow clearing src & cross mnt cache via dispatch (#50638)
codebytere Apr 2, 2026
f41438f
fix: prefill native print dialog options on macOS with OOP printing (…
codebytere Apr 2, 2026
877fe47
fix: glitchy rendering and maximize behavior with different GTK theme…
mitchchn Apr 2, 2026
1362d7b
refactor: remove unused internal method `WebContents.equal()` (#50626)
ckerr Apr 2, 2026
230f02f
fix: don't force kFitToPrintableArea scaling when custom margins are …
codebytere Apr 2, 2026
246aa63
ci: correct contributing link and add link to ai tool policy (#50632)
mlaurencin Apr 2, 2026
16f408a
chore: remove declaration for nonexistent method `WebContents._getPri…
ckerr Apr 2, 2026
82b97dd
ci: run BrowserWindow test spec on Wayland (#50572)
mitchchn Apr 2, 2026
8b768b8
chore: stop exposing unused menu methods to JS (#50634)
ckerr Apr 3, 2026
188813e
ci: fix pulling previous object checksums (#50635)
dsanders11 Apr 3, 2026
69891d0
test: improve cookie changed event coverage (#50655)
ckerr Apr 3, 2026
1210937
fix: validate `dock_state_ `against allowlist before JS execution (#5…
codebytere Apr 3, 2026
ddc1bd9
fix: forward activation token from libnotify on notification click (#…
BohdanTkachenko Apr 3, 2026
2c6332a
fix: resolve getFileHandle concurrent stalling by queuing callbacks (…
xakep8 Apr 3, 2026
68bfe49
refactor: remove never-used JS API (#50649)
ckerr Apr 3, 2026
14583d2
refactor: remove use of deprecated API `base::GetProc()` (#50650)
ckerr Apr 3, 2026
c3d441c
ci: add Datadog metrics to clean-src-cache job (#50642)
MarshallOfSound Apr 4, 2026
40033db
chore: resolve dependabot security alerts (#50680)
MarshallOfSound Apr 4, 2026
ec30e4c
refactor: remove unused field ServiceWorkerMain.start_worker_promise_…
ckerr Apr 4, 2026
30cf60a
fix: propagate requesting frame through sync permission checks (#50679)
MarshallOfSound Apr 4, 2026
64c5440
fix: dangling raw_ptr MicrotasksRunner::isolate_ (#50676)
ckerr Apr 5, 2026
3f8238b
fix: defer Wrappable destruction in SecondWeakCallback to a posted ta…
MarshallOfSound Apr 5, 2026
96486a4
refactor: remove raw_ptr<content::StoragePartition> from ServiceWorke…
ckerr Apr 5, 2026
4d8fd31
refactor: replace calls to NotifyAccessibilityEventDeprecated() (#50662)
ckerr Apr 5, 2026
fef2fd2
ci: zstd-compress the src cache and drop the doubled win_toolchain (#…
MarshallOfSound Apr 6, 2026
903e65e
ci: fetch clang-tidy package in fix-sync (#50704)
MarshallOfSound Apr 6, 2026
6ed3198
build: migrate from eslint to oxlint (#50691)
MarshallOfSound Apr 6, 2026
e66e4ca
ci: use github mirror to get lint dependency versions (#50733)
jkleinsc Apr 6, 2026
9f3cc91
build: derive patches upstream-head ref from script path (#50727)
MarshallOfSound Apr 6, 2026
b9c08ef
build(deps): bump @electron/get from 2.0.3 to 4.0.3 in /npm (#50553)
dependabot[bot] Apr 6, 2026
983ebdd
ci: make src-cache upload atomic (#50743)
MarshallOfSound Apr 6, 2026
c3189e9
docs: link menu type references (#50414)
lilianakatrina684-a11y Apr 6, 2026
4d05010
fix: enforce size constraints on window creation on Windows and Linux…
mitchchn Apr 6, 2026
9fafc81
ci: use hermetic mac SDK for the release ffmpeg build (#50746)
MarshallOfSound Apr 6, 2026
b8f25c4
fix: resolve target bundle path once at start of install (#50745)
MarshallOfSound Apr 7, 2026
6aaf490
chore: bump chromium to 148.0.7768.0 (main) (#50599)
electron-roller[bot] Apr 7, 2026
81dd0f4
ci: don't set needs review status on PR that isn't open (#50762)
dsanders11 Apr 7, 2026
a29674e
fix: dangling raw_ptr JavascriptEnvironment::isolate_ (#50738)
ckerr Apr 7, 2026
6df2228
refactor: remove more unused menu api (#50661)
ckerr Apr 7, 2026
9ba299a
build(deps-dev): bump @octokit/rest from 20.1.2 to 22.0.1 (#50759)
dependabot[bot] Apr 7, 2026
2e74ad2
feat: add `setSuspended` and `isSuspended` to globalShortcut (#50425)
codebytere Apr 7, 2026
7eccea1
refactor: remove use of deprecated class base::MemoryPressureListener…
ckerr Apr 8, 2026
a189425
fix: dangling raw_ptr `api::Session::browser_context_` (#50784)
ckerr Apr 8, 2026
e60441a
build: update build-tools to latest (#50786)
MarshallOfSound Apr 8, 2026
ca28023
chore: remove unused enum classes (#50782)
ckerr Apr 8, 2026
6b5a4ff
ci: allow ai-pr label without comment (#50792)
mlaurencin Apr 8, 2026
0828de3
ci: include .obj checksums when calculating object change rate (#50772)
dsanders11 Apr 8, 2026
8679522
chore: iwyu commonly-included headers in shell/ (#50778)
ckerr Apr 8, 2026
afd5fb4
chore: bump chromium to 148.0.7778.0 (main) (#50769)
electron-roller[bot] Apr 8, 2026
c3e3958
fix: devtools re-attaches on open when previously detached (#50807)
codebytere Apr 8, 2026
df81a1d
test: add `desktopCapturer` icon validation (#50261)
KanishkRanjan Apr 8, 2026
4dfada8
fix: menu items not cleaned up after rebuild (#50806)
codebytere Apr 9, 2026
157cdac
test: use shared get_out_dir() in generate_node_headers.py (#50828)
clavin Apr 9, 2026
0d3342d
build(deps-dev): bump @xmldom/xmldom from 0.8.11 to 0.8.12 in the npm…
dependabot[bot] Apr 9, 2026
6744293
fix: account for extraSize in aspect ratio min/max clamping on macOS …
clavin Apr 9, 2026
adf9a6e
fix: restore std::deque for dynamic crash key storage (#50795)
alexkozy Apr 9, 2026
b711ce7
chore: remove window enlargement revert patch (#50612)
codebytere Apr 9, 2026
cc3d4f5
fix: PDF support when site isolation trials disabled (#50689)
nmggithub Apr 9, 2026
6c8a910
refactor: remove unnecessary raw_ptr `SavePageHandler::web_contents_`…
ckerr Apr 9, 2026
b484b0b
fix: fix inset and stop using `gfx::ToFlooredRectDeprecated()` (#50809)
ckerr Apr 9, 2026
7245c6a
ci: re-check signed commits on every PR synchronize (#50811)
codebytere Apr 9, 2026
044be7c
fix: avoid crash in `window.print()` when prefilling native print dia…
codebytere Apr 9, 2026
8a730e2
fix: remove dangling raw_ptr `api::WebContents::zoom_controller_` (#5…
ckerr Apr 9, 2026
28c0eb2
fix: `webContents.print()` ignoring mediaSize when silent (#50808)
codebytere Apr 9, 2026
62e6372
fix: move Electron help menu links to default app only (#50629)
ZeenatLawal Apr 9, 2026
4203d76
fix: external resize hit targets for frameless windows on Windows (#5…
mitchchn Apr 9, 2026
b417696
refactor: migrate `electron::api::Protocol` to cppgc (#50857)
ckerr Apr 10, 2026
b59f573
fix: pass `root_gen_dir` from GN to `generate_node_headers.py` (#50847)
codebytere Apr 10, 2026
8b7e7de
fix: return numeric blksize and blocks from asar fs.stat (#50825)
clavin Apr 10, 2026
5f820b7
test: add cppgc backed menu leak regression test (#50879)
deepak1556 Apr 10, 2026
c0f187f
feat: capture Node.js trace categories via Perfetto (#50591)
deepak1556 Apr 10, 2026
05f1cb5
fix: shutdown crash when unregistering power notification on windows …
deepak1556 Apr 10, 2026
b4f725a
test: guard permission handlers in File System API tests (#50890)
ckerr Apr 10, 2026
82aa603
build: don't use //third_party/depot_tools in gn build scripts (#50858)
dsanders11 Apr 10, 2026
20ed34a
feat: add id, groupId, and groupTitle support for Windows notificatio…
bitdisaster Apr 10, 2026
861ef95
fix: remove decorateURL from default_app (#50852)
mlaurencin Apr 10, 2026
9be03cb
fix: enable blink gc plugin (#50465)
deepak1556 Apr 10, 2026
b9825ba
fix: preference initialization with `app.setPath('sessionData')` (#50…
nikwen Apr 10, 2026
8d8847d
feat: capture JS stack trace on renderer OOM (#50043)
alexkozy Apr 10, 2026
97347c4
chore: clean up clang-tidy warnings (#50862)
dsanders11 Apr 10, 2026
f36def6
fix: scope extension tab-ID resolution to the calling BrowserContext …
MarshallOfSound Apr 11, 2026
bfa5c93
refactor: attach translator holder via v8::Function data slot (#50867)
MarshallOfSound Apr 11, 2026
1a2029c
fix: apply IsSafeRedirectTarget to net module redirects (#50869)
MarshallOfSound Apr 11, 2026
61bb03c
fix: use audit token instead of PID for parent code-signature check (…
MarshallOfSound Apr 11, 2026
b4e14a9
fix: use ShowItemInFolder for devtools showItemInFolder embedder mess…
MarshallOfSound Apr 11, 2026
3ff9239
fix: validate OSR frame geometry against shared-memory mapping size (…
MarshallOfSound Apr 11, 2026
3f140e1
fix: clamp autofill popup bounds to the requesting frame viewport (#5…
MarshallOfSound Apr 11, 2026
b1b02d9
fix: restrict window.open features to allowlisted BrowserWindow optio…
MarshallOfSound Apr 11, 2026
1879998
refactor: migrate `api::ServiceWorkerContext` to cppgc (#50931)
ckerr Apr 11, 2026
5fded05
fix: dangling raw_ptr api::Protocol::protocol_registry_ (#50829)
ckerr Apr 11, 2026
6e7938a
refactor: migrate `api::Extensions` to cppgc (#50932)
ckerr Apr 11, 2026
12b74ea
fix: respect iframe sandbox flags for external protocol navigation (#…
MarshallOfSound Apr 11, 2026
9bc55a2
chore: remove some unnecessary diffs in `refactor_expose_file_system_…
ckerr Apr 11, 2026
dcb844c
chore: add Claude Code skill for Node.js upgrades (#50910)
codebytere Apr 12, 2026
2c94aac
build: add oxfmt for JS/TS formatting and import sorting (#50692)
MarshallOfSound Apr 12, 2026
ea75768
refactor: rm chore_add_electron_objects_to_wrappablepointertag.patch …
deepak1556 Apr 13, 2026
a007baf
fix: `simpleFullScreen` exits when web content calls `requestFullscre…
codebytere Apr 13, 2026
052efc9
chore: add AI tool policy to CONTRIBUTING.md & update PR template (#5…
clavin Apr 13, 2026
10eb512
test: run oxfmt on simpleFullScreen test (#50990)
MarshallOfSound Apr 13, 2026
e31cd64
ci: ignore canceled jobs in audit (#50981)
dsanders11 Apr 13, 2026
860a544
ci: capture fatal errors in clang problem matcher (#50984)
dsanders11 Apr 13, 2026
a57dbb5
ci: split macos-x64 tests into 3 shards (#50968)
MarshallOfSound Apr 13, 2026
b8dbe21
chore: do not patch `fake_desktop_media_list.cc` (#50953)
ckerr Apr 13, 2026
04d9de6
fix: avoid window drag during corner resize in MAS build (#50637)
xakep8 Apr 13, 2026
a39108c
fix: `nodeIntegrationInWorker` not working in AudioWorklet (#47244)
codebytere Apr 13, 2026
b9e462f
refactor: api::utilityProcessWrapper managed by cppgc (#50955)
deepak1556 Apr 13, 2026
351f35d
fix: include missing metadata in trace files (#50892)
nikwen Apr 13, 2026
663773a
fix: linter issue (#51009)
nikwen Apr 13, 2026
b5fbbed
ci: only move items to Needs Review when appropriate (#51023)
jkleinsc Apr 14, 2026
edbff16
build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#51033)
dependabot[bot] Apr 14, 2026
2e3da1d
fix: crash when closing devtools after focus (#47435)
codebytere Apr 14, 2026
604e7e8
test: fixup autoupdater tests failures (#51024)
jkleinsc Apr 14, 2026
abd29a3
ci: don't login to RBE for clang-tidy and gn-check (#51022)
jkleinsc Apr 14, 2026
9b85b9c
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#51032)
dependabot[bot] Apr 14, 2026
dad4ab6
fix: timing issue DCHECK crash in DesktopCapturer on macOS (#50960)
ckerr Apr 14, 2026
d223ad6
build: allow non-zero exit codes locally when linting Chromium rolls …
dsanders11 Apr 14, 2026
c306557
refactor: remove `FramelessView::Init()` (#51008)
ckerr Apr 14, 2026
8ea3d16
chore: remove unused parts of `chore_provide_iswebcontentscreationove…
ckerr Apr 14, 2026
cf2cc4d
docs: mention pre-release installation (#51020)
erickzhao Apr 14, 2026
21c5e25
ci: allow manual backports to pass template check (#50916)
mlaurencin Apr 14, 2026
53bf94f
refactor: move `electron::api::GlobalShortcut` to cppgc (#50192)
ckerr Apr 14, 2026
22f15ec
build: authenticate sudowoodo /token exchange via Actions OIDC (#51051)
MarshallOfSound Apr 14, 2026
04b9b7b
build: fail gha-done check when required job fails (#50959)
MarshallOfSound Apr 15, 2026
0ad0d44
docs: add ELECTRON_INSTALL env vars and remove ELECTRON_SKIP_BINARY_D…
A-Star100 Apr 15, 2026
0227bcf
fix: allow PDF viewer to show save file picker (#51042)
codebytere Apr 15, 2026
0a80d4d
fix: UAF in api::UtilityProcessWrapper (#51069)
ckerr Apr 15, 2026
9569c48
refactor: SafeStorage never emits, so do not inherit from EventEmitte…
ckerr Apr 16, 2026
cc738f2
refactor: avoid unnecessary `extends EventEmitter` in lib (#51058)
ckerr Apr 16, 2026
2434c5a
fix: show 'Electron Isolated Context' in Dev Tools (#51062)
indutny-signal Apr 16, 2026
d164b7a
fix: prevent uaf when destroying guest WebContents during event emiss…
codebytere Apr 16, 2026
abffba4
fix: use CreateDataProperty when copying objects across contextBridge…
MarshallOfSound Apr 16, 2026
5523130
ci: build a patched siso for Windows builds (#51077)
MarshallOfSound Apr 16, 2026
f35122b
test: add tab source ID tests for media handler (#51068)
ckerr Apr 16, 2026
3c826c7
fix: linter issue (#51105)
nikwen Apr 16, 2026
02d90a5
chore: add Node.js skill to settings (#51092)
codebytere Apr 16, 2026
99e8170
fix: fix types in devtools console for release (#51104)
VerteDinde Apr 16, 2026
d813618
fix: remove vestigial MachServices from ShipIt launchd job (#51070)
VerteDinde Apr 16, 2026
2fbd11d
feat: add Notification.getHistory() for macOS (#50325)
VerteDinde Apr 16, 2026
15ed78d
build: don't use //third_party/depot_tools in lint.js (#51034)
dsanders11 Apr 17, 2026
2f749e2
fix: intermittent CI failure is-not-alwaysOnTop (#51110)
ckerr Apr 18, 2026
85be1a0
build: add chrome-release-verify and chrome-release-cls skills (#51138)
MarshallOfSound Apr 18, 2026
9d77099
build: update rules for chrome-release-cls skill (#51140)
deepak1556 Apr 18, 2026
f6f71fa
build: remove maintainer issue template (#51142)
nikwen Apr 18, 2026
72a168f
fix: linux test shutdown error "AttributeError: type object 'DBusTest…
ckerr Apr 19, 2026
a1d28e6
fix: do not block indefinitely on thumbnails in desktopCapturer (#51128)
ckerr Apr 19, 2026
e2143f5
feat: support heap profiling in `contentTracing` (#50826)
nikwen Apr 20, 2026
a98d19a
build: resolve electron_version from git when building in a worktree …
MarshallOfSound Apr 20, 2026
09361b6
build: update ANGLE repository URL to GitHub mirror (#51156)
MarshallOfSound Apr 20, 2026
1bea748
ci: randomly assign stable prep tasks (#51131)
dsanders11 Apr 20, 2026
0ab2320
chore: bump node to v24.15.0 (main) (#51091)
electron-roller[bot] Apr 20, 2026
2e17a57
test: increase test coverage for docked DevTools and attached WebCont…
ckerr Apr 20, 2026
0866d39
docs: update versioning references (#51030)
erickzhao Apr 20, 2026
bef68b6
fix: dangling `raw_ptr` regression in `DesktopCapturer` (#51158)
ckerr Apr 20, 2026
92f0993
fix: ensure corsEnabled: false protocol handlers do not work across p…
MarshallOfSound Apr 20, 2026
db9bcbd
chore: add Phase Three (node smoke tests) to Node.js upgrade skill (#…
codebytere Apr 20, 2026
bc8ed18
feat: import shared texture supports nv16 (#50728)
david-metrica Apr 20, 2026
51c0b02
docs: remove obsolete websql from clearStorageData storages list (#51…
officialasishkumar Apr 20, 2026
61e815c
ci: run clang-tidy on macOS and Windows (#50771)
dsanders11 Apr 20, 2026
f7ba340
ci: centralize build-image SHA and pre-seed node-gyp headers (#51148)
MarshallOfSound Apr 20, 2026
b5c68d1
build(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#51194)
dependabot[bot] Apr 21, 2026
a0c3be5
build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#51193)
dependabot[bot] Apr 21, 2026
0396220
ci: don't upload build stats on Windows if build fails (#51199)
dsanders11 Apr 21, 2026
9861250
build(deps): bump dsanders11/project-actions from 2.0.0 to 2.0.1 (#51…
dependabot[bot] Apr 21, 2026
1ad6173
fix: add crash diagnostics for ARM64 power notification crash (#51198)
deepak1556 Apr 21, 2026
313f895
fix: trigger ShipIt Mach service after SMJobSubmit to unblock on-dem…
VerteDinde Apr 21, 2026
4d780c6
test: improve browser window layout coverage (#51189)
ckerr Apr 21, 2026
5ed6e4b
test: add Linux-specific test for `app.getApplicationNameForProtocol(…
ckerr Apr 21, 2026
2ba6d28
fix: preserve transparency across setResizable toggles on Windows (#5…
codebytere Apr 21, 2026
76a03e1
feat: Add WebContents::Clone method (#49959)
mrchaofan Apr 21, 2026
b8be338
fix: skip heap profiling tests in CI (#51209)
nikwen Apr 21, 2026
8905076
fix: reset `printToPDF` queue after a rejection (#51174)
codebytere Apr 21, 2026
23d95ea
refactor: api::cookies managed by cppgc (#51196)
deepak1556 Apr 21, 2026
fac0a16
build: use Yarn JsZipImpl for node-modules link to fix arm32 OOM (#51…
MarshallOfSound Apr 22, 2026
44e4839
build: update @electron/get to v5 (#51234)
MarshallOfSound Apr 22, 2026
c74de25
fix: ignore draggable regions in hidden `WebContentsView` (#51200)
codebytere Apr 22, 2026
71e8a5c
build: FTBFS when pdf is disabled (#51223)
ckerr Apr 22, 2026
54eb30a
chore: remove calls to DeprecatedLayoutImmediately (#51183)
ckerr Apr 22, 2026
111b627
build: track PDL files as inputs in inspector GN build (#51239)
deepak1556 Apr 22, 2026
350de66
refactor: api::autoUpdater managed by cppgc (#51241)
deepak1556 Apr 22, 2026
7c56577
fix: preserve return value in `deprecate.removeFunction` (#51028)
officialasishkumar Apr 23, 2026
05e0cd0
build: drop script/run-gn-format.py (#51263)
dsanders11 Apr 23, 2026
2c46abe
test: add linux coverage for default protocol client APIs (#51253)
ckerr Apr 23, 2026
099c5c0
build: use 32-core Windows ARC runners for build jobs (#51256)
MarshallOfSound Apr 23, 2026
38cfc66
fix: ensure stable bounds on Windows when toggling setResizable for f…
mitchchn Apr 23, 2026
f99a398
fix: heap profiling test flakes (#51224)
nikwen Apr 23, 2026
7d6227a
perf: use GIO instead of `xdg-mime` for `app.getApplicationNameForPro…
ckerr Apr 23, 2026
b936426
chore: bump chromium to 149.0.7798.0 (main) (#50814)
electron-roller[bot] Apr 23, 2026
746b1b2
chore: temporarily disable new flaky test (#51295)
ckerr Apr 23, 2026
56ac67b
build: restrict npm tarball contents to an explicit allowlist (#51293)
VerteDinde Apr 24, 2026
bd14ed6
build: rebase siso patches onto siso 7bcc56206d23 (#51303)
MarshallOfSound Apr 24, 2026
e04ee76
build: add more checks to Chromium roll message linting (#51291)
dsanders11 Apr 24, 2026
9f25fc4
docs: fix `@electron/osx-sign` package name (#51254)
nmggithub Apr 24, 2026
0960ddc
ci: limit the lld concurreny on windows runners (#51310)
deepak1556 Apr 24, 2026
98e91ca
fix: pre-create thinlto-cache dir on Windows to avoid bindflt race (#…
VerteDinde Apr 24, 2026
37a8187
ci: test with absolute paths for lld-link on windows (#51311)
deepak1556 Apr 25, 2026
f6a99d0
ci: route rustc linker invocations through abs_link_wrapper (#51313)
deepak1556 Apr 25, 2026
44f030f
fix: track Node.js and V8 header sources for build invalidation (#51225)
MarshallOfSound Apr 25, 2026
e52001b
ci: run siso build as part of Apply Patches workflow (#51304)
MarshallOfSound Apr 25, 2026
5af1a06
fix: crash in AutofillPopup teardown (#51302)
ckerr Apr 26, 2026
ded39ee
test: fix race in reentrant `loadURL()` ready-to-commit test (#51315)
ckerr Apr 26, 2026
849485d
fix: dispatch toast action and reply events from WinRT activation pat…
codebytere Apr 26, 2026
ccaab43
fix: remove insets on fullscreen windows on Windows (#51287)
mitchchn Apr 26, 2026
9e7a343
fix: route ThinLTO cache through junction outside bindflt mount (#51328)
VerteDinde Apr 27, 2026
411e3be
fix: make macOS text replacement work on `contenteditable` (#51289)
nmggithub Apr 27, 2026
002249c
ci: Revert "build: use 32-core Windows ARC runners for build jobs (#5…
jkleinsc Apr 27, 2026
6c49cb3
fix: add MicrotasksScope for worker exit emit in ContextWillDestroy (…
ckerr Apr 27, 2026
170e07e
fix: remove early `capturer_.reset()` that causes nullptr deref on ne…
ckerr Apr 27, 2026
126a422
perf: use GIO for Browser::IsDefaultProtocolClient() on Linux (#51316)
ckerr Apr 27, 2026
6f2e5cd
fix: prevent crash when calling contentTracing APIs before app is rea…
omghante Apr 27, 2026
d6888df
fix: honor webContents.print dpi horizontal/vertical options (#51046)
xakep8 Apr 27, 2026
76c5257
chore: bump chromium to 149.0.7811.0 (main) (#51300)
electron-roller[bot] Apr 28, 2026
de8fddc
chore: fix linter error in `spec/fixtures/crash-cases/content-tracing…
ckerr Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .autofix.markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"config": {
"default": false,
"no-trailing-spaces": {
"br_spaces": 0
}
}
}
Loading