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 2,617 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2617 commits
Select commit Hold shift + click to select a range
be4e4ff
fix: make grant_file_protocol_extra_privileges fuse also block CORS f…
nornagon Jan 2, 2024
8c89137
chore: bump chromium to 122.0.6194.0 (main) (#40750)
electron-roller[bot] Jan 3, 2024
baca2e3
chore: drop ada ICU requirement for parsing hostnames (#40860)
codebytere Jan 3, 2024
dfce1a9
fix: ignore all NODE_ envs from foreign parent in node process (#40770)
zcbenz Jan 4, 2024
0672f59
chore: add disclaimer to release timeline (#40717)
VerteDinde Jan 4, 2024
84ba0c6
fix: BrowserView and <webview> should be transparent by default (#40866)
nornagon Jan 4, 2024
3a06047
docs: note accelerator case insensitivity (#40783)
machuii Jan 4, 2024
f229201
refactor: make NativeWindow getter methods const (#40804)
ckerr Jan 4, 2024
8c71e2a
feat: add net module to utility process (#40017)
devm33 Jan 4, 2024
5086071
feat: add `transparent` webpreference to webview (#40301)
BrandonXLF Jan 5, 2024
22970f5
perf: use flat_set, flat_map for small, trivially-moved containers (#…
ckerr Jan 5, 2024
cc1b64e
fix: macOS maximize button shouldn't be disabled just because the win…
tzahola Jan 5, 2024
73e7125
chore: do not inject DXVA_Decoding trace category (#40891)
ckerr Jan 5, 2024
3a22fd3
docs: add missing vibrancy breaking change (#40893)
codebytere Jan 7, 2024
37630a6
fix: wide string concatenation (#40892)
clavin Jan 8, 2024
7b4d490
perf: use fixed-size arrays for the font cache (#40898)
ckerr Jan 8, 2024
c184b93
fix: crash using `powerMonitor` before ready event (#40888)
codebytere Jan 9, 2024
3afb012
build: add infra for reclient support (#40850)
MarshallOfSound Jan 9, 2024
ebf9a49
build: use container runner for arm tests (#40875)
MarshallOfSound Jan 10, 2024
d5c6585
chore: fix content tracing flake (#40939)
MarshallOfSound Jan 10, 2024
c2c64d2
ci: fix missing inputs for release project board automation (#40726)
dsanders11 Jan 10, 2024
fac964a
refactor: migrate deprecated LazyInstance code to NoDestructor (#40927)
ckerr Jan 10, 2024
892c9d7
chore: replace absl::optional<T> with std::optional<T> (#40928)
miniak Jan 10, 2024
f36ceae
chore: migrate base::StringPiece to std::string_view (#40915)
ckerr Jan 11, 2024
2e4e6f1
chore: bump chromium to 122.0.6236.2 (main) (#40871)
electron-roller[bot] Jan 11, 2024
b39ebb8
build: remove CI cache of git cache (#40953)
MarshallOfSound Jan 11, 2024
d5d162b
fix: InAppPurchase pre-emptive deallocation (#40938)
codebytere Jan 11, 2024
8b9eb51
build: fix windows remote exec of python actions (#40958)
MarshallOfSound Jan 11, 2024
be4eb4e
ci: increase "gclient sync" output timeout (#40963)
VerteDinde Jan 11, 2024
e83192a
ci: revert CI git cache removal (#40964)
VerteDinde Jan 11, 2024
bbfe809
docs: add reclient docs, remove goma docs (#40948)
MarshallOfSound Jan 12, 2024
57b2990
build: log got error response bodies (#40965)
codebytere Jan 12, 2024
80b220d
refactor: use base::NoDestructor instead of base::LazyInstance (#40947)
ckerr Jan 12, 2024
b3e0122
refactor: fix deprecated base::Base64Encode() API calls (#40962)
ckerr Jan 15, 2024
61f619a
ci: correctly export RBE_experimental_credentials_helper_args (#40997)
codebytere Jan 15, 2024
4949c4c
chore: fix building blink_tests target (#40982)
deepak1556 Jan 16, 2024
6803624
fix: check for Node.js-created module when `contextIsolation` disable…
codebytere Jan 16, 2024
0215922
refactor: remove deprecated ToInternalValue() (#40980)
ckerr Jan 17, 2024
f97d871
fix: use `HasStyleMask(NSWindowStyleMaskResizable)` instead of `IsRes…
tzahola Jan 17, 2024
df7f07a
fix: modal rounding on nonmodal windows (#41003)
codebytere Jan 18, 2024
7e6fb97
fix: crash when `dialog.showMessageBoxSync` with missing buttons (#40…
codebytere Jan 18, 2024
3dafb31
test: fixup assertNotWindows (#41045)
jkleinsc Jan 18, 2024
135c542
feat: Windows integrity check (#40504)
guohaolay Jan 18, 2024
6ea7da4
build: update appveyor image to latest version (#40951)
github-actions[bot] Jan 18, 2024
f4ee3c1
chore: bump node to v20.11.0 (main) (#40941)
electron-roller[bot] Jan 18, 2024
03a3dec
ci: add stale-exempt label to exempt issues from automation (#41031)
mlaurencin Jan 18, 2024
1300e83
docs: fixed typos and grammatical errors (#40966)
Villy-P Jan 19, 2024
1af9612
fix: ElectronBrowserContext::PartitionKey comparisons (#41055)
ckerr Jan 23, 2024
5ced88a
docs: update Playwright automated-testing guide (#41081)
mxschmitt Jan 24, 2024
031d636
fix: only remove hijackable envs from foreign parent (#41079)
zcbenz Jan 24, 2024
d13a93f
chore: remove node patches by using the preload feature (#41080)
zcbenz Jan 24, 2024
4164ef9
refactor: remove banned std::to_string() calls (#41087)
ckerr Jan 24, 2024
a05bfd3
fix: on error, reset spawnedProcess (#41033)
maikelohcfg Jan 24, 2024
3e6a038
fix: draggable regions not working (#41030)
codebytere Jan 25, 2024
921da72
fix: dangling raw_ptr in OSRWHV destructor (#41088)
ckerr Jan 25, 2024
1a0991a
chore: bump chromium to 122.0.6261.6 (main) (#40949)
electron-roller[bot] Jan 25, 2024
9e630eb
build: remove unneeded dlls in Windows zip (#41120)
jkleinsc Jan 25, 2024
6c9f9de
chore: bump chromium to 123.0.6264.0 (main) (#41124)
electron-roller[bot] Jan 25, 2024
db2bf1a
fix: apply module search paths restriction on worker and child proces…
zcbenz Jan 26, 2024
8104c79
fix: potential `async_hooks` crash in `NotifyWindowRestore` on Window…
codebytere Jan 26, 2024
2571396
fix: update osk patch to fix more corner cases (#41131)
zcbenz Jan 29, 2024
de76fc0
chore: fix outdated osk patch on main branch (#41152)
zcbenz Jan 29, 2024
679a658
chore: add extra links to issue template chooser (#41135)
dsanders11 Jan 29, 2024
4e19321
build: update appveyor image to latest version (#41134)
github-actions[bot] Jan 29, 2024
ffec312
refactor: inline simple getters (#41125)
ckerr Jan 30, 2024
fc91798
fix: ensure `WebContents` before checking draggable region (#41154)
codebytere Jan 30, 2024
6786fde
docs: `document printToPDF` `generateDocumentOutline` option (#41156)
codebytere Jan 30, 2024
90c7d6c
fix: `shouldPrintBackgrounds` -> `printBackground` in `webContents.pr…
codebytere Jan 30, 2024
08615b2
refactor: simplify code by using base::Value::EnsureList() (#41162)
ckerr Jan 30, 2024
0e0a0bf
fix: avoid potential `CHECK()` failure in `DictionaryToRect()` (#41160)
ckerr Jan 30, 2024
fb88375
refactor: type-safe imports in lib/node/init.ts (#41148)
miniak Jan 30, 2024
85bebfb
test: draggable region allows moving window (#41127)
samuelmaddock Jan 31, 2024
6df3443
fix: validate `printToPDF` `margins` against `pageSize` (#41157)
codebytere Jan 31, 2024
e4d5dc1
fix: `select-usb-device` should respect `filters` option (#41166)
codebytere Jan 31, 2024
12870ca
fix: move nut-js to optional spec deps (#41199)
samuelmaddock Jan 31, 2024
bccb7b5
chore: bump chromium to 123.0.6272.0 (main) (#41130)
electron-roller[bot] Jan 31, 2024
9bfa16a
fix: typescript error for optional dependency (#41202)
samuelmaddock Feb 1, 2024
2ebaebb
refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (…
ckerr Feb 2, 2024
3ec04fd
docs: add note about fuses to our security documentation (#41210)
Kilian Feb 2, 2024
dac29f9
refactor: type-safe module imports / requires (#41192)
miniak Feb 5, 2024
398ca2a
fix: make sure invalid URL loads promises are fulfilled. (#41194)
marekharanczyk Feb 5, 2024
fb888a6
fix: crash problem with message_port close event (#41201)
wujinli Feb 5, 2024
5dfa9e3
fix: `original-fs` import replacement (#41209)
codebytere Feb 5, 2024
08236f7
refactor: remove deprecated BrowserContext::ResourceContext (#41221)
ckerr Feb 6, 2024
768ece6
feat: add `BrowserWindow.isOccluded()` (#38982)
codebytere Feb 6, 2024
5686f88
refactor: KeyWeakMap cleanup (#41242)
ckerr Feb 6, 2024
92c5ff3
build: add flag for setting vendor version (#41247)
zcbenz Feb 6, 2024
4367c5a
docs: Properly document runAsNode utility process option (#41255)
felixrieseberg Feb 6, 2024
2ea569e
docs: fix docs/api/base-window.md (#41240)
miniak Feb 8, 2024
42087e3
fix: add language to html in quick-start.md (#41225)
BogdanCerovac Feb 8, 2024
8eb580e
docs: note EXIF data unsupported in `nativeImage` (#41261)
codebytere Feb 8, 2024
4d060af
build: update appveyor image to latest version (#41206)
github-actions[bot] Feb 8, 2024
b253d52
build: export matching patches (#41174)
ckerr Feb 8, 2024
cee5178
refactor: inline simple getters, pt . 2 (#41254)
ckerr Feb 9, 2024
9655ae7
fix: `GetCursorScreenpoint()` sometimes wrongly returns `(0,0)` (#41275)
ckerr Feb 9, 2024
c894645
fix: crash on macOS non-programmatic close (#41264)
codebytere Feb 9, 2024
4ded4d1
fix: destroy `NodeService` message pipe last (#41277)
codebytere Feb 9, 2024
5f785f2
revert: add `BrowserWindow.isOccluded()`
codebytere Feb 12, 2024
6a616ab
feat: allow custom refs for patch import & export (#41306)
ckerr Feb 12, 2024
0218af9
fix: work around `unarchivedObjectOfClass` requiring `secureCoding` (…
codebytere Feb 14, 2024
32920af
fix: add capability to use ScreenCaptureKit for thumbnail generation …
MarshallOfSound Feb 14, 2024
79147e4
fix: Ignore `-webkit-app-region: drag;` when window is in full screen…
Imperat Feb 14, 2024
7e241ee
ci: update GitHub actions workflow dependencies (#41321)
dsanders11 Feb 14, 2024
0dad995
chore: bump chromium to 123.0.6296.0 (main) (#41204)
electron-roller[bot] Feb 14, 2024
7d6a754
fix: skip the first two invalid updates when SCK is enabled (#41340)
MarshallOfSound Feb 14, 2024
6acacf0
build: update appveyor image to latest version - e-123.0.6296.0. (#41…
github-actions[bot] Feb 15, 2024
0356812
docs: update release schedule for E30 (#41339)
clavin Feb 15, 2024
d4413a8
chore: remove unused anonymous namespace methods (#41333)
codebytere Feb 16, 2024
80906c0
fix: properly stream `uploadData` in `protocol.handle()` (#41052)
BurningEnlightenment Feb 16, 2024
ca09208
chore: update breaking-changes.md to reflect WebContentsView revert (…
mlaurencin Feb 17, 2024
d0b4489
ci: fix helperPath calls in ci configs (#41363)
VerteDinde Feb 17, 2024
995f3dc
fix: revert to legacyMainResolve in JavaScript for asar compatibility…
VerteDinde Feb 19, 2024
7cd23a4
perf: omit unnecessary work from `ElectronRenderFrameObserver::Should…
ckerr Feb 20, 2024
136d7e7
fix: check for draggable regions outside of main frame (#41377)
VerteDinde Feb 21, 2024
e87746f
chore: bump node to v20.11.1 (main) (#41353)
electron-roller[bot] Feb 21, 2024
94e643a
build: bump NMV to 123 for Electron 30 (#41370)
VerteDinde Feb 21, 2024
f350cce
docs: update breaking changes language (#41387)
VerteDinde Feb 21, 2024
e72f4f7
chore: bump chromium to 123.0.6312.5 (main) (#41337)
electron-roller[bot] Feb 21, 2024
ddd9352
fix: use ScreenCaptureKit exclusively on macOS 14.4 and higher (#41397)
MarshallOfSound Feb 21, 2024
d73a937
build: update appveyor image to latest version-e-123.0.6312.5 (#41408)
github-actions[bot] Feb 22, 2024
136762b
build: don't modify `deps/v8/tools` paths (#41386)
codebytere Feb 22, 2024
26131b2
feat: add support for configuring system network context proxies (#41…
deepak1556 Feb 22, 2024
e95673b
refactor: prefer using `base::NoDestructor` to `base::{Singleton,Lazy…
codebytere Feb 23, 2024
12d7a8f
feat: `Session#clearData` API (#40983)
clavin Feb 26, 2024
3394ee7
chore: fix import from patches.py in script/lib/git.py (#41430)
miniak Feb 26, 2024
3885011
chore: remove deprecated `inputFieldType` (#41239)
miniak Feb 26, 2024
d89ad11
chore: add engflow-reclient-configs to gitignore (#41447)
codebytere Feb 27, 2024
b468b5e
build: print error and retry on symstore fail (#41452)
codebytere Feb 27, 2024
267c079
ci: add logging to uploading to GitHub releases (#41453)
jkleinsc Feb 28, 2024
a6133e8
test: disable flaky macOS panel test & refactor screen capture testin…
clavin Feb 28, 2024
13e601e
ci: verified commits for appveyor update PR (#41470)
dsanders11 Feb 29, 2024
04df5ce
chore: bump chromium to 124.0.6323.0 (main) (#41412)
electron-roller[bot] Feb 29, 2024
a0dad83
feat: Allow creation of new window to be customizable. (#41432)
khalwa Feb 29, 2024
d5912fd
fix: webContents.print options should be optional (#41467)
codebytere Feb 29, 2024
9565b7d
chore: set wg-releases as CODEOWNER for AppVeyor configs (#41485)
dsanders11 Mar 1, 2024
cc9e21c
build: update appveyor image to latest version (#41483)
dsanders11 Mar 1, 2024
814ba71
chore: update src_preload_function_for_environment.patch (#41500)
zcbenz Mar 4, 2024
e67ab9a
refactor: remove InspectableWebContentsViewMac in favor of the Views …
nornagon Mar 4, 2024
9f673c8
chore: bump chromium to 124.0.6331.0 (main) (#41474)
electron-roller[bot] Mar 5, 2024
cc7e80c
docs: correct release timeline inaccuracy (#41510)
codebytere Mar 5, 2024
62a897b
chore: fix fs overrides for asar (#41507)
codebytere Mar 6, 2024
a7d664e
fix: `user-did-{resign|become}-active` events on macOS (#41506)
codebytere Mar 6, 2024
62331f5
chore: add missing `gin::Wrappable` `GetTypeName` overrides (#41512)
codebytere Mar 6, 2024
f826506
fix: `chrome://process-internals` failing to load (#41476)
codebytere Mar 7, 2024
fb1b5ca
test: disable CapturableScreen tests on Windows x64 (#41543)
jkleinsc Mar 8, 2024
4ec4efd
docs: Update code signing documentation (#41535)
felixrieseberg Mar 8, 2024
c0f9d0e
build: update appveyor image to latest version (#41523)
electron-appveyor-updater[bot] Mar 8, 2024
1252f92
chore: remove 8088 from codespaces port forwarding (#41557)
codebytere Mar 10, 2024
150c2bc
chore: bump chromium to 124.0.6351.0 (main) (#41514)
electron-roller[bot] Mar 12, 2024
2f133f5
docs: `nativeImage` api cleanup (#41519)
erickzhao Mar 12, 2024
80f34ec
test: re-enable `app.getGPUInfo()` specs on Linux (#41568)
codebytere Mar 12, 2024
26752d3
chore: bump chromium to 124.0.6353.0 (main) (#41566)
electron-roller[bot] Mar 13, 2024
02020fb
build: update @electron/lint-roller to 1.11.1 (#41522)
dsanders11 Mar 13, 2024
6cb84dd
test: disable transparency tests on macOS arm64 (#41580)
codebytere Mar 13, 2024
1840d7b
fix: improve caption button appearance on Windows 11 (#41561)
codebytere Mar 13, 2024
122a2fd
build: update appveyor image to latest version (#41579)
electron-appveyor-updater[bot] Mar 13, 2024
1bfd3e0
fix: account for potentially swapped `FrameTreeNodeId` in `WebFrameMa…
codebytere Mar 14, 2024
41b2102
build: update appveyor image to latest version (#41591)
electron-appveyor-updater[bot] Mar 14, 2024
3759e59
fix: asan build on macos (#41587)
indutny-signal Mar 15, 2024
193e162
chore: bump chromium to 124.0.6359.0 (main) (#41584)
electron-roller[bot] Mar 15, 2024
daecbb9
test: modify remote specs to allow skip or only (#41620)
codebytere Mar 19, 2024
1cd7419
build: work around ScreenCaptureKit bad feature flag parsing in Chrom…
codebytere Mar 19, 2024
b029188
fix: support recursive readdir in Asar files (#41582)
codebytere Mar 19, 2024
433d6c3
fix: missing badge text on Windows (#41618)
codebytere Mar 19, 2024
66dec24
fix: `serial-port-added` should respect filters (#41621)
codebytere Mar 20, 2024
7609156
build: update appveyor image to latest version (#41617)
electron-appveyor-updater[bot] Mar 20, 2024
00da727
ci: set issue status to triaged on status/{confirmed,reviewed} label …
dsanders11 Mar 21, 2024
61ddb1a
chore: bump pylint to 2.17 (#41576)
ckerr Mar 21, 2024
dd3fd78
ci: automatically add the 'has-repro-gist' label (#41646)
dsanders11 Mar 21, 2024
040acaa
fix: support `withFileTypes` in `fs.{readdir|readdirSync}` (#41627)
codebytere Mar 21, 2024
587b66a
docs: nodejs trademark policy link broken (#41558)
kghamilton89 Mar 21, 2024
1036d82
ci: use CircleCI hosted macOS arm64 runners for testing (#41649)
jkleinsc Mar 21, 2024
00e3445
feat: add `navigationHistory.getEntryAtIndex(int index)` method (#41577)
alicelovescake Mar 21, 2024
a32705f
test: add test for `setJumpList` arguments (#41650)
codebytere Mar 21, 2024
707b9a5
fix: `app.setLoginItemSettings` error getting swallowed by gin conver…
codebytere Mar 22, 2024
90a7e5a
fix: normalize path before calling `showItemInFolder` and `openPath` …
piotrpdev Mar 22, 2024
ed28ead
fix: WTF-8 decoding issue in `node:fs` (#41673)
codebytere Mar 24, 2024
8c42725
refactor: update `gin_helper/function_template` (#41534)
codebytere Mar 25, 2024
b9c4b27
docs: backslash escape parametrized TypeScript types (#41575)
erickzhao Mar 25, 2024
7032c0d
test: add test and `api_feature` definition for `chrome.scripting.glo…
codebytere Mar 26, 2024
32b44aa
fix: crash on extension unload when script validation finishes (#41686)
codebytere Mar 26, 2024
c57ce31
test: fix flaky tests in `webContents.navigationHistory` (#41705)
alicelovescake Mar 27, 2024
c82ec0c
test: remove hardcoded url (#41706)
alicelovescake Mar 27, 2024
4f76fff
fix: don't do self-destroy in LibnotifyNotification::Dismiss() (#41691)
taoky Mar 27, 2024
6e36153
build: fix potential source of errors in issue workflow (#41715)
MarshallOfSound Mar 27, 2024
0824166
test: add tests for Storage Access API (#41698)
codebytere Mar 27, 2024
72c2b9e
fix: recognize 'undefined' header value in `ClientRequest` (#41615)
daihere1993 Mar 27, 2024
c6102b9
docs: add missing headers option to ClientRequest options (#41723)
nornagon Mar 28, 2024
61457c9
feat(serial): allow Bluetooth ports to be requested by service class …
codebytere Mar 28, 2024
62d4b21
test: disable flaky `<webview>.capturePage()` specs (#41713)
codebytere Mar 28, 2024
0bf53a3
fix: `Storage.{get|set|clear}Cookies` via CDP not working (#41718)
codebytere Mar 28, 2024
d54645e
build(deps-dev): bump express from 4.18.2 to 4.19.2 (#41716)
dependabot[bot] Mar 28, 2024
beafbfd
build: combine `ImportModuleDynamically` patches (#41712)
codebytere Mar 29, 2024
752f2eb
build: add GH Actions to release-build script (#41639)
VerteDinde Apr 1, 2024
3eb94b7
feat: Options parameter for `Session.clearData` API (#41355)
clavin Apr 1, 2024
42164d7
build: add Markdown lint check for unescaped angle brackets (#41753)
dsanders11 Apr 4, 2024
22c1498
build: add missing header for `content::SyntheticGestureTarget` (#41789)
brjsp Apr 8, 2024
76f7bbb
fix: move BrowserWindow's WebContentsView to be a child of rootview (…
nornagon Apr 8, 2024
ba3b647
fix: WCO maximize button visibility when non-maximizable (#41793)
codebytere Apr 9, 2024
38ef9a7
refactor: move PDF viewer to OOPIF (#41728)
codebytere Apr 9, 2024
0a7df0e
docs: typo fix (#41787)
kaitlinnewson Apr 10, 2024
43a9f70
feat: support `NODE_EXTRA_CA_CERTS` (#41689)
codebytere Apr 10, 2024
41ba963
fix: typos in comment section of `in_app_purchase.mm` (#41788)
RoboSchmied Apr 10, 2024
344aba0
feat: implement File System API support (#41419)
codebytere Apr 10, 2024
f8c832d
docs: update ASAR integrity tutorial (#41828)
erickzhao Apr 11, 2024
df22e62
docs: update release timeline (#41825)
clavin Apr 11, 2024
db11090
fix: silent printing default dpi on Windows (#41811)
codebytere Apr 11, 2024
05fba85
fix: do not activate app when showing a panel on Mac (#41750)
mitchchn Apr 12, 2024
b446ce7
fix: package <__assertion_handler> as part of libcxx headers (#41830)
deepak1556 Apr 12, 2024
75dae2e
build(deps): bump tar from 6.1.13 to 6.2.1 in the npm_and_yarn group …
dependabot[bot] Apr 12, 2024
734395b
docs: use "id" instead of "label" for positions (#41843)
cedrikewers Apr 15, 2024
755f7d5
docs: clarify before `ready` usage (#41849)
erickzhao Apr 15, 2024
d80c5f8
build: redundant regex character class in generate-config-gypi.py (#4…
selfisekai Apr 15, 2024
2a6ad42
chore: delete unused PrintPreviewMessageHandler (#41841)
codebytere Apr 15, 2024
6aa9a00
fix: stop using std::vector<const uint8_t> in ProcessingSingleton (#4…
selfisekai Apr 15, 2024
c670e38
chore: bump chromium to 125.0.6412.0 (main) (#41610)
electron-roller[bot] Apr 15, 2024
b428315
perf: remove unnecessary `.c_str()` calls (#41869)
ckerr Apr 16, 2024
cdafe09
build: update appveyor image to latest version (#41871)
electron-appveyor-updater[bot] Apr 17, 2024
b118c70
refactor: fold silent print into settings (#41873)
codebytere Apr 17, 2024
7120c58
chore: bump node to v20.12.2 (main) (#41710)
electron-roller[bot] Apr 17, 2024
bf754a3
fix: make window.flashFrame(bool) flash continuously on macOS (#41391)
yuzawa-san Apr 17, 2024
0222686
docs: update build docs,support Powershell on Windows (#41567)
nashaofu Apr 17, 2024
b683754
chore: remove unused hash function (#41876)
ckerr Apr 18, 2024
67ba304
refactor: JSify BrowserWindow unresponsive handling (#37902)
nornagon Apr 18, 2024
c4aeb17
fix: EINVAL when spawning cmd files on Windows (#41893)
codebytere Apr 19, 2024
ed9fec7
fix: `nativeImage.createThumbnailFromPath` and `shell.openExternal` i…
nornagon Apr 19, 2024
07a68c2
fix: don't check for Desktop Environment in unity_service.cc (#41211)
JakobDev Apr 19, 2024
46ef7ef
build: update typescript-definitions to 8.15.6 (#41900)
MarshallOfSound Apr 19, 2024
39bf441
build: enable Perfetto in Chromium (#41880)
codebytere Apr 19, 2024
0346e0a
refactor: use `std::erase()` (#41881)
ckerr Apr 19, 2024
a8db7fe
build: use latest devcontainer buildimage with codespaces (#41916)
codebytere Apr 22, 2024
46adb0a
fix: offscreen rendering does not paint after gpu process crashed (#4…
tuanzijiang Apr 22, 2024
4e8c28f
fix: data corruption in `protocol.handle` (#41894)
nornagon Apr 22, 2024
a0fee8f
build: fixup codespaces on-create (#41428)
codebytere Apr 23, 2024
1cf194f
docs: correct the return value for canceled showSaveDialog (#41926)
Kilian Apr 23, 2024
d8f8560
refactor: address changes and fix errors in `chrome://accessibility` …
codebytere Apr 23, 2024
7621e7c
docs: Windows typo in Tutorial document (#41896)
TechQuery Apr 23, 2024
b684a98
refactor: replace base::EndsWith() with std::ends_with() (#41937)
ckerr Apr 24, 2024
b41da15
build: add GitHub Actions testing pipeline for macOS (#41812)
codebytere Apr 24, 2024
b95d0f7
build: use env var for build-tools pinning (#41969)
codebytere Apr 29, 2024
5310b79
fix: `setTitleBarOverlay` should be implemented on `BaseWindow` (#41960)
codebytere Apr 29, 2024
ef097b7
chore: fix notes stack updates (#41600)
mlaurencin Apr 29, 2024
441dbda
fix: recentDocuments on macOS not working (#41978)
codebytere Apr 29, 2024
f5fb44e
fix: `requestFullscreen` from `WebContentsView` (#41966)
codebytere Apr 29, 2024
36310b8
chore: fixup gn check when enable_pdf_viewer is false (#41990)
jkleinsc May 1, 2024
05631ec
chore: disable tests that require nut.js (#42006)
ckerr May 1, 2024
5b60698
docs: fix lint command (#42028)
piotrpdev May 4, 2024
d5c8f2d
fix: avoid crash after upgrade on Linux (#41046)
cptpcrd May 7, 2024
c3c4173
docs: update formatting for mdx3 compatibility (#42052)
erickzhao May 7, 2024
8cfc4b9
ci: keep GitHub Actions up to date with GitHub's Dependabot (#42042)
cclauss May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .circleci/.gitignore
@@ -0,0 +1 @@
config-staging