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 .
- Mar 24, 2021
-
-
Electron Bot authored
-
liulun authored
desktopCapturer can be used in both main process and renderer process
-
- Mar 23, 2021
-
-
Cheng Zhao 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
-
Shelley Vohr authored
-
Electron Bot authored
-
Samuel Attard authored
-
Shelley Vohr authored
-
John Kleinschmidt authored
-
Nikita Kot authored
-
- Mar 22, 2021
-
-
Electron Bot authored
-
Shelley Vohr authored
-
Adrian Li authored
fix: Fix main.js source code, missing large bracket
-
Will Anderson authored
* docs: update Node global symbols example to use contextBridge * Trigger Build * docs: change Node API example to show how to expose a crypto API Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> * docs: Fix lint warning for crypto code sample * docs: update node API example description to emphasize APIs instead of symbols Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
Cheng Zhao authored
-
Cheng Zhao authored
* test: spellchecker may take several minutes to load under ASan * Add TODO for the timeout
-
- Mar 19, 2021
-
-
Electron Bot authored
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Jeremy Rose authored
-
Samuel Attard authored
* chore: rename process.contextIsolation to process.contextIsolated * thing
-
Samuel Maddock 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
-
Jeremy Rose authored
-
Karel Braeckman authored
See https://github.com/SeleniumHQ/selenium/issues/9286 The existing snippet works with selenium-webdriver <= 3.6.0, but any more recent version seems to require using 'goog:chromeOptions' and forBrowser('chrome').
-
- Mar 18, 2021
-
-
Electron Bot authored
-
Will Anderson authored
-
Milan Burda authored
-
Milan Burda authored
-
- Mar 17, 2021
-
-
Electron Bot authored
-
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. * fix: annotate preload code block with a language * docs: update quick-start Fiddle example to use preload to provide version info * fix: ensure example files end in a newline * docs: add security warning to instructions for turning off contextIsolation Co-authored-by:
John Kleinschmidt <jkleinsc@github.com> * docs: treat preload as an adjective instead of a noun Co-authored-by:
John Kleinschmidt <jkleinsc@github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Cheng Zhao 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
-
- Mar 16, 2021
-
-
John Kleinschmidt authored
-
Electron Bot authored
-
Shelley Vohr authored
* fix: recalibrate simpleFullscreen when display metrics change * Address review feedback * fix: compilation issues * Address feedback from review
-
Samuel Attard authored
Fixes #28178
-
Jeremy Rose authored
This reverts commit 01a2e231.
-
- Mar 15, 2021
-
-
Electron Bot authored
-
Gerrit Niezen authored
* docs: remove unnecessary enableBlinkFeatures * docs: remove trailing comma
-
Jeremy Rose authored
* docs: expand OS version prompt in issue template * Update bug_report.yml
-
Samuel Attard authored
* fix: handle a nil backgroundColor in win.getBackgroundColor() * spec: add crash case * fix: update to fix native_views transparent color * chore: fix lint
-
- Mar 13, 2021
-
-
Samuel Attard authored
-