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 29, 2024
-
-
Charles Kerr authored
-
Charles Kerr authored
* chore: rename v8_value_serializer.cc,h to v8_util.cc,h * feat: add electron::util::as_byte_span(v8::Local<v8::ArrayBuffer>) * fix: -Wunsafe-buffer-usage warnings in ChunkedDataPipeReadableStream::ReadInternal() Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5619253 * refactor: restore node buffer span util * refactor: remove redundant span wrapper
-
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
* fix: crash on netlog connection error Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com> * refactor: remove default PromiseBase constructor Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com> * Revert "refactor: remove default PromiseBase constructor" This reverts commit 9292324a . Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com> * remove dcheck Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Maddock <smaddock@slack-corp.com>
-
- Oct 28, 2024
-
-
trop[bot] authored
* perf: prefer NewFromUtf8Literal() over NewFromUtf8() for string literals the string length is known at compile time and no need to call ToLocalChecked() Co-authored-by:
Charles Kerr <charles@charleskerr.com> * perf: string length is known when calling NewFromUtf8(), so use it Co-authored-by:
Charles Kerr <charles@charleskerr.com> * perf: remove unnecessary calls to c_str() these just force the code being called to have to recalculate the string length 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>
-
- Oct 26, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Oct 25, 2024
-
-
John Kleinschmidt authored
build: update linux container (#44392) (cherry picked from commit a0f51d81)
-
John Kleinschmidt authored
* test: fixup broken tests in 32-x-y * test: fixup additional failing test
-
- Oct 24, 2024
-
-
trop[bot] authored
* test: fixup flaky test Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * test: disable flaky protocol speed test on macOS Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * test: fixup flaky test in api-browser-window-spec.ts Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> * test: update waitUntil to handle async functions --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Oct 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>
-
- Oct 22, 2024
-
-
Pedro Pontes authored
-
trop[bot] authored
* fix: software compositing infinite loop Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org> Co-authored-by:
Sam Maddock <smaddock@slack-corp.com> * chore: update patches --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Sam Maddock <smaddock@slack-corp.com> Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Oct 19, 2024
-
-
trop[bot] authored
fix: respect setAlwaysOnTop before showInactive on Linux under X11 (#44078) Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Beutner <31829097+cptpcrd@users.noreply.github.com>
-
- Oct 18, 2024
-
-
trop[bot] authored
fix: Linux crash after print with no parent window Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Pedro Pontes authored
-
Robo authored
* fix: trace-startup crashing child process on macOS (32-x-y) * chore: disable test on linux arm * chore: also disable on linux arm64
-
John Kleinschmidt authored
* chore: fixup reclient read only access on forks (#44280) * Trigger CI
-
- Oct 17, 2024
-
-
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
fix: ensure utilityProcess only emits one exit Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Oct 15, 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>
-
Keeley Hammond authored
* chore: [32-x-y] cherry-pick 3 changes from 3-M129 * 9542895cdd3d from v8 * 259a5f8fed67 from v8 * 81155a8f3b20 from v8 * chore: update patches
-
- Oct 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: clang variable configuration in generated node headers Co-authored-by:
deepak1556 <hop2deep@gmail.com> * chore: restore value in common.gypi Co-authored-by:
deepak1556 <hop2deep@gmail.com> * chore: update patches --------- 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>
-
- Oct 11, 2024
-
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Oct 10, 2024
-
-
trop[bot] authored
* fix: -Wunsafe-buffer-usage warning in WriteAsciiChunk() Co-authored-by:
Charles Kerr <charles@charleskerr.com> * chore: add // SAFETY comment to explain UNSAFE_BUFFERS() use 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
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
fixup e8948397 really fix the warning this time Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 128.0.6613.186 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
- Oct 09, 2024
-
-
John Kleinschmidt authored
* ci: add datadog test logging (cherry picked from commit 394ea297) * ci: only upload to datadog when running tests (cherry picked from commit c3200d8f)
-
electron-roller[bot] authored
* chore: bump node in DEPS to v20.18.0 * chore: update patches * src: improve buffer.transcode performance https://github.com/nodejs/node/pull/54153 (cherry picked from commit 669984da ) * 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>
-
- Oct 03, 2024
-
-
Samuel Attard authored
build: add import/order eslint rule (#44085) * build: add import/order eslint rule * chore: run lint:js --fix
-
trop[bot] authored
Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
Charles Kerr authored
perf: use ArrayBuffer::Data() instead of GetBackingStore()->Data() (#44067) perf: use ArrayBuffer::Data() API Replace our `GetBackingStore()->Data()` calls with this instead. Explained by the V8 docs, ArrayBuffer.Data() is > More efficient shortcut for GetBackingStore()->Data(). The > returned pointer is valid as long as the ArrayBuffer is alive.
-
Charles Kerr authored
fix: -Wunsafe-buffer-usage warnings in WebFrameRenderer::ExecuteJavaScript() (#44053)
-
- Oct 02, 2024
-
-
electron-roller[bot] authored
chore: bump chromium in DEPS to 128.0.6613.178 Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
-
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>
-
trop[bot] authored
* build: cleanup release scripts, separate cli entrypoints from logic Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> * build: use repo/org constants Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com> --------- Co-authored-by:
trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
Samuel Attard authored
* build: update some build dependencies (#43882) * build: update some build dependencies * build: fix eslint issues after updating * build: disable ts check on busted js example * build: update internal types for stricter event handling * restore url.parse behavior * fix typing issues * sigh * build: update easy deps * build: skip woa engines check * build: s/colors/chalk * build: node 20 on windows
-
- Oct 01, 2024
-
-
Samuel Attard authored
* build: run gha on tag not branch (#42490) * build: convert all release scripts to typescript (#44035) * build: convert all release scripts to typescript * fix test imports * build: fix version bumper export * refactor: use as const * spec: fix bad type spec * build: use ts-node to spawn the version-bumper (#44057) Missed this in the tsification, we should probably call this via API instead of spawning a sub-proc? * build: still colors
-