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 .
- Sep 28, 2023
-
-
Samuel Attard authored
* chore: cherry-pick 3fbd1dca6a4d from libvpx * build: update patches config * chore: update patches * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Sep 26, 2023
-
-
Athul Iddya authored
Screensharing with PipeWire via XDG Desktop Portal requires explicit user permission via permission dialogs. Chromium has separate tabs for screens and windows and thus its portal implementation requests permissions separately for each. However, the screencast portal has no such limitation and supports both screens and windows in a single request. WebRTC now supports this type of capture in a new method called called `CreateGenericCapturer`. The `desktopCapturer` implementation has been modified to use it. Additionally, Chromium has been patched to use same generic capturer to ensure that the source IDs remain valid for `getUserMedia`.
-
- Sep 21, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Sep 19, 2023
-
-
Samuel Attard authored
* build: use afs on aks instead of circle cache (#39881) * build: use afs on aks instead of circle cache * build: do not use aks logic on linux hosts checking out for macOS * build: fix gn-check could-be-aks * build: sigh * build: no ls mnt * build: keep build alive while debugging * build: make debuggable --------- Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * build: also update node build --------- Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
chore: set GOMA_DIR for autoninja (cherry picked from commit 94f24bde4dd19764fbbae083f5970b007c9dc8b2) (cherry picked from commit 90c1f6e1cb8d22d94dd01791dc4b9c3e0a7e86fc) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Sep 15, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Sep 13, 2023
-
-
Samuel Attard authored
* build: use aks backed runners for linux builds (#39403) * build: test aks runner * build: stress test * build: use super-large nodes for publish jobs * build: try using aks for everything... * build: shared host not great * build: clean up * build: apparently tests dont run in kube infra? * build: do not change test size * ci: fixup known hosts for linux publish (#39437) * ci: fixup known hosts for linux publish * build: use 2023 known hosts * build: use rebuilt docker image * Revert "build: use rebuilt docker image" This reverts commit f9506a9cc04c1fa2ecf26436372f1bb2a44937a5. --------- Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org> --------- Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Samuel Attard authored
* chore: cherry-pick b2eab7500a18 from chromium * chore: update patches --------- Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Sep 12, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org>
-
- Sep 11, 2023
-
-
Pedro Pontes authored
* chore: [24-x-y] cherry-pick 3 changes from Release-3-M116 * 74a2eb9c8cb2 from chromium * 038530c94a06 from v8 * 26175b0903d8 from chromium * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Sep 07, 2023
-
-
trop[bot] authored
build: fix depot_tools patch application (cherry picked from commit 34b79c15 ) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Aug 30, 2023
-
-
Pedro Pontes authored
* chore: [24-x-y] cherry-pick 1 changes from Release-2-M116 * 35c06406a658 from chromium * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Aug 29, 2023
-
-
trop[bot] authored
* fix: assert module in the renderer process Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: update patches after trop --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Aug 28, 2023
-
-
Pedro Pontes authored
* chore: [24-x-y] cherry-pick 2 changes from Release-1-M116 * 1939f7b78eda from chromium * e4669a74888d from angle * chore: [24-x-y] cherry-pick missing changes from Release-1-M116 * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
* fix: ensure child windows respect fullscreenability/resizability when parent is fullscreen Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * test: add an extra resize test Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Aug 25, 2023
-
-
trop[bot] authored
ci: explicitly use python3 to start goma (#39650) * ci: explicitly use python3 to start goma * ci: explicitly use python3 for goma (cherry picked from commit 83760bd5 ) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Aug 21, 2023
-
-
trop[bot] authored
* fix: dangling raw_ptr in ElectronBrowserMainParts dtor Co-authored-by:
Charles Kerr <charles@charleskerr.com> * fixup! fix: dangling raw_ptr in ElectronBrowserMainParts dtor Browser::WhenReady() holds a reference to JsEnv isolate so must come after Co-authored-by:
Charles Kerr <charles@charleskerr.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
Adapt to the window frame size calculation changes in CL 3970920 by setting the inset sizes to 0 for tiled edges. Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Athul Iddya <athul@iddya.com>
-
trop[bot] authored
fix: explorer restart does not recreated thumbnail toolbar buttons. Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
harada <harada@thinkridge.com>
-
Pedro Pontes authored
* chore: [24-x-y] cherry-pick 3 changes from Release-0-M116 * 8ff63d378f2c from v8 * 5486190be556 from angle * d671b099a57d from v8 * chore: update patches * chore: cherry-pick missing changes --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Aug 17, 2023
-
-
trop[bot] authored
* docs: note macOS bounds Tray offset Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * Update docs/api/browser-window.md Co-authored-by:
David Sanders <dsanders11@ucsbalum.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
docs: add mising webview 'render-process-gone' event Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
fix: crash when calling moveTop() on modal children Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Aug 16, 2023
-
-
trop[bot] authored
* refactor: clean up Node.js arg parsing Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: feedback from review Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Aug 14, 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>
-
- Aug 11, 2023
-
-
Shelley Vohr authored
* fix: update `chrome.i18n` for Manifest v3 * chore: remove i18n JSON spec (#39391)
-
- Aug 10, 2023
-
-
trop[bot] authored
* feat: allow more Node.js cli flags in main process Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * docs: update cli switch documentation Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Shelley Vohr authored
-
- Aug 09, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org>
-
- Aug 08, 2023
-
-
trop[bot] authored
fix: removeBrowserView draggable region removal Closes https://github.com/electron/electron/issues/39377 . Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
ci: fix hang when validating AppVeyor artifacts (#39362) (cherry picked from commit 1eb6e45a ) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Aug 04, 2023
-
-
trop[bot] authored
chore: add some environment variables for controlling tests Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Aug 03, 2023
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Aug 02, 2023
-
-
Keeley Hammond authored
* chore: [24-x-y] cherry-pick 4 changes from Release-0-M115 * 90c9a89aa794 from chromium * 933b9fad3a53 from chromium * b03973561862 from chromium * c60a1ab717c7 from chromium * chore: update patches, remove redundent patches * 4373801: Use rtc::scoped_refptr for webrtc::DataChannel objects https://chromium-review.googlesource.com/c/chromium/src/+/4373801 * 4564316: Remove SiteInstanceDeleting from content/public API. https://chromium-review.googlesource.com/c/chromium/src/+/4564316 --------- Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Aug 01, 2023
-
-
Athul Iddya authored
-
trop[bot] authored
fix: reparenting after BrowserWindow.destroy() Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@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>
-
- Jul 28, 2023
-
-
trop[bot] authored
* feat: add `senderIsMainFrame` to messages sent via `ipcRenderer.sendTo()` (#38868) * feat: add isMainFrame to events emitted via ipcRenderer.sendTo() * chore: rename isMainFrame to senderIsMainFrame Co-authored-by:
Milan Burda <milan.burda@gmail.com> * once -> emittedOnce --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* fix: do not resolve electron entrypoints on disk Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org> * chore: update .patches file after trop --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jul 26, 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>
-