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 .
- Feb 13, 2020
-
-
Electron Bot authored
-
Electron Bot authored
This reverts commit 22d7b404.
-
Electron Bot authored
-
Electron Bot authored
This reverts commit 2edbff6e.
-
Shelley Vohr authored
-
John Kleinschmidt authored
-
- Feb 12, 2020
-
-
Electron Bot authored
-
Andrea Brancaleoni authored
* ci: fix script to initialize Windows VM * remove python3 rename statements, python3 is not required nor installed * fix a chicken-egg condition where refreshenv is not installed, after chocolatey install. * ci: update script to initialize Windows VM * Add needed component to vc_buildTools install - Microsoft.VisualStudio.Workload.VCTools - Microsoft.VisualStudio.Component.VC.140 * Do not install vcredist140 from chocolotey
-
Tony authored
-
John Kleinschmidt authored
* build: speed up release builds by using workflows * Don't get depot-tools twice * Do not use source from cache * Checkout boto and requests for release builds * Make sure vendor dirs are persisted. * Use git cache for releases. * show sccache stats right after build * Make messages easier for sudowoodo to consume.
-
Alexey Kuzmin authored
-
Shelley Vohr authored
-
- Feb 11, 2020
-
-
Electron Bot authored
-
Cheng Zhao authored
* fix: web request support proxying websocket * fix: make tests work * chore: do not use api:: code outside api/ folder * chore: do not create proxy when no listener * test: use separate session to avoid conflicts * chore: address review
-
Shelley Vohr authored
-
Electron Bot authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Cheng Zhao authored
* fix: remove cyclic references in BrowserWindow * fix: prevent TopLevelWindow from garbage collection * test: garbage collection of BrowserWindow * chore: createIDWeakMap is used in tests
-
Erick Zhao authored
* doesn't work yet but compiles. * works * fixup
-
Erick Zhao authored
This reverts commit 385388dd.
-
Erick Zhao authored
* feat: add session.removeWordFromSpellCheckerDictionary API * rebase fixup
-
Andy Dill authored
-
Jeremy Apthorp authored
-
Jeremy Apthorp authored
* fix: disallow loading extensions in temp sessions * docs
-
- Feb 10, 2020
-
-
Electron Bot authored
-
CoderPoet authored
In handling the will-prevent-unload event, preventDefault should be executed synchronously, and here should also be showMessageBoxSync
-
Shelley Vohr authored
-
- Feb 09, 2020
-
-
Electron Bot authored
-
Samuel Attard authored
-
t57ser authored
* fix: flash plugin Fixes https://github.com/electron/electron/issues/20744 * cleanup * fix linting issue
-
John Kleinschmidt authored
-
- Feb 08, 2020
-
-
Electron Bot authored
-
John Kleinschmidt authored
* build: preserve timestamps when stripping files Resolves an issue where the binaries in mksnapshot.zip were not getting stripped. * Add missing comma * Update script/strip-binaries.py Co-Authored-By:
Jeremy Apthorp <jeremya@chromium.org> * Don't try to run strip on macOS Co-authored-by:
Jeremy Apthorp <nornagon@nornagon.net>
-
Jeremy Apthorp authored
-
John Kleinschmidt authored
* build: copy chromedriver to correct location * build: try to free up disk space for macos releases * get verbose mode working on strip-binaries * Only use separate chromedriver build arm/arm64
-
John Kleinschmidt authored
* ci: fix build failure on doc only changes * ci: fix doc-only check when CI fires on branch before PR is created
-
Jeremy Apthorp authored
-
- Feb 07, 2020
-
-
Electron Bot authored
-
John Kleinschmidt authored
-
Shelley Vohr authored
* feat: enable passing Node.js cli flags * Allow cli flags in ELECTRON_RUN_AS_NODE mode
-
Jeremy Apthorp authored
* feat: [extensions] support extension.getBackgroundPage * cleanup * how does c++ * tests * test for runtime.getBackgroundPage too
-