Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from electron:main #3

Open
wants to merge 3,284 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3284 commits
Select commit Hold shift + click to select a range
8f0dffe
docs: document View.removeChildView edge case (#43673)
nikwen Sep 16, 2024
f84ffc8
fix: prevent loading spinner when launching utility process on Window…
nikwen Sep 16, 2024
7d4f202
ci: move Archaeologist to GHA (#43701)
jkleinsc Sep 16, 2024
05dfd14
refactor: add `EmitWarning(v8::Isolate*)` helper (#43722)
ckerr Sep 16, 2024
b6bf277
refactor: reduce code duplication in gin_helper::Promise (#43716)
ckerr Sep 17, 2024
b838109
build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#43738)
dependabot[bot] Sep 17, 2024
c1c8fbf
build: make is_mas_build a generated header instead of config (#43737)
MarshallOfSound Sep 17, 2024
aa719a4
fix: resizing border on Linux WCO caption buttons (#43724)
codebytere Sep 17, 2024
5a76655
fix: in `Emit()`, don't leak converted Arg `Local<Values>` into calle…
ckerr Sep 17, 2024
4dc923a
build(deps): bump the npm_and_yarn group across 2 directories with 5 …
dependabot[bot] Sep 17, 2024
233724f
chore: iwyu mojom-forward header files (#43741)
ckerr Sep 17, 2024
10ba87a
build: improve logging on http errors during release process (#43756)
MarshallOfSound Sep 17, 2024
cf4ab21
build: improve logging on http errors during release process (again) …
MarshallOfSound Sep 17, 2024
f987f8a
build: improve logging on http errors during release process (again, …
MarshallOfSound Sep 17, 2024
de33cc6
build: split darwin/mas macOS publish jobs (#43754)
MarshallOfSound Sep 17, 2024
4bcbc95
chore: bump chromium to 130.0.6695.0 (main) (#43454)
electron-roller[bot] Sep 18, 2024
02fd8bb
build: update appveyor image to latest version (#43772)
electron-appveyor-updater[bot] Sep 18, 2024
d897359
perf: hold `Emit()` arg arrays in a `std::array` (#43750)
ckerr Sep 18, 2024
8cff5a7
build: let darwin/mas run concurrently (#43788)
MarshallOfSound Sep 18, 2024
5904d31
perf: hold `V8FunctionInvoker` args in a `std::array` (#43752)
ckerr Sep 18, 2024
0ac8ff6
build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /spec in the …
dependabot[bot] Sep 19, 2024
855f219
chore: fix compile issue about ambiguous error of multiple methods na…
cucbin Sep 19, 2024
d100921
refactor: NotificationPresenter::Create() returns a std::unique_ptr<>…
ckerr Sep 20, 2024
6aa6bad
fix: third time screen sharing on macOS (#43767)
indutny-signal Sep 20, 2024
53e89b5
fix: -Wunsafe-buffer-usage warnings in Clipboard::WriteBuffer() (#43795)
ckerr Sep 20, 2024
bcb7362
docs: document Windows pitfall when updating patches (#43787)
ckerr Sep 20, 2024
f89bd74
fix: `createWindow` shouldn't load URL for `webContents` (#43775)
codebytere Sep 20, 2024
e894839
fix: -Wunsafe-buffer-usage warnings in GetNextZoomLevel() (#43803)
ckerr Sep 21, 2024
8be458d
build: enable dependabot on supported branches (#43755)
MarshallOfSound Sep 23, 2024
da449b0
build: stop dependabot doing things (#43871)
MarshallOfSound Sep 23, 2024
1b52f00
build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#43825)
dependabot[bot] Sep 23, 2024
0fb50c4
build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#43826)
dependabot[bot] Sep 23, 2024
be68d4f
build: update-check-skip on dependabot backport PRs (#43874)
MarshallOfSound Sep 23, 2024
f0afcaa
build(deps-dev): bump @types/w3c-web-serial from 1.0.3 to 1.0.7 (#43879)
dependabot[bot] Sep 23, 2024
517d04d
build: add support for fetching github token from sudowoodo (#43808)
MarshallOfSound Sep 23, 2024
ceea122
docs: navigation history example (#42980)
alicelovescake Sep 23, 2024
fb5baec
docs: add advanced specification for Squirrel updater (#43234)
erickzhao Sep 23, 2024
82879d1
build(deps-dev): bump webpack-cli from 4.10.0 to 5.1.4 (#43880)
dependabot[bot] Sep 23, 2024
a3af8ea
build: use Node 20 in Appveyor images (#43897)
VerteDinde Sep 23, 2024
33d7c9a
refactor: hide printing impl details in api::WebContents (#43893)
ckerr Sep 24, 2024
0133080
refactor: prefer member initializers in asar structs (#43883)
ckerr Sep 24, 2024
9598d88
refactor: remove C-style void arg type for no-arg functions (#43884)
ckerr Sep 24, 2024
79627de
refactor: add SerialChooserController::web_contents_ (#43823)
ckerr Sep 24, 2024
65e3c33
build(deps-dev): bump eslint from 8.41.0 to 8.57.1 (#43903)
dependabot[bot] Sep 24, 2024
7222a9f
build(deps-dev): bump null-loader from 4.0.0 to 4.0.1 (#43904)
dependabot[bot] Sep 24, 2024
e64a66b
fix: detach native view when its removed from parent on macOS (#43627)
CezaryKulakowski Sep 24, 2024
500d4f0
fix: -Wunsafe-buffer-usage warning in asar_util's ReadFileToString() …
ckerr Sep 24, 2024
bcf4095
fix: crash when focusing `WebView` `webContents` (#43921)
codebytere Sep 24, 2024
af54c5a
test: add tests dbus notification images (#43938)
ckerr Sep 25, 2024
30fbeec
chore: bump chromium to 131.0.6734.0 (main) (#43769)
electron-roller[bot] Sep 25, 2024
1d3b128
test: ensure `sender-pid` hint is set in Linux notifications (#43928)
ckerr Sep 25, 2024
c8895d0
fix: close all open sheets before closing window on macOS (#43706)
cptpcrd Sep 25, 2024
846b31b
build(deps-dev): bump @types/chai-as-promised from 7.1.3 to 8.0.1 (#4…
dependabot[bot] Sep 25, 2024
ff36ff8
build(deps-dev): bump eslint-plugin-promise from 4.3.1 to 7.1.0 (#43935)
dependabot[bot] Sep 25, 2024
15db63e
fix: SCContentSharingPicker crash in iframes (#43905)
indutny-signal Sep 25, 2024
74af96d
build: update some build dependencies (#43882)
MarshallOfSound Sep 26, 2024
b60013f
build: update appveyor image to latest version (#43971)
electron-appveyor-updater[bot] Sep 26, 2024
40cae71
test: re-enable tests that were disabled in chromium rolls (#43968)
jkleinsc Sep 26, 2024
ddd45db
fix: -Wunsafe-buffer-usage warnings in GdkPixbufFromSkBitmap() (#43956)
ckerr Sep 26, 2024
da6ab92
fix: ensure correct `WebContents` when checking `PDFReadyToPrint` (#4…
codebytere Sep 26, 2024
a974b74
fix: replace deprecated libnotify API calls (#43962)
ckerr Sep 26, 2024
852f9ff
perf: build g_dgettext domain name at compile time (#43960)
ckerr Sep 26, 2024
8397fef
chore: remove unused nogncheck includes (#43964)
ckerr Sep 26, 2024
f68184a
feat: add error event for utility process (#43774)
deepak1556 Sep 27, 2024
d4e4cde
fix: remove resize listener when BrowserWindow closed (#43972)
codebytere Sep 27, 2024
27d2a8f
ci: write test logging to console on Windows (#43990)
jkleinsc Sep 27, 2024
eb40d2c
fix: FTBFS when building with `enable_plugins = false` (#44003)
ckerr Sep 29, 2024
af58931
chore: bump chromium to 131.0.6744.0 (main) (#43948)
electron-roller[bot] Sep 30, 2024
77f7ba9
fix: -Wunsafe-buffer-usage in electron::SetFontDefaults() (#44014)
ckerr Sep 30, 2024
1d4b86c
fix: -Wunsafe-buffer-usage warnings in AddComponentResourceEntries() …
ckerr Sep 30, 2024
5d9800e
chore: bump chromium to 131.0.6748.0 (main) (#44027)
electron-roller[bot] Sep 30, 2024
7ebc427
build: update appveyor to node 20.17 (#44026)
VerteDinde Sep 30, 2024
6156546
build: convert all release scripts to typescript (#44035)
MarshallOfSound Oct 1, 2024
47cf1e3
build: use ts-node to spawn the version-bumper (#44057)
MarshallOfSound Oct 1, 2024
f828c1d
build: remove github actions dependabot on release branches (#44054)
MarshallOfSound Oct 1, 2024
6f88f0c
perf: use ArrayBuffer::Data() instead of GetBackingStore()->Data() (#…
ckerr Oct 1, 2024
06bce81
fix: -Wunsafe-buffer-usage warnings in ElectronAccessibilityUI ctor (…
ckerr Oct 1, 2024
15c8759
fix: -Wunsafe-buffer-usage warnings in WebFrameRenderer::ExecuteJavaS…
ckerr Oct 1, 2024
f4ffd01
build: cleanup release scripts, separate cli entrypoints from logic (…
MarshallOfSound Oct 1, 2024
1fc2064
chore: bump chromium to 131.0.6750.0 (main) (#44066)
electron-roller[bot] Oct 1, 2024
5b34138
build: fix relative file read during npm publish (#44088)
MarshallOfSound Oct 2, 2024
5a97ee2
chore: bump chromium to 131.0.6751.0 (main) (#44087)
electron-roller[bot] Oct 2, 2024
59a43ef
chore: bump chromium to 131.0.6752.0 (main) (#44093)
electron-roller[bot] Oct 2, 2024
93dd9fc
build: use node 20.17 on Windows (#44065)
VerteDinde Oct 2, 2024
9df092e
fix: remove use of deprecated API base::Hash() (#44076)
ckerr Oct 2, 2024
684e345
fix: deprecated API and -Wunsafe-buffer-usage warnings in AsarFileVal…
ckerr Oct 2, 2024
1226851
build: add import/order eslint rule (#44085)
MarshallOfSound Oct 3, 2024
ab1488a
chore: bump chromium to 131.0.6754.0 (main) (#44110)
electron-roller[bot] Oct 3, 2024
b95ee89
chore: bump node to v20.18.0 (main) (#44119)
electron-roller[bot] Oct 7, 2024
aa40e81
ci: add datadog test logging (#44094)
jkleinsc Oct 7, 2024
bcbc8d3
chore: bump chromium to 131.0.6762.0 (main) (#44117)
electron-roller[bot] Oct 7, 2024
4cf69f3
fix: context shear in cli_remove_deprecated_v8_flag.patch (#44148)
ckerr Oct 8, 2024
ebeae6f
ci: only upload to datadog when running tests (#44152)
jkleinsc Oct 8, 2024
08d315d
refactor: revert url::DomainIs() for cookie domains (#44153)
VerteDinde Oct 9, 2024
b5227b4
fix: -Wunsafe-buffer-usage warnings in GetNextZoomLevel() (#44149)
ckerr Oct 9, 2024
dbbdf55
fix: -Wunsafe-buffer-usage warning in WriteAsciiChunk() (#44134)
ckerr Oct 9, 2024
78fa477
fix: -Wunsafe-buffer-usage warning in HasWordCharacters() (#44133)
ckerr Oct 9, 2024
d51ef7d
build: update NMV to 132 (#44135)
mlaurencin Oct 9, 2024
3d2f68a
refactor: spanify image utils (#44127)
ckerr Oct 10, 2024
d93285d
ci: don't call datadog test logging on forks (#44181)
jkleinsc Oct 11, 2024
8201623
test: fix visibility-state-spec.ts flaky test (#44037)
jkleinsc Oct 11, 2024
dd5b36f
fix: clang variable configuration in generated node headers (#44189)
deepak1556 Oct 11, 2024
5400c04
docs: clarify interplay between utility process events (#44015)
nikwen Oct 11, 2024
7402648
build: update ts defs and docs parser (#43985)
MarshallOfSound Oct 11, 2024
13b39e0
build(deps): bump github/codeql-action from 3.26.8 to 3.26.12 (#44139)
dependabot[bot] Oct 11, 2024
6c1b377
build(deps): bump actions/checkout from 4.1.7 to 4.2.1 (#44140)
dependabot[bot] Oct 11, 2024
527efc0
fix: -Wunsafe-buffer-usage warnings when read()ing and write()ing int…
ckerr Oct 11, 2024
8b3d70a
feat: add WebFrameMain detached property (#43473)
samuelmaddock Oct 11, 2024
566c72c
fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (…
ckerr Oct 14, 2024
48156ae
test: run visibility-state-spec.ts first (#44206)
jkleinsc Oct 14, 2024
9ecb848
docs: update timelines for E34 (#44210)
georgexu99 Oct 14, 2024
1cab6bd
build: update devcontainer sha (#44229)
codebytere Oct 15, 2024
0064b23
build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#44239)
dependabot[bot] Oct 15, 2024
d3e3680
ci: use env variable in branch created workflow (#44240)
dsanders11 Oct 15, 2024
72802c3
docs: add section on resource management to base-window.md (#43610)
nikwen Oct 15, 2024
36b7cf3
chore: bump chromium to 131.0.6776.0 (main) (#44137)
electron-roller[bot] Oct 15, 2024
ef84f13
chore: bump chromium to 131.0.6778.0 (main) (#44251)
electron-roller[bot] Oct 15, 2024
b5acebf
fix: -Wunsafe-buffer-usage warnings in TaskbarHost::SetThumbarButtons…
ckerr Oct 15, 2024
df45474
fix: ensure `utilityProcess` only emits one 'exit' event (#44243)
codebytere Oct 16, 2024
af6e2fb
fix: trace-startup crashing child process on macOS (#44257)
deepak1556 Oct 16, 2024
bd4ea5b
fix: use proper PDF save approach (#44248)
codebytere Oct 16, 2024
cbe3cb7
fix: Linux crash after `webContents.print()` with no parent window (#…
codebytere Oct 16, 2024
67775d1
build: remove dead code in prepare release script (#44256)
dsanders11 Oct 16, 2024
d386664
build: use new Issue Template types in templates (#44224)
codebytere Oct 16, 2024
d801bad
chore: bump chromium to 132.0.6779.0 (main) (#44273)
electron-roller[bot] Oct 17, 2024
cbc12d6
ci: use Node.js 20 in Bake AppVeyor Image workflow (#44290)
dsanders11 Oct 17, 2024
44c398f
docs: removed AngularJS Batarang from the Devtool Extension Support (…
mayur9210 Oct 17, 2024
9280add
chore: fixup reclient read only access on forks (#44280)
jkleinsc Oct 17, 2024
ac09d11
build: fix main printing patch conflict (#44302)
VerteDinde Oct 17, 2024
2b0624f
build(deps-dev): bump remark-cli from 10.0.0 to 12.0.1 (#44258)
dependabot[bot] Oct 17, 2024
089f233
chore: bump chromium to 132.0.6781.0 (main) (#44301)
electron-roller[bot] Oct 18, 2024
6c6e5c0
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#44173)
dependabot[bot] Oct 18, 2024
456aac1
build: update appveyor image to latest version (#44311)
electron-appveyor-updater[bot] Oct 18, 2024
738533d
chore: bump chromium to 132.0.6783.0 (main) (#44307)
electron-roller[bot] Oct 18, 2024
35aeab6
fix: respect setAlwaysOnTop before showInactive on Linux under X11 (#…
cptpcrd Oct 18, 2024
87bd665
feat: expose frame & move properties to console-message event object …
samuelmaddock Oct 18, 2024
2cf59b3
build(deps-dev): bump webpack from 5.94.0 to 5.95.0 (#44309)
dependabot[bot] Oct 20, 2024
0d948da
chore: bump chromium to 132.0.6787.0 (main) (#44329)
electron-roller[bot] Oct 21, 2024
e70f70f
chore: bump chromium to 132.0.6788.0 (main) (#44331)
electron-roller[bot] Oct 21, 2024
d3d02ef
chore: bump chromium to 132.0.6789.0 (main) (#44337)
electron-roller[bot] Oct 21, 2024
cc9d85d
build: fixup reclient use for prod builds (#44340)
jkleinsc Oct 21, 2024
3e77faf
fix: crash when generating shortcut text for super accelerator (#44341)
deepak1556 Oct 21, 2024
fff6ea4
fix: software compositing infinite loop (#44318)
samuelmaddock Oct 21, 2024
e3e94d4
fix: silence -Wunsafe-buffer-usage warning in GetPreferredLanguages()…
ckerr Oct 21, 2024
d60d526
build: update appveyor image to latest version (#44334)
electron-appveyor-updater[bot] Oct 22, 2024
fd50047
docs: clarify utilityProcess child.pid value (#44339)
codebytere Oct 22, 2024
c42fb09
test: fixup flaky tests (#44349)
jkleinsc Oct 23, 2024
83d7040
fix: -Wunsafe-buffer-usage warning in didRegisterForRemoteNotificatio…
ckerr Oct 23, 2024
a0f51d8
build: update linux container (#44392)
jkleinsc Oct 24, 2024
57920e7
test: deflake flaky tests on linux (#44383)
jkleinsc Oct 25, 2024
348801b
fix: crash on netlog connection error (#44406)
samuelmaddock Oct 28, 2024
5d0d15a
perf: prefer NewFromUtf8Literal() over NewFromUtf8() for string liter…
ckerr Oct 28, 2024
7396882
fix: keep gdk_pixbuf a dynamic dependency (#44423)
deepak1556 Oct 29, 2024
214c822
build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#44434)
dependabot[bot] Oct 29, 2024
46561fc
build: improve `gen-libc++-filenames` output (#44424)
codebytere Oct 29, 2024
cc3359f
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#44435)
dependabot[bot] Oct 29, 2024
b3c2e83
refactor: prefer `inline constexpr string_view` for string constants …
ckerr Oct 29, 2024
f7ead78
build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 (#44433)
dependabot[bot] Oct 29, 2024
39b24ae
refactor: move node ofs script to electron (#44425)
codebytere Oct 29, 2024
dffe00b
fix: -Wunsafe-buffer-usage warnings with argc, argv (#44366)
ckerr Oct 29, 2024
53458da
docs: Fix `powerMonitor` docs for type generation of `speed-limit-cha…
devinbinnie Oct 29, 2024
9fc94a1
build: fix python util verbose mode logic (#44431)
codebytere Oct 29, 2024
7ff7160
docs: fix `win.getContentView(`) return type (#44430)
codebytere Oct 29, 2024
de04fc3
fix: update shell.openExternal to correctly focus on external window …
alicelovescake Oct 29, 2024
fb959f8
build: enable -Wunsafe-buffer-usage warnings (#44056)
ckerr Oct 29, 2024
a720c8d
perf: remove isolate scope from DidProcessTask() (#44439)
ckerr Oct 30, 2024
7cdf1a0
docs: fix win.setContentView() arg type (#44478)
ckerr Oct 30, 2024
31f8e75
fix: flaky utility and BrowserView tests (#44451)
samuelmaddock Oct 31, 2024
8be4ae4
build: handle out of disk space on source cache (#44490)
jkleinsc Oct 31, 2024
15151c6
fix: EventSource undefined in Renderer/Worker (#44475)
codebytere Oct 31, 2024
2081f77
docs: add custom titlebar example (#43693)
yangannyx Nov 1, 2024
b985d8e
perf: use v8::String::NewFromUtf8Literal in ToV8() gin converter (#44…
ckerr Nov 1, 2024
9137d96
refactor: remove unused C string ToV8() gin converter (#44500)
ckerr Nov 1, 2024
bc6c7bd
build: remove unused lint package (#44525)
dsanders11 Nov 2, 2024
7fea537
docs: fix apostrophe typo "Electrons" -> "Electron's" (#44516)
ckerr Nov 2, 2024
d9a9d5b
docs: Update Squirrel Run at Login docs to be modern (#44487)
anaisbetts Nov 2, 2024
48801be
chore: bump chromium to 132.0.6807.0 (main) (#44360)
electron-roller[bot] Nov 4, 2024
f5bdbdb
refactor: more inline constexpr string view (#44498)
ckerr Nov 4, 2024
e3f2ca1
chore: remove use of banned absl::optional (#44513)
ckerr Nov 4, 2024
c63d0d6
chore: bump Node.js to v22.9.0 (#44281)
codebytere Nov 4, 2024
726d439
refactor: replace base::StringPrintf() calls with absl::StrFormat() (…
ckerr Nov 4, 2024
1c1eb3e
build: add new status to verify if all the required gha jobs have run…
jkleinsc Nov 4, 2024
1835c0a
docs: capitalize POSIX and Windows correctly (#44546)
ckerr Nov 4, 2024
24dc9dd
fix: remove use of banned std::to_string() (#44514)
ckerr Nov 4, 2024
f0d3e42
test: fixup flaky session tests (#44545)
jkleinsc Nov 4, 2024
9bf067d
fix: ftbfs when including simdjson in Node.js (#44567)
ckerr Nov 5, 2024
4f2fb7b
docs: clarify that sessions use cache by default (#44547)
nikwen Nov 5, 2024
3090e40
chore: remove executable flag from docs/api/app.md file permissions (…
ckerr Nov 5, 2024
adbd25f
chore: bump chromium to 132.0.6820.0 (main) (#44544)
electron-roller[bot] Nov 6, 2024
2002472
chore: remove unused gin::Converter<char[]>::ToV8(isolate, const char…
ckerr Nov 6, 2024
ea7b0a4
build: update appveyor image to latest version (#44570)
electron-appveyor-updater[bot] Nov 6, 2024
e3d75b3
build: also lint mjs files (#44581)
MarshallOfSound Nov 6, 2024
4b57a8f
chore: remove revert_mojo_force_blink_headers_to_only_be_included_in_…
jkleinsc Nov 7, 2024
f9a0401
build: revert bump Node.js to v22.9.0 (#44596)
VerteDinde Nov 8, 2024
6e3a5da
chore: bump chromium to 132.0.6826.0 (main) (#44584)
electron-roller[bot] Nov 9, 2024
928c030
build: update appveyor image to latest version (#44606)
electron-appveyor-updater[bot] Nov 11, 2024
c6c430b
build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (#44…
dependabot[bot] Nov 11, 2024
777e547
fix: segfault when moving WebContentsView between BrowserWindows (#44…
jkleinsc Nov 11, 2024
a6390b5
build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (#44611)
dependabot[bot] Nov 12, 2024
7a79d4c
feat: add optional animation parameter to BrowserWindow.setVibrancy (…
gerhardberger Nov 12, 2024
80ff7a1
test: exercise fuller `globalShortcut` matrix (#44488)
codebytere Nov 12, 2024
d380cda
ci: remove from issue triage on issue transferred (#44631)
dsanders11 Nov 13, 2024
a120d87
fix: add theme data source for devtools. (#44114)
cucbin Nov 13, 2024
0fd16dc
fix: WCO buttons hidden on Linux in fullscreen (#44621)
codebytere Nov 13, 2024
946ab5f
build: reland bump Node.js to v22.9.0 (#44597)
VerteDinde Nov 13, 2024
41b5d7e
refactor: unfilter unresponsive events (#44629)
samuelmaddock Nov 14, 2024
8a67e77
build: fix python warnings "SyntaxWarning: invalid escape sequence '\…
ckerr Nov 14, 2024
b1957f5
chore: bump chromium to 132.0.6834.0 (main) (#44602)
electron-roller[bot] Nov 14, 2024
27fe6cc
fix: `WebContentsView` removal should compare directly (#44656)
codebytere Nov 15, 2024
4fb5aab
fix: revert required portal version for file chooser dialogs (#44426)
deepak1556 Nov 15, 2024
aca84be
chore: update extensions features (#44653)
samuelmaddock Nov 15, 2024
a15e42e
chore: cleanup following internal switch to `readPackageJSON` (#44644)
codebytere Nov 15, 2024
15ff999
build: update appveyor image to latest version (#44675)
electron-appveyor-updater[bot] Nov 15, 2024
dd50afa
fix: `utilityProcess` pid should be `undefined` after exit (#44677)
codebytere Nov 18, 2024
d320840
build: re-enable `container_overflow` ASAN check (#44699)
codebytere Nov 18, 2024
36e1a0b
fix: utility process exit code for graceful termination (#44698)
deepak1556 Nov 18, 2024
58dc990
chore: fix multi-version parsing in issue assignment (#44679)
codebytere Nov 18, 2024
aa7a5e6
docs: document why to use the loadBrowserProcessSpecificV8Snapshot fu…
nikwen Nov 18, 2024
10d9670
docs: Make ipcRenderer and ipcMain listener API docs consistent (#44651)
itsananderson Nov 18, 2024
1cae73b
chore: Revert "fix: utility process exit code for graceful terminatio…
deepak1556 Nov 19, 2024
febf305
chore: fix unsupported major comment in issue automation (#44706)
dsanders11 Nov 19, 2024
8efc4c7
build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (#44713)
dependabot[bot] Nov 19, 2024
2cea228
build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 (…
dependabot[bot] Nov 19, 2024
4b3d1ca
fix: improve single-pixel resize handling on Windows (#44700)
codebytere Nov 19, 2024
9d1be5f
build(deps): bump the npm_and_yarn group across 2 directories with 1 …
dependabot[bot] Nov 19, 2024
7a5e961
build: rework header generation in Node.js (#44657)
codebytere Nov 19, 2024
0d6743e
fix: destroy url loader wrapper when JS env exits (#44574)
deepak1556 Nov 19, 2024
48c9149
fix: utility process exit code for graceful termination (reland) (#44…
deepak1556 Nov 19, 2024
1cf5e6d
fix: cyclical #include dependency between autofill_popup.h and autofi…
ckerr Nov 19, 2024
ac61c74
fix: bugprone-narrowing-conversions warnings in NativeImage (#44708)
ckerr Nov 19, 2024
43ed763
chore: bump chromium to 133.0.6846.0 (main) (#44665)
electron-roller[bot] Nov 20, 2024
8ed48e2
build(deps): bump mikefarah/yq from 4.44.3 to 4.44.5 (#44714)
dependabot[bot] Nov 20, 2024
54d53bf
fix: tooltips in WCO caption buttons (#44721)
codebytere Nov 20, 2024
8223ebc
test: run script to help target discovery and reduce flakes (#44741)
samuelmaddock Nov 20, 2024
eba0edf
build: allow unbundling of Node.js dependencies (#44754)
codebytere Nov 20, 2024
f95e1d8
chore: fix textured window conditional on macOS (#44728)
codebytere Nov 20, 2024
15c3064
build: update appveyor image to latest version (#44751)
electron-appveyor-updater[bot] Nov 20, 2024
85e2622
refactor: use gdk_display_beep() on Linux (#44734)
ckerr Nov 20, 2024
769b045
docs: removes redundant phrasing in the code signing documentation (#…
dend Nov 20, 2024
0ea6485
fix: windows save dialog extension bug (#44296)
nilaoda Nov 20, 2024
6789431
fix: `performance-no-automatic-move` clang-tidy warnings (#44742)
ckerr Nov 21, 2024
86962ba
fix: clang-tidy `performance-inefficient-vector-operation` warnings (…
ckerr Nov 21, 2024
0005ae9
docs: sync 34.0.0 release date to Chromium 132 release date (#44766)
ckerr Nov 21, 2024
1d55eb9
build: remove duplicate line in gn file (#44786)
cucbin Nov 22, 2024
4fd1b5b
fix: big endian bug in V8 serialization (#44776)
ckerr Nov 22, 2024
86e4529
fix: ensure `context-menu` emitted for draggable regions (#44761)
codebytere Nov 22, 2024
0285592
fix: crash calling `shell.readShortcutLink` (#44784)
codebytere Nov 22, 2024
c5ea177
feat: add query-session-end and improve session-end events on Windows…
savely-krasovsky Nov 22, 2024
4a35133
docs: update new GitHub issue link (#44791)
dsanders11 Nov 22, 2024
24df5f9
fix: remove unused local variables (#44815)
ckerr Nov 23, 2024
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
  •  
  •  
  •  
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