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

Commits on Sep 21, 2023

  1. ci: fix linux builds of forks (#39939)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: John Kleinschmidt <[email protected]>
    trop[bot] and jkleinsc authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    89bf5a2 View commit details
    Browse the repository at this point in the history
  2. chore: cherry-pick tls shutdown crash fix from upstream (#39946)

    * chore: cherry-pick tls shutdown crash fix from upstream
    
    Co-authored-by: deepak1556 <[email protected]>
    
    * chore: update patches
    
    ---------
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: deepak1556 <[email protected]>
    Co-authored-by: John Kleinschmidt <[email protected]>
    3 people authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ee1f6c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. fix: app.runningUnderARM64Translation() always returning true on Wi…

    …ndows ARM64 (#39932)
    
    fix: app.runningUnderARM64Translation() always returning true on ARM64
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Milan Burda <[email protected]>
    trop[bot] and miniak authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    985f0a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. docs: correct v24 Alpha date (#39967)

    docs: correct v27 Alpha date
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Leon <[email protected]>
    trop[bot] and xuminjieleon authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fbc2786 View commit details
    Browse the repository at this point in the history
  2. refactor: use type enum in file stats for asar archive (#39969)

    refactor: use type enum in file stats for asar archive (#39889)
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Milan Burda <[email protected]>
    trop[bot] and miniak authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7023182 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. chore: add deprecated app.runningUnderRosettaTranslation to breakin…

    …g-changes.md (#39983)
    
    chore: add deprecated app.runningUnderRosettaTranslation to breaking-changes.md
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Milan Burda <[email protected]>
    trop[bot] and miniak authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0f8e9de View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. build: fix with enable_pdf_viewer = false (#39999)

    build: fix with enable_pdf_viewer = false
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Shelley Vohr <[email protected]>
    trop[bot] and codebytere authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9c2984f View commit details
    Browse the repository at this point in the history
  2. docs: document type-specific module aliases (#40004)

    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Erick Zhao <[email protected]>
    trop[bot] and erickzhao authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    74f50e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: enable dark mode on GTK UIs (#40011)

    feat: port DarkModeManagerLinux
    
    This is needed after https://bugs.chromium.org/p/chromium/issues/detail?id=998903
    and replaces the previous workaround to detect dark mode on GTK.
    Detect system dark theme preference via xdg settings portal:
    https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.Settings
    
    Closes: #38961
    Closes: #28838
    
    Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
    Co-authored-by: Robert Günzler <[email protected]>
    trop[bot] and robertgzr authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    13bdefa View commit details
    Browse the repository at this point in the history
  2. chore: cherry-pick 3fbd1dca6a4d from libvpx (#40023)

    * chore: cherry-pick 3fbd1dca6a4d from libvpx
    
    * build: update patches config
    
    * chore: update patches
    
    * chore: update patches
    
    ---------
    
    Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
    MarshallOfSound and patchup[bot] authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f24346a View commit details
    Browse the repository at this point in the history
Loading