Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: electron/electron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nomagick/electron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 4 contributors

Commits on May 30, 2021

  1. perf: patch libuv to use posix_spawn on macOS

    patch libuv to fix a performance regression in macOS >= 11
    
    Spawning child processes in an Electron application with a hardened
    runtime has become slow in macOS Big Sur. This patch is a squashed
    version of libuv 3064
    
    This patch should be removed when libuv PR 3064 is merged.
    
    Authored-by: Juan Pablo Canepa <[email protected]>
    Co-authored-by: Marcello Bastéa-Forte <[email protected]>
    Co-authored-by: Deepak Mohan <[email protected]>
    Electron patch prepared by: Yanlong Wang <[email protected]>
    3 people committed May 30, 2021
    Configuration menu
    Copy the full SHA
    cfd805d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    dbfe660 View commit details
    Browse the repository at this point in the history
Loading