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 .
- Oct 16, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 119.0.6045.9 * chore: update patches * chore: bump chromium in DEPS to 119.0.6045.21 * chore: update patches --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Oct 14, 2023
-
-
trop[bot] authored
XDG Desktop Portal provides restore tokens to restore a previously selected PipeWire stream instead of prompting the user again. This restore token is single use only and it has to be replaced when the stream is completed/stopped. BaseCapturerPipewire maintains two source IDs: one is initialized by the constructor for new sources (source_id_) and another is for capturing previously selected sources (selected_source_id_). The restore token was always being stored under `source_id_`, even if the capture was ongoing for `selected_source_id_`. This prevents a stream from being restored more than once. Fix that by storing the restore token under the selected source ID if it exists. Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Athul Iddya <athul@iddya.com>
-
- Oct 12, 2023
-
-
trop[bot] authored
fix: capturePage for hidden windows on Windows/Linux Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Oct 11, 2023
-
-
Milan Burda authored
-
Keeley Hammond authored
* docs: update dates for E28 * docs: update node version Co-authored-by:
David Sanders <dsanders11@ucsbalum.com> --------- Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Oct 10, 2023
-
-
Milan Burda authored
Revert "chore: restore deprecate as an internal module (#40124)" This reverts commit 737e3de3.
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Milan Burda authored
-
Jade Flute authored
Fix typos for doc Signed-off-by:
zhangdiandian <1635468471@qq.com>
-
Tomasz authored
-
- Oct 09, 2023
-
-
John Kleinschmidt authored
-
Milan Burda authored
-
Cheng Zhao authored
-
Milan Burda authored
* Revert "refactor: don't expose deprecate as an internal module (#35311)" This reverts commit 84247799. * check crashed event warnings
-
David Sanders authored
-
Milan Burda authored
-
- Oct 07, 2023
-
-
Keeley Hammond authored
-
- Oct 06, 2023
-
-
github-actions[bot] authored
build: update appveyor image to latest version Co-authored-by:
jkleinsc <jkleinsc@users.noreply.github.com>
-
Shelley Vohr authored
fix: toggling devtools while minimized on Windows
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 119.0.6045.0 * chore: update patches * 4864948: Remove legacy-legacy https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4864948 * 4907760: Remove ui/base/glib/glib_signal.h https://chromium-review.googlesource.com/c/chromium/src/+/4907760 --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Milan Burda authored
-
- Oct 05, 2023
-
-
Shelley Vohr authored
-
David Sanders authored
-
Shelley Vohr authored
fix: error using webcrypto.subtle.importKey()
-
- Oct 04, 2023
-
-
Shelley Vohr authored
* fix: ENABLE_EXTENSIONS -> ENABLE_ELECTRON_EXTENSIONS * fix: extension guard fixes * chore: fix linker errors
-
Shelley Vohr authored
feat: add tabbingIdentifier property to BrowserWindow
-
Milan Burda authored
refactor: use nullptr everywhere
-
- Oct 03, 2023
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 119.0.6036.0 * chore: bump chromium in DEPS to 119.0.6037.0 * chore: bump chromium in DEPS to 119.0.6039.0 * chore: bump chromium in DEPS to 119.0.6041.0 * chore: update chromium patches * 4765230: Move //content/browser/renderer_host/event_with_latency_info.h to //content/common/input | https://chromium-review.googlesource.com/c/chromium/src/+/4765230 * 4890325: ScopedRunLoopTimeout: add custom timeout callback handler for testing | https://chromium-review.googlesource.com/c/chromium/src/+/4890325 * chore: update all patches * chore: bump chromium in DEPS to 119.0.6043.0 * 4898682: [api] Add Error.cause to V8 API https://chromium-review.googlesource.com/c/v8/v8/+/4898682 * 4837192: Plumb origin through for drags. https://chromium-review.googlesource.com/c/chromium/src/+/4837192 * Prevent content analysis on web pages that don't accept drag and drop. https://chromium-review.googlesource.com/c/chromium/src/+/4814086 * Make getting displayed notifications work with notification attribution. https://chromium-review.googlesource.com/c/chromium/src/+/4738935 * 4898682: [api] Add Error.cause to V8 API https://chromium-review.googlesource.com/c/v8/v8/+/4898682 * lib,test: do not hardcode Buffer.kMaxLength https://github.com/nodejs/node/pull/49876 * chore: remove Goma warning from mksnapshot_args * 4776412: Remove Windows-specific wstring variants of StringPrintf() etc. https://chromium-review.googlesource.com/c/chromium/src/+/4776412 * [dPWA] Prevent WebAppInstallInfo from being included on Android https://chromium-review.googlesource.com/c/chromium/src/+/4886594 --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
VerteDinde <vertedinde@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Oct 02, 2023
-
-
github-actions[bot] authored
build: update appveyor image to latest version Co-authored-by:
jkleinsc <jkleinsc@users.noreply.github.com>
-
Athul Iddya authored
-
Shelley Vohr authored
fix: `BroadcastChannel` initialization location (#37421) * fix: BroadcastChannel initialization location * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Milan Burda authored
-
- Sep 30, 2023
-
-
Samuel Attard authored
-