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 .
- Feb 02, 2020
-
-
Electron Bot authored
-
- Feb 01, 2020
-
-
Electron Bot authored
-
Jeremy Apthorp authored
-
Shelley Vohr authored
-
Jeremy Apthorp authored
-
Electron Bot authored
* chore: bump chromium in DEPS to 68d7ef9b31f3f164a967109212e84a8d756cc80f * Update patches * Update location of file_info.h * Update sysroots * chore: bump chromium in DEPS to 47114394b1c8a35438d19da7538142380551a2ce * Update patches * ci: update docker image to pickup new ia32 dep * Skip .info files in dist.zip Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Samuel Attard authored
-
Jeremy Apthorp authored
-
- Jan 31, 2020
-
-
Electron Bot authored
-
Ian Goodacre authored
* docs: add links to the issue tracker Adding links to the issue tracker for existing issues and submission of new issues makes it easier to do what is otherwise well described in the issues doc. There are direct links to the issue tracker in other introductory docs, so I see no reason not to have them here, to facilitate access. * docs: update issues TOC * Changes recommended by malept
-
Kilian Valkhof authored
* docs: fix missing import, explicitly use nativeTheme api * Update docs/tutorial/mojave-dark-mode-guide.md Co-Authored-By:
Charles Kerr <ckerr@github.com> * switch to nativeTheme event Co-authored-by:
Charles Kerr <ckerr@github.com>
-
bitdisaster authored
* fix: systray icon demotion Adding support for GUID parameter in Tray API. In combination with signed binaries this allows to maintain the position in the systray on Windows. * unit tests * make mac and linux compile
-
Shelley Vohr authored
* fix: prevent print crash on bad deviceName * address review feedback
-
Jeremy Apthorp authored
-
Shelley Vohr authored
-
- Jan 30, 2020
-
-
Electron Bot authored
-
Samuel Attard authored
-
Shelley Vohr authored
-
Samuel Attard authored
* fix: ensure web_contents is not nullptr in UpdateDraggableRegions This is a speculative fix for a crash in `UpdateDraggableRegions` that we've noticed * Update atom_api_browser_window_mac.mm * Update atom_api_browser_window_mac.mm
-
Erick Zhao authored
* fix: no error messages? * Revert "fix: no error messages?" This reverts commit 14a1078493ae67ed63f51a88656a948b2a3c0499. * fix: add executable to chromedriver's rpath for electron 8+
-
Electron Bot authored
* chore: bump chromium in DEPS to edc531fae69669e1d2c51901c686b055da965f2d * Update patches * Update to use content::DevToolsAgentHostClientChannel. https://chromium.googlesource.com/chromium/src/+/9d14e4b8a38b6fc3f101d2d0e1963c7334ecde08 Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Robo authored
-
Alexey Kuzmin authored
* chore: fix the "npm run lint:obj" invocation * chore: fix linter errors in .mm files
-
- Jan 29, 2020
-
-
Electron Bot authored
-
Andrea Brancaleoni authored
Since electron zip are including build dates the checksum of each of these zip files is time dependant. In order to fix this issue strip all the dates contained in each of the zip entries.
-
Jeremy Apthorp authored
-
Electron Bot authored
* chore: bump chromium in DEPS to a1ea0d7aedd6b5fe58fbabfa3b05aa8ee41304ff * update patches * update extensions code * Remove WebPoint https://chromium-review.googlesource.com/c/chromium/src/+/2007474 * fix build * chore: bump chromium in DEPS to 9351e26c2a3714f8bbb10789c71bb51b0b494c75 * update patches * Remove error description from the DidFailLoadWithError message https://chromium-review.googlesource.com/c/chromium/src/+/2011280 * Make SimpleNetworkHintsHandlerImpl use the right NetworkIsolationKey https://chromium-review.googlesource.com/c/chromium/src/+/1994430 * Rename libgtkui to gtk https://chromium-review.googlesource.com/c/chromium/src/+/2011683 * [metrics] Remove histogram Startup.WarmStartTimeFromRemoteProcessStart*. https://chromium-review.googlesource.com/c/chromium/src/+/2003211 * fix requestSingleInstanceLock test * chore: bump chromium in DEPS to a813567a4f17ea08292c2b26fa10d0ffd47010d9 * chore: bump chromium in DEPS to f0aca2de536ceecd6eb66e928051d11e6d11991f * chore: bump chromium in DEPS to 865556af6d0c9d990f5b1816cb792f7c3859667b * chore: bump chromium in DEPS to 98538fdd28c4b6692e4cc2839729bb7ac009586a * update patches * fix broken tests * Update node tests for v8 changes * Update node patches for test failures * Update for number of tests Co-authored-by:
Jeremy Apthorp <nornagon@nornagon.net> Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Hye Sung Jung authored
-
Mark Lee authored
This should allow planned breaking changes to be shown in the website prior to a stable release with the changes included.
-
Erick Zhao authored
-
Erick Zhao authored
-
Mehedi Hassan authored
The documentation is currently pointing to a download link that leads to a 404 for the ARM64 version of `node.lib`. This change updates the link to the correct download for ARM64 `node.lib`.
-
Shelley Vohr authored
-
Charles Kerr authored
* fix: use powerMonitor.on() only after app is ready powerMonitor can't be used until the app is ready; however, on Linux, powerMonitor.on() was called as soon as lib/browser/api/power-monitor.ts was loaded. This patch takes @vladimiry's suggestion of wrapping that in an app.on('ready') handler to prevent powerMonitor.on() from being called prematurely. Fixes #21716
-
- Jan 28, 2020
-
-
Electron Bot authored
-
Charles Kerr authored
* fix: ensure tray icon is the proper size on linux Fixes #21445. * chore: use correct include order * chore: use correct include order * chore: remove use of deprecated casting style * chore: be more explicit about the 22 pixel height * chore: remove now-unneeded #include statements * chore: fix typo and bugs.chromium.org link * refactor: put GetIconFromImage() in anon namespace
-
Shelley Vohr authored
-
John Kleinschmidt authored
* ci: use VM initialized via setup script * update depot_tools location * Handle bad src archive files * Use proper version of windbg
-
Mark Lee authored
-
Shelley Vohr authored
-