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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 16, 2019
-
-
Electron Bot authored
-
Joël Charles authored
* fix: allow pages to override window.history.length * Update lib/renderer/window-setup.ts Co-Authored-By:
magne4000 <joel.charles91@gmail.com> * fix: lint error
-
Milan Burda authored
-
- Dec 15, 2019
-
-
Electron Bot authored
-
John Kleinschmidt authored
-
Electron Bot authored
This reverts commit f09bef3b.
-
- Dec 14, 2019
-
-
Electron Bot authored
-
Electron Bot authored
-
loc authored
* fix: avoid contextBridge crash when RenderFrame address is reused Co-Authored-By:
Jeremy Apthorp <nornagon@nornagon.net> * make routing_id_ const
-
Jeremy Apthorp authored
-
Milan Burda authored
-
Jeremy Apthorp authored
-
Felix Rieseberg authored
* docs: Explain notarization * Update docs/tutorial/code-signing.md Co-Authored-By:
Zeke Sikelianos <zeke@github.com>
-
Victor Bennich authored
thanks @vbennich - great work on this
🌟 -
Electron Bot authored
This reverts commit e6c23e1a.
-
- Dec 13, 2019
-
-
Electron Bot authored
-
Cheng Zhao authored
* fix: quit when chromium is fully started * test: remove hacks on app.quit * chore: RunUntilIdle is unnecessary
-
- Dec 12, 2019
-
-
Electron Bot authored
-
Robo authored
* ci: CHECK_DIST_MANIFEST in release builds * fix: skip Electron.dSYM on macOS app zip
-
- Dec 11, 2019
-
-
Electron Bot authored
-
Cheng Zhao authored
* fix: correctly set cookie date * fix: name is not required for setting cookie * test: clear cookie after each cookie test * test: should test session property * chore: style fixes
-
Shelley Vohr authored
-
loc authored
* fix: restore parts of original ResourceRequestBody V8 conversion Restore some of the original conversion logic in order to fix target=_blank post form submissions. * test: add test for POST form submission
-
Electron Bot authored
-
J. Ryan Stinnett 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).
-
- Dec 10, 2019
-
-
Electron Bot authored
-
Cheng Zhao authored
* fix: overriding AccessiblePaneView's methods * chore: add CL link
-
Samuel Attard authored
-
Cheng Zhao authored
* fix: menu visibility should not be overwritten on startup * fix: removing menu for window without global menubar * test: setMenu tests are not for mac
-
Jeremy Apthorp authored
-
- Dec 09, 2019
-
-
Electron Bot authored
-
- Dec 08, 2019
-
-
Electron Bot authored
-
- Dec 07, 2019
-
-
Electron Bot authored
-
Jeremy Apthorp authored
-
Jeremy Apthorp authored
-
Jeremy Apthorp authored
-
Shelley Vohr authored
-
Samuel Attard authored
-
loc authored
Fix a bad access crash that happens when a render frame is deleted (window closed) and garbage collection runs afterward.
-