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. Dec 17, 2019
  2. Dec 16, 2019
  3. Dec 13, 2019
  4. Dec 12, 2019
  5. Dec 11, 2019
    • trop[bot]'s avatar
      fix: restore accessibility window title on macOS (#21465) · 42b4433f
      trop[bot] authored
      Electron's `AtomNSWindow` implements `accessibilityAttributeValue` to
      provide various accessibility info to the OS, including window titles.
      
      Chromium 75 changed to Apple's newer accessibility API for window titles
      in the super class that `AtomNSWindow` inherits from. macOS still
      supports both the old and new style APIs, but it will prefer the new
      style if it is implemented.  This means the Electron window title is
      being ignored because the newer API at the Chromium level has taken
      precedence.
      
      By implementing the newer accessibility API in `AtomNSWindow`, this
      restores correct accessibility window titles in macOS Electron apps.
      
      This is a regression has been present since Electron 6.0.0 (the first
      release including the Chromium change above).
      42b4433f
  6. Dec 10, 2019
  7. Dec 07, 2019
  8. Dec 03, 2019
  9. Nov 27, 2019
  10. Nov 21, 2019
  11. Nov 20, 2019
  12. Nov 19, 2019
  13. Nov 14, 2019
  14. Nov 07, 2019
  15. Nov 05, 2019
  16. Nov 02, 2019
  17. Nov 01, 2019
  18. Oct 31, 2019
  19. Oct 30, 2019
  20. Oct 29, 2019
  21. Oct 25, 2019
  22. Oct 24, 2019