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 01, 2021
-
-
Electron Bot authored
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Mar 31, 2021
-
-
trop[bot] authored
Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
Antón Molleda authored
-
- Mar 30, 2021
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 29, 2021
-
-
Electron Bot authored
-
Cheng Zhao authored
-
trop[bot] authored
Fixes: #27877 Co-authored-by:
Saúl Ibarra Corretgé <s@saghul.net>
-
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>
-
- Mar 26, 2021
-
-
trop[bot] authored
* fix: disappearing thumbar after win.hide() * Add descriptive comment Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 25, 2021
-
-
Electron Bot authored
-
Will Anderson authored
-
trop[bot] authored
* fix: isolate Pepper plugins Following suit with a recent change to the same method in Chromium, we should also isloate Pepper plugins. * docs: add more context to comment * fix: remove unsupported test flag behavior Co-authored-by:
clavin <cwatford@slack-corp.com>
-
trop[bot] authored
* feat: allow omitting submitURL when uploadToServer is false * docs * fix test Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Mar 24, 2021
-
-
trop[bot] authored
desktopCapturer can be used in both main process and renderer process Co-authored-by:
liulun <xland@live.cn>
-
trop[bot] authored
* Fix custom scheme not registered as service worker scheme * ServiceWorker loaders do not have WebContents associated * Add test for service worker * Revert "Fix custom scheme not registered as service worker scheme" This reverts commit a249235b220a0edcfcb906e0b3b3c0486ece73a6. * Add scheme to ServiceWorkerSchemes Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 23, 2021
-
-
trop[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
* fix: libuv hang on Windows * test: add a hang test Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 22, 2021
-
-
Electron Bot authored
-
trop[bot] authored
desktopCapture.getSources() returns a promise which should resolve when capturing finishes. Internally it creates an instance of DesktopCapturer which is responsible for resolving or rejecting the promise. Between the time DesktopCapturer starts capturing frames and when it finishes, it's possible for its handle to be GC'd leading to it never resolving. These changes pin the instance of DesktopCapturer until it either finishes or errors. fixes #25595 Co-authored-by:
samuelmaddock <samuel.maddock@gmail.com>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 19, 2021
-
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
trop[bot] authored
* feat: add process.contextIsolation property * chore: rename process.contextIsolation to process.contextIsolated * thing Co-authored-by:
Milan Burda <milan.burda@gmail.com> Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
- Mar 18, 2021
-
-
Electron Bot authored
-
trop[bot] authored
* feat: add process.contextId used by @electron/remote * Update docs/api/process.md Co-authored-by:
Jeremy Rose <jeremya@chromium.org> Co-authored-by:
Milan Burda <milan.burda@gmail.com> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
Will Anderson authored
* docs: Update Quick Start Guide for Electron 12 With `contextIsolation` enabled by default in Electron 12, the Getting Started Guide no longer works as it is written. In order for the basic example to display values from `process.versions`, we need to add a `preload.js` to the example. * Trigger Build * docs: add missing curly brace to quick start example code
-
trop[bot] authored
* fix: recalibrate simpleFullscreen when display metrics change * Address review feedback * fix: compilation issues * Address feedback from review Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- Mar 17, 2021
-
-
trop[bot] authored
* test: running child app under ASan might receive SIGKILL * test: renderer process of webview might receive SIGKILL under ASan * test: increase timeout for asan build Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
trop[bot] authored
Fixes #28178 Co-authored-by:
Samuel Attard <samuel.r.attard@gmail.com>
-
- Mar 16, 2021
-
-
trop[bot] authored
This reverts commit 01a2e231 . Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Mar 15, 2021
-
-
Electron Bot authored
-
trop[bot] authored
* fix: handle a nil backgroundColor in win.getBackgroundColor() * spec: add crash case * fix: update to fix native_views transparent color * chore: fix lint Co-authored-by:
Samuel Attard <sattard@slack-corp.com> Co-authored-by:
Samuel Attard <sam@electronjs.org>
-
Cheng Zhao authored
-
trop[bot] authored
Backports https://github.com/nodejs/node/pull/37000 Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
- Mar 13, 2021
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-
trop[bot] authored
* fix: ensure child window transparency works Windows opened via window.open and intecepted via setWindowOpenHandler or the `new-window` event should (a) have the correct background color and (b) that background color should be transparent if specified. The changes in api_web_contents fix (a) and the changes in web_contents_preferences fix (b). Notes: Child windows with specified background colors or transpency now work as intended * fix: set background_color in blink prefs apply logic * chore: update for PR comments Co-authored-by:
Samuel Attard <sattard@slack-corp.com>
-