Skip to content
Snippets Groups Projects
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 .
  1. Oct 09, 2019
  2. Oct 08, 2019
  3. Oct 07, 2019
  4. Oct 03, 2019
  5. Oct 02, 2019
  6. Oct 01, 2019
  7. Sep 20, 2019
  8. Sep 19, 2019
  9. Sep 18, 2019
  10. Sep 17, 2019
  11. Sep 12, 2019
  12. Sep 11, 2019
  13. Sep 10, 2019
  14. Sep 07, 2019
  15. Sep 06, 2019
  16. Sep 05, 2019
    • John Kleinschmidt's avatar
      ci: test on woa hardware (6-0-x) (#20092) · ed9b96ce
      John Kleinschmidt authored
      * ci: test on woa hardware
      
      * ci: run tests on WOA hardware (#20031)
      
      * ci: run tests on WOA hardware
      
      * Temporarily disable test until #20008 is resolved
      
      * deterministically run tests in sorted order
      
      (cherry picked from commit bedc5f7d)
      
      * Disable test on WOA until #20008 is resolved
      
      * use request instead of blur to detect openExternal success
      
      * use blur event on mac, sigh
      
      * oh, right, still gotta open an actual url
      
      * Try to track down GPUinfo failure
      
      * Make function async
      
      * Check exitCode
      
      * Try to resolve bad exit code on GPUInfo test
      
      * Add logging to figure out failures on BrowserWindow.moveTop()
      
      * Revert "Add logging to figure out failures on BrowserWindow.moveTop()"
      
      This reverts commit e21ace30dc24ab212e06693ce655b78b1691c3f1.
      
      * Disable test until #20110 is resolved
      
      * fix lint issue
      ed9b96ce
    • Eugene's avatar
    • trop[bot]'s avatar
      build: add WOA release to list of releases (#20113) · b2da0b88
      trop[bot] authored
      * build: add WOA release to list of releases
      
      * Add job count info for sudowoodo
      
      * Add verification of all assets
      
      * Fix linting and add logic to wait before printing out results
      b2da0b88
    • Robo's avatar
      fix: crash with --inspect-brk when running under ELECTRON_RUN_AS_NODE (#20098) · 4662ab9b
      Robo authored
      * fix: ensure that the node env is not bootstrapped before running inspector
      
      * fix: ensure we wait for the inspect to disconnect
      
      This re-orders our node clean up so that we free the environment before
      the task runner is cleaned up as node uses the task runner during clean
      up.  It also calls WaitForDisconnect() to ensure that inspector agents
      are notified that the context is going down.
      
      * chore: update spec to catch SIGABRT
      4662ab9b
  17. Sep 04, 2019
  18. Sep 03, 2019
    • trop[bot]'s avatar
      fix: honor cursor blink rate (#20046) · 83794875
      trop[bot] authored
      * fix: honor cursor blink rate on macOS
      
      * fix: honor cursor blink rate on Linux
      
      * fix: honor cursor blink rate on Windows
      
      * refactor: clean up os_win cursor blink logic
      
      * remove unneeded include
      83794875
  19. Aug 31, 2019