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 15, 2024
  2. Oct 12, 2024
  3. Oct 11, 2024
  4. Oct 10, 2024
  5. Oct 09, 2024
  6. Oct 03, 2024
  7. Oct 02, 2024
  8. Oct 01, 2024
    • Samuel Attard's avatar
      build: convert all release scripts to typescript (#44060) · 2e849854
      Samuel Attard authored
      * build: run gha on tag not branch (#42490)
      
      * build: convert all release scripts to typescript (#44035)
      
      * build: convert all release scripts to typescript
      
      * fix test imports
      
      * build: fix version bumper export
      
      * refactor: use as const
      
      * spec: fix bad type spec
      
      * build: use ts-node to spawn the version-bumper (#44057)
      
      Missed this in the tsification, we should probably call this via API instead of spawning a sub-proc?
      
      * build: still colors
      2e849854
    • Charles Kerr's avatar
      fix: -Wunsafe-buffer-usage in electron::SetFontDefaults() (32-x-y) (#44030) · 956677b6
      Charles Kerr authored
      * fix: -Wunsafe-buffer-usage in electron::SetFontDefaults() (#44014)
      
      * refactor: reduce code duplication in WebContentsPreferences::OverrideWebkitPrefs()
      
      * refactor: limit scope of web_preferences temporary in ElectronBrowserClient::OverrideWebkitPrefs()
      
      * chore: remove redundant static keyword on function in anonymous namespace
      
      * refactor: slightly more explicit typing
      
      * refactor: remove unnecessary utf16 -> utf8 -> utf16 conversion steps
      
      * chore: remove unused #includes
      
      * refactor: use string_view.rfind() instead of base::RSplitStringOnce()
      
      base::RSplitStringOnce() does not exist in Chromium 128
      956677b6
  9. Sep 29, 2024
  10. Sep 28, 2024
  11. Sep 27, 2024
  12. Sep 26, 2024
  13. Sep 25, 2024
  14. Sep 24, 2024