This project is mirrored from https://github.com/electron/electron.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 17, 2021
-
-
Sudowoodo Release Bot authored
-
- Dec 16, 2021
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Dec 14, 2021
-
-
trop[bot] authored
The names of environment variables are case-sensitive on Linux and Mac. Co-authored-by:
stephen9357 <stephen9357@gmail.com>
-
- Dec 06, 2021
-
-
Keeley Hammond authored
* build: add CI path-filtering for docs-only changes (#31741) build: (wip) initial dynamic config research * build: (wip) test path filtering option * build: (wip) remove doc-only script, use path filtering to check changes * build: (wip) add docker image with Electron dependencies * build: (wip) clean up config * build (wip): readd parameters, executors and env*s * build: re-add steps and commands * build: change doc-only to ts-compile-doc-only * build: re-add workflows and jobs * build: split configs to setup & build * build: move lint to "always run" config * build: clean up, remove old reference config * build: bump to path-filtering 0.1.0 * build: remove ts-compile step from build-linux * build: remove nightly-linux-release-test, linux-checks-nightly * build: don't run build on publish * build: set base-revision to main (runs branch vs commit) * build: update config from chromium roll * build: don't use python3 on sync-step reverts ea6087e3439225d7027e138fa89fa78626189fb7. This commit was added in the Nov. 23, 2021 Chromium roll in main, and doesn't apply to 15-x-y * build: account for path-filtering workflow in release-build script (#32063) * build: account for path-filtering workflow in release-build script * build: update syntax for workflow id Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
In the synchronous code path, gtk_native_dialog_run() will call gtk_native_dialog_show(). Previously this was causing an assertion to be hit at run time. Co-authored-by:
Tristan Partin <tristan@partin.io>
-
- Dec 01, 2021
-
-
Sudowoodo Release Bot authored
-
- Nov 25, 2021
-
-
trop[bot] authored
* fix: fix aspect ratio when max width/height is set Add the native frame border size to the minimum and maximum size if the view reports its size as the client size. It allows to enlarge window to proper values when aspect ratio and max width/height are set. It also fixes DCHECK which was triggered when user tried to enlarge window above dimensions set during creation of the BrowserWindow. * chore: update patches Co-authored-by:
Cezary Kulakowski <cezary@openfin.co> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Nov 24, 2021
-
-
Pedro Pontes authored
Co-authored-by:
Electron Bot <electron@github.com>
-
- Nov 23, 2021
-
-
Pedro Pontes authored
-
trop[bot] authored
Co-authored-by:
Black-Hole1 <158blackhole@gmail.com>
-
Pedro Pontes authored
* chore: cherry-pick 1a8af2da50e4 from chromium * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Electron Bot <electron@github.com>
-
- Nov 22, 2021
-
-
Pedro Pontes authored
* chore: cherry-pick 5d2b5e7c006c from v8 * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Pedro Pontes authored
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
- Nov 18, 2021
-
-
trop[bot] authored
Co-authored-by:
Sergey Zolotarev <sryze@protonmail.com>
-
- Nov 17, 2021
-
-
trop[bot] authored
Co-authored-by:
Micha Hanselmann <micha.hanselmann@gmail.com>
-
Shelley Vohr authored
* chore: fix malformed mojom::CreateNewWindowParams patch * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Nov 16, 2021
-
-
trop[bot] authored
The variable `input` is accepted by a universal reference, so it doesn't make sense to cast a potential lvalue reference into an rvalue reference. In case `input` is an lvalue reference, we should rather forward the value as is to `ToV8()`. Signed-off-by:
Darshan Sen <darshan.sen@postman.com> Co-authored-by:
Darshan Sen <darshan.sen@postman.com>
-
Sudowoodo Release Bot authored
-
Shelley Vohr authored
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: in GTK open dialog, do not preview huge files Previewing images whose files are larger than a GB can crash Electron. * refactor: tweak CanPreview() Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
* fix: media shouldn't open permissions dialog Playing media shouldn't open Accessibility permissions dialog on macOS. However, we still need to watch for media events, just not globally and `media_keys_listener_` is an API over global capture of the media keys. The fix is to let chromium call `UpdateWhichKeysAreListenedFor` which will call `UpdateSystemMediaControlsEnabledControls` and watch for events on `system_media_controls_` without triggering permissions popup. * chore: update patches * chore: update patches Co-authored-by:
Fedor Indutny <fedor@indutny.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Nov 15, 2021
-
-
trop[bot] authored
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Nov 10, 2021
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* test: fix crash in electron::NativeWindowMac::Close() * remove extra close Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Nov 09, 2021
-
-
Sudowoodo Release Bot authored
-
trop[bot] authored
* fix: clipboard.writeBuffer raw format access (#31116) * fix: clipboard.writeBuffer raw format access * test: clipboard.writeBuffer raw format access * test: clipboard win32 test skip * fixup spec * cleanup patch Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * fixup .patches file Co-authored-by:
henrit <henrit@gmail.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Nov 06, 2021
-
-
Milan Burda authored
Co-authored-by:
Milan Burda <miburda@microsoft.com>
-
- Nov 05, 2021
-
-
trop[bot] authored
* fix: crash dump location on Linux * fix: ignore client_id for Zygote process * chore: update comment Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
trop[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Pedro Pontes authored
* chore: cherry-pick 91dd4f79ab5b from chromium * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Keeley Hammond authored
* Update WebdriverIO documentation * Update docs/tutorial/using-selenium-and-webdriver.md Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> * Update docs/tutorial/using-selenium-and-webdriver.md Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> * docs: update automated testing docs * lint * update * Update docs/tutorial/automated-testing.md Co-authored-by:
Christian Bromann <github@christian-bromann.com> * fixes Co-authored-by:
Christian Bromann <github@christian-bromann.com> Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> Co-authored-by:
Christian Bromann <github@christian-bromann.com> Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Nov 04, 2021
-
-
trop[bot] authored
* fix: incorrect Content-Disposition serialization * test: fixup test Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Nov 02, 2021
-
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
trop[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
* fix: use disable-hid-blocklist to allow FIDO * Trigger Build Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Milan Burda authored
Co-authored-by:
Milan Burda <miburda@microsoft.com>
-