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 .
- Jul 24, 2024
-
-
trop[bot] authored
docs: note macOS fullscreen events in fs query Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Jul 23, 2024
-
-
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 18, 2024
-
-
Charles Kerr authored
fix: dangling raw_ptr<Session> in UserDataLink (#42786) * fix: dangling raw_ptr<Session> in UserDataLink * chore: make linter happy
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
trop[bot] authored
feat: add `getPercentComplete` / `getCurrentBytesPerSecond` / `getEndTime` to DownloadItem (#42914) feat: getCurrentSpeed / getPercentComplete / getEndTime on DownloadItem Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Theo Gravity <theo@suteki.nu>
-
- Jul 17, 2024
-
-
trop[bot] authored
On the Mac platform, OffScreenWebContentsView uses Automatic Reference Counting (ARC) to handle the lifecycle of offScreenView_. However, this private member variable is not initialized and its value is undefined. In some cases, it is initialized to a garbage value, which may cause ARC to release the value incorrectly, resulting in a crash. Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Jinli Wu <wujinli@bytedance.com>
-
trop[bot] authored
build: remove CircleCI (#42844) * build: remove CircleCI * chore: remove remaining CircleCI references (cherry picked from commit c006e129 ) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org>
-
trop[bot] authored
fix: getUserMedia needs macOS system permissions check Closes https://github.com/electron/electron/issues/42714 Closes https://github.com/electron/electron/issues/29861 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 node in DEPS to v20.15.1 * 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> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jul 16, 2024
-
-
trop[bot] authored
fix: iteration issues in hid RevokeEphemeralDevicePermission Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* chore: update build-tools for GHA Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * build: fixup GHA running on fork PRs (#42880) * chore: update build-tools for GHA * chore: don't rely on environment variables for source cache location --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jul 15, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jul 14, 2024
-
-
Samuel Attard authored
build: use new arc runner names (#42881)
-
- Jul 12, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Shelley Vohr authored
* build: remove all publish & build on macOS * ci: fix CircleCI config (#42829) * ci: fix CircleCI config * ci: fix syntax error --------- Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Jul 10, 2024
-
-
Shelley Vohr authored
refactor: run Windows SelectFileDialog out of process
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
- Jul 09, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: reorder top browser view instead of adding/removing Co-authored-by:
Alice Zhao <alice@makenotion.com> * fix: update browserViews order Co-authored-by:
Alice Zhao <alice@makenotion.com> * test: add a test for setTopBrowserView Co-authored-by:
Alice Zhao <alice@makenotion.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Alice Zhao <alice@makenotion.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
- Jul 04, 2024
-
-
trop[bot] authored
* feat: enable Windows Control Overlay on Linux Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * docs: update documentation for Linux WCO Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: initial symbol painting Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * test: enable WCO tests for Linux Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: add missing Layer include Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: fix gn-check failure Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: enable BrowserWindow.setTitleBarOverlay on Linux Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * test: fix test for maximize event on Linux Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: geometry updating on BrowserWindow.setTitleBarOverlay Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: crash when invalid titleBarStyle set Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: clean up ordering and comments Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * Update docs/api/structures/base-window-options.md Co-authored-by:
Erick Zhao <erick@hotmail.ca> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * feat: enable customizing symbolColor Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * docs: correct symbolColor reference Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> * chore: remove Chrome-specific padding Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: update patches --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Jul 02, 2024
-
-
trop[bot] authored
build: strip linux release binaries (#42675) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org>
-
Keeley Hammond authored
-
- Jul 01, 2024
-
-
Keeley Hammond authored
* build: migrate to GitHub Actions * build: use old clang-format binary path
-
Pedro Pontes authored
* chore: [30-x-y] cherry-pick 5 changes from 2-M126 * 5d4df51d1d7d from angle * 771e74ab497d from DirectXShaderCompiler * 8f07d39227f6 from DirectXShaderCompiler * b3c64851765c from DirectXShaderCompiler * d5217a718925 from v8 * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Jun 30, 2024
-
-
trop[bot] authored
* build: remove fs-extra devdep * build: remove fs-extra dependency from script/gen-filenames.ts * build: remove fs-extra dependency from script/spec-runner.js * build: remove fs-extra dependency from script/gn-asar.js * build: remove fs-extra dependency from spec/api-autoupdater-darwin-spec.ts * build: remove fs-extra dependency from spec/api-safe-storage-spec.ts * build: remove fs-extra dependency from spec/lib/codesign-helpers.ts * build: remove fs-extra dependency from spec/api-app-spec.ts * build: remove fs-extra dependency from spec/esm-spec.ts * build: remove fs-extra dependency from spec/lib/fs-helpers.ts * build: remove fs-extra dependency from spec/lib/api-shell-spec.ts * build: remove fs-extra dependency from spec/api-context-bridge-spec.ts * build: remove fs-extra dependency from spec/asar-integrity-spec.ts * build: remove fs-extra dependency from spec/node-spec.ts * build: remove fs-extra devdiv * fixup! build: remove fs-extra dependency from spec/api-context-bridge-spec.ts * fix: use force: true when removing directories * chore: reduce diffs to main Co-authored-by:
Charles Kerr <charles@charleskerr.com> * empty commit to re-trigger appveyor * empty commit to re-trigger appveyor --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
- Jun 29, 2024
-
-
trop[bot] authored
* refactor: remove klaw dependency Node 20 added recursive readdir() so klaw is not needed Co-authored-by:
Charles Kerr <charles@charleskerr.com> * fixup! refactor: remove klaw dependency findMatchingFiles returns a Promise<string[]> 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>
-
- Jun 28, 2024
-
-
Charles Kerr authored
fix: potential null dereference in normalizeSpawnArguments() patch (#42260) fix: potential null deref in normalizeSpawnArguments() patch Use upstream's practice of using `env = options.env || process.env`. Previously, we were unconditionally assigning CRASHDUMP_SIGNAL_FD and CRASHPAD_HANDLER_PID to options.env.
-
Shelley Vohr authored
-
- Jun 27, 2024
-
-
electron-roller[bot] authored
* chore: bump node in DEPS to v20.15.0 * doc: Add OpenSSL errors to API docs https://github.com/nodejs/node/pull/34213 * test: crypto-rsa-dsa testing for dynamic openssl https://github.com/nodejs/node/pull/52781 * src: allow preventing debug signal handler start https://github.com/nodejs/node/pull/46681 * cli: allow running wasm in limited vmemory with --disable-wasm-trap-handler https://github.com/nodejs/node/pull/52766 * chore: fixup patch indices * chore: update patches --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
fix: pass correct param to sync functions on Linux Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Jun 26, 2024
-
-
trop[bot] authored
* fix: utilityProcess exit codes Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: update patches --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- Jun 24, 2024
-
-
Pedro Pontes authored
* chore: [30-x-y] cherry-pick 3 changes from 1-M126 * 8b400f9b7d66 from v8 * ba6cab40612d from v8 * 93c3cf1c787f from DirectXShaderCompiler * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jun 21, 2024
-
-
Pedro Pontes authored
* chore: [30-x-y] cherry-pick 3 changes from 0-M126 * 33051b084850 from DirectXShaderCompiler * b845fed99111 from DirectXShaderCompiler * 9c6534f82db3 from dawn * chore: update patches --------- Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
* chore: expose system preferences to utility process * chore: add tests, doc changes and module-list update * relative link * use @ * fix test * chore: disable linux test * kick * noop on windows utility process Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
George Xu <33054982+georgexu99@users.noreply.github.com>
-
Pedro Pontes authored
* d3cc351e0294 from libaom * ad697557950c from libaom
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Jun 19, 2024
-
-
trop[bot] authored
* fix: MessagePort closing unexpectedly with non-cloneable objects Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: handle serialization failure in parentPort 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
* chore: cherry-pick f8010390 from chromium Co-authored-by:
deepak1556 <hop2deep@gmail.com> * chore: update patches after trop --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Jun 18, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-