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 .
- Apr 21, 2021
-
-
Electron Bot authored
-
- Apr 20, 2021
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
trop[bot] authored
Co-authored-by:
Mark Lee <electronjs@lazymalevolence.com>
-
trop[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
trop[bot] authored
This fixes a flake on linux CI which started recently where the "write" promise is being rejected after the request has been aborted / cancelled. In this case we should drop the error to the floor but instead we pass it down the stack where it eventually emits a now unhandled error event. Example failure: https://app.circleci.com/pipelines/github/electron/electron/38072/workflows/c1faf19b-aa41-4f99-a564-165729222859/jobs/838813 Verified fix by running the test that caused it 10000 times before fix and 10000 times after. ~50 failures before, 0 after. Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Apr 16, 2021
-
-
Keeley Hammond authored
* fix: invoke the window open handler for _blank links * add test
-
- Apr 15, 2021
-
-
Electron Bot authored
* chore: bump chromium in DEPS to 89.0.4389.128 * update patches
-
- Apr 14, 2021
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
Electron Bot authored
-
Electron Bot authored
* chore: cherry-pick 02f84c745fc0 from v8 * update patches
-
- Apr 13, 2021
-
-
Electron Bot authored
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Michaela Laurencin authored
* fix: move widget maximization check * fix linting error * change workaround to only effect transparent windows * disable menu maximize and restore for transparent windows * disable double clicking title bar max/unmax for transparent windows * add docs change and address review
-
- Apr 12, 2021
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Jeremy Rose authored
* chore: cherry-pick 162efe98330e from chromium * update patches Co-authored-by:
Electron Bot <electron@github.com>
-
trop[bot] authored
Co-authored-by:
KSneijders <32707500+KSneijders@users.noreply.github.com>
-
trop[bot] authored
Co-authored-by:
Samuel Maddock <samuel.maddock@gmail.com>
-
Robo authored
-
- Apr 09, 2021
-
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
Cheng Zhao authored
* fix: allow accessing file:// when web security is disabled * fixup lint after merge Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Apr 08, 2021
-
-
Cheng Zhao authored
* feat: support wasm-eval csp behind WebAssemblyCSP flag * update patches Co-authored-by:
Electron Bot <electron@github.com>
-
- Apr 07, 2021
-
-
Fedor Indutny authored
-
trop[bot] authored
* fix: call `UnregisterIsolate` consistently `JavascriptEnvironment` is the class that calls `RegisterIsolate()` so it should be the one to call `UnregisterIsolate`, and this can happen right before disposing the aforementioned `isolate`. See: https://github.com/electron/electron/pull/28468 * fix Co-authored-by:
Fedor Indutny <fedor@indutny.com>
-
Jeremy Rose authored
* fix: pass postData to new-window event (#28513) * Update api-browser-window-spec.ts
-
trop[bot] authored
* ci: fallback to local compile if goma auth fails * use correct flag Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Apr 06, 2021
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: reject task when description exceeds 260 characters * Switched out wcslen() for size() [linear -> constant time] * Included comment describing the need for the additional check * Added information about character limit to documentation * Added newline character to end of jump-list-category.md Co-authored-by:
SushiJackal <weingaben@gmail.com>
-
trop[bot] authored
* chore: the minimum supported version is now 10.11 Chromium bumped this version back in December * Update support.md Co-authored-by:
Samuel Attard <sam@electronjs.org>
-
- Apr 02, 2021
-
-
trop[bot] authored
This seems to just have been missing here, leaking memory (and breaking the API contract for Node.js embedding). Co-authored-by:
Anna Henningsen <anna@addaleax.net>
-
- Apr 01, 2021
-
-
Jeremy Rose authored
-
Electron Bot authored
* chore: bump chromium in DEPS to 89.0.4389.114 * update patches
-
- Mar 31, 2021
-
-
Antón Molleda authored
This tutorial was removed as part of https://github.com/electron/electron/pull/26239 but was not deleted when the documentation was backported in https://github.com/electron/electron/pull/28396
-
trop[bot] authored
Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
Shelley Vohr authored
* fix: errors thrown in functions over the contextBridge * spec: add a test * fix: ensure exception is a v8::Object
-
Antón Molleda authored
-
- Mar 29, 2021
-
-
trop[bot] authored
Fixes: #27877 Co-authored-by:
Saúl Ibarra Corretgé <s@saghul.net>
-
Erick Zhao authored
* fix: use correct `orderedItem` touchbar property * fix: correct parent in touchbar group and popover * fix: preserve property hook order
-
- Mar 27, 2021
-
-
trop[bot] authored
* Update web-contents.md The text block was rendered as part of the `features` property, not the `handler` * fix linting Co-authored-by:
Alexander Prinzhorn <alexander@prinzhorn.it>
-