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: v37.2.3
Choose a base ref
...
head repository: electron/electron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v37.2.5
Choose a head ref
  • 15 commits
  • 23 files changed
  • 7 contributors

Commits on Jul 17, 2025

  1. fix: deprecation warning crash when no Node.js environment available (#…

    …47771)
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    5ba1597 View commit details
    Browse the repository at this point in the history
  2. test: cleanup RenderFrame lifespan tests (#47794)

    * test: cleanup RenderFrame lifespan tests
    
    Co-authored-by: John Kleinschmidt <[email protected]>
    
    * test: disable navigator.serial tests on arm64 mac
    
    debug the hang
    
    test: disable navigator.bluetooth on arm64 mac
    
    Revert "test: disable navigator.bluetooth on arm64 mac"
    
    This reverts commit 4b53a84.
    
    Revert "debug the hang"
    
    This reverts commit 00338f0.
    
    Revert "test: disable navigator.serial tests on arm64 mac"
    
    This reverts commit fb515ce.
    
    Reapply "test: disable navigator.serial tests on arm64 mac"
    
    This reverts commit 0e56081.
    
    Reapply "test: disable navigator.bluetooth on arm64 mac"
    
    This reverts commit f4c7d3f.
    
    fixup
    
    Co-authored-by: John Kleinschmidt <[email protected]>
    
    * test: add waitUntil for flaky test
    
    Co-authored-by: John Kleinschmidt <[email protected]>
    
    ---------
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: John Kleinschmidt <[email protected]>
    trop[bot] and jkleinsc authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f4ae0dc View commit details
    Browse the repository at this point in the history
  3. test: fix extensions console flake (#47789)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    87cdc1e View commit details
    Browse the repository at this point in the history
  4. chore: bump chromium to 138.0.7204.157 (37-x-y) (#47773)

    * chore: bump chromium in DEPS to 138.0.7204.157
    
    * chore: update patches
    
    * chore: update patches
    
    ---------
    
    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    Co-authored-by: John Kleinschmidt <[email protected]>
    Co-authored-by: Shelley Vohr <[email protected]>
    Co-authored-by: patchup[bot] <73610968+patchup[bot]@users.noreply.github.com>
    4 people authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    87682ef View commit details
    Browse the repository at this point in the history
  5. build: deep update brace-expansion to resolve an audit alert (#47721)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: David Sanders <[email protected]>
    trop[bot] and dsanders11 authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    fe378a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. fix: handle missing NativeWindowMac in ElectronNSWindow (#47813)

    fix: handle missing NativeWindowMac in ElectronNSWindow
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    d5c68c2 View commit details
    Browse the repository at this point in the history
  2. test: re-enable native module tests (#47803)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    9e3b036 View commit details
    Browse the repository at this point in the history
  3. build(dev-deps): drop unused @types/webpack dep (#47808)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: David Sanders <[email protected]>
    trop[bot] and dsanders11 authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6c9bbdf View commit details
    Browse the repository at this point in the history
  4. ci: remove kTCCServiceMicrophone change (#47822)

    ci: remove kTCCServiceMicrophone change
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    7f00dc7 View commit details
    Browse the repository at this point in the history
  5. chore: bump node to v22.17.1 (37-x-y) (#47774)

    * chore: bump node in DEPS to v22.17.1
    
    * chore: update patches
    
    ---------
    
    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    Co-authored-by: patchup[bot] <73610968+patchup[bot]@users.noreply.github.com>
    electron-roller[bot] and patchup[bot] authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    36aba22 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. refactor: reduce scope of temporaries when getting dictionary values (#…

    …47799)
    
    refactor: reduce scale of temporaries when getting dictionary values
    
    Co-authored-by: Charles Kerr <[email protected]>
    codebytere and ckerr authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    2e460c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. fix: dialog file filters and macOS app bundles (#47839)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d49515d View commit details
    Browse the repository at this point in the history
  2. build: fix ffmpeg generation on Windows non-x64 (#47846)

    * build: fix ffmpeg generation on Windows non-x64
    
    Co-authored-by: Shelley Vohr <[email protected]>
    
    * test: ffmpeg artifact
    
    Co-authored-by: Shelley Vohr <[email protected]>
    
    ---------
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    cb11c33 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. build: improve check-zip-manifest (#47853)

    * build: improve check-zip-manifest
    
    Co-authored-by: Shelley Vohr <[email protected]>
    
    * fix: unicode on Windows
    
    Co-authored-by: Shelley Vohr <[email protected]>
    
    ---------
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    2359cfe View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. chore: bump chromium to 138.0.7204.168 (37-x-y) (#47861)

    chore: bump chromium in DEPS to 138.0.7204.168
    
    Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
    electron-roller[bot] authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    1bf39c1 View commit details
    Browse the repository at this point in the history
Loading