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. Jun 23, 2023
  2. Jun 22, 2023
  3. Jun 21, 2023
  4. Jun 20, 2023
  5. Jun 19, 2023
  6. Jun 16, 2023
  7. Jun 15, 2023
  8. Jun 14, 2023
  9. Jun 13, 2023
  10. Jun 12, 2023
    • David Sanders's avatar
    • Charles Kerr's avatar
      perf: prefer base::StringPiece over std::string for build-time strings (#38717) · ab49e984
      Charles Kerr authored
      * perf: use base::StringPiece in InclusionStatusToString()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in ErrorCodeToString()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in MessageSourceToString()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in CursorTypeToString()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in MediaStreamTypeToString()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in ModifiersToArray()
      
      The strings are all build-time constants and this is a private function
      
      * perf: use base::StringPiece in WebFrameRenderer::MaybeGetRenderFrame()
      
      The strings are all build-time constants and this is a private function
      ab49e984
    • Shelley Vohr's avatar
      fix: `webContents.print()` cancellation callback (#38709) · fa6d14c2
      Shelley Vohr authored
      fix: webContents.print() cancellation callback
      fa6d14c2
  11. Jun 11, 2023
  12. Jun 10, 2023