electron
electron copied to clipboard
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
I think this should fix #33686, but I didn't have a local toolchain to do the full build/test. However, CircleCI was nice enough to build this PR for me, and...
Support for the XDG Desktop Portal first occurred in #19159, authored by me. Unfortunately there was a regression on the way that the file dialog was now presented. Normally, Chromium...
#### Description of Change This PR adds a new node module version number for Electron 21. Node PR here: https://github.com/nodejs/node/pull/44034 _NOTE: ~Please hold until the node PR has been merged~...
#### Description of Change closes #24807 Adds the ability to get the window opener of a WebContents. ```ts // From WebContents instance contents.opener; // From WebFrameMain instance webContents.fromFrame(frame)?.opener; ``` I'd...
#### Description of Change Adds `securityOrigin` property to renderer's webFrame module. Security origin tells a WebFrame which scripting context group it belongs to. A collection of same-site frames created using...
Select box near top of screen opens upwards, leaving little space for the items (and a scrollbar)
I [raised this against VS Code](https://github.com/Microsoft/vscode/issues/52194), but they advise it's Electron's doing. When I go to select a debug session and there are several, the dropdown menu grows upwards but...
#### Description of Change NB: We only let chromium handle the mouse event for touch when the HTTEST is in the caption button area of WCO, so it does not...
Backport of #34723 See that PR for details. Notes: None
Backport of #34723 See that PR for details. Notes: None
Backport of #34723 See that PR for details. Notes: None