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 08, 2024
-
-
trop[bot] authored
Co-authored-by:
Charles Kerr <charles@charleskerr.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 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> --------- 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 03, 2024
-
-
trop[bot] authored
* refactor: use BlockedRequest model to handle webRequest Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * refactor: finish de-templating Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * chore: address some 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>
-
trop[bot] authored
* docs: `autoUpdater` static storage strategy * summary must be followed by newline * lint: fix whitespace for code blocks * lint: `js` -> `javascript` * bump * `javascript` -> `js` * bump Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
trop[bot] authored
docs: correctly state that signing is a pre-req for autoUpdater only on macOS Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
- Jul 02, 2024
-
-
trop[bot] authored
-
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>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 126.0.6478.126 * chore: update patches * chore: bump chromium in DEPS to 126.0.6478.127 --------- 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>
-
- Jul 01, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
Keeley Hammond authored
* build: migrate to GitHub Actions * build: use old clang-format binary path * debug (do not merge): intentionally bust Linux cache * build: unskip cache creation
-
- Jun 29, 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.
-
trop[bot] authored
* 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:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
- Jun 28, 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>
-
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>
-
trop[bot] authored
* docs: clarify security semantics of safeStorage Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org> * Apply suggestions from code review Co-authored-by:
Erick Zhao <erick@hotmail.ca> Co-authored-by:
Samuel Attard <sam@electronjs.org> * Update safe-storage.md Co-authored-by:
Samuel Attard <sam@electronjs.org> * Update safe-storage.md Co-authored-by:
Samuel Attard <sam@electronjs.org> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org> Co-authored-by:
Samuel Attard <sam@electronjs.org>
-
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 24, 2024
-
-
trop[bot] authored
Fix typo in ASAR integrity docs Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Corbin Crutchley <git@crutchcorn.dev>
-
- Jun 23, 2024
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 126.0.6478.114 * chore: update patches * Fix decoration insets getting out-of-sync https://chromium-review.googlesource.com/c/chromium/src/+/5636771 --------- 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>
-
- Jun 21, 2024
-
-
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>
-
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 20, 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>
-
- Jun 19, 2024
-
-
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>
-
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
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
- Jun 15, 2024
-
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 126.0.6478.61 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
- Jun 13, 2024
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 126.0.6478.55 * chore: update patches --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Mark Lee <malept@users.noreply.github.com>
-
trop[bot] authored
* docs: clean up MAS submission guide Co-authored-by:
Erick Zhao <erick@hotmail.ca> * add info from osx-sign wiki Co-authored-by:
Erick Zhao <erick@hotmail.ca> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
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
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
voidfill <71205200+voidfill@users.noreply.github.com>
-
- Jun 12, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
fix: missing fetch-dependent interfaces in Node.js 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: update timelines for e32 Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
George Xu <george.xu@slack-corp.com>
-
trop[bot] authored
* fix: bad js-flags shouldn't crash the app Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * Update shell/browser/javascript_environment.cc Co-authored-by:
Robo <hop2deep@gmail.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>
-
- Jun 11, 2024
-
-
trop[bot] authored
build: fix generate_gn_filenames_json.py 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: multiple selection in //shell_dialogs portal implementation Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> * fix: allow multiple directory selection in KDE implementation 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>
-