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 .
- Aug 08, 2022
-
-
Aaron Meriwether authored
-
Milan Burda authored
- Aug 07, 2022
-
-
John Kleinschmidt authored
* test: temporarily disable test on mas arm64 that is causing crash * disable the right test * chore: speculative fix for CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER crash * enable all the tests * Revert "chore: speculative fix for CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER crash" This reverts commit b7c8ef364c03053e776fcdf495c4caeafb2dadb7. * test: disable tests that crash on mas arm64
-
- Aug 06, 2022
-
-
Shelley Vohr authored
-
- Aug 05, 2022
-
-
Sudowoodo Release Bot authored
This reverts commit fbcd8f8a.
-
Sudowoodo Release Bot authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
Erick Zhao authored
-
- Aug 04, 2022
-
-
Sudowoodo Release Bot authored
This reverts commit 47a08f95.
-
Sudowoodo Release Bot authored
-
Brad Carter authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
- Aug 03, 2022
-
-
Shelley Vohr authored
-
Sudowoodo Release Bot authored
This reverts commit 4e919c91.
-
TAN authored
* Update tutorial-6-publishing-updating.md The dot at the end of the URL will depend on the site that cannot open. Because it will open `https://update.electronjs.org./` which does not exist. * docs: fix the URL problems at tutorial-6-publishing-updating.md The dot at the end of the URL will depend on the site that cannot open. Because it will open `https://update.electronjs.org./` which does not exist. * docs: fix the URL problems at tutorial-6-publishing-updating.md * docs: fix the URL problems at tutorial-6-publishing-updating.md
-
Erick Zhao authored
Relands https://github.com/electron/electronjs.org-new/pull/240 upstream
-
Sudowoodo Release Bot authored
-
Maya Nedeljković Batić authored
This page describes each of the categories available in the sidebar, but some of the category titles didn't match.
-
Cheng Zhao authored
-
msizanoen1 authored
* fix: broken wayland window decorations due to botched chromium update The `GetTitlebarBounds().height()` is obviously intended to be placed in the `top` parameter, which used to be the second one before upstream removed multi-parameter `gfx::Rect::Inset`, but it's the first parameter for `gfx::Insets::TLBR`, which was intended to replace the removed `Inset` function. However, whoever updated Chromium kept the parameter unchanged, causing the title bar height to be passed to the `left` parameter, causing the window title bar to be unclickable. * fix: wayland window top bar buttons unclickable Use NonClientFrameView::TargetForRect for the ClientFrameViewLinux implementation because the default inherited from FramelessView blocks any non-HTCLIENT events. * fix: add maximized parameter to LinuxUI::GetWindowFrameProvider * fix: pass frame_->IsMaximized() to GetWindowFrameProvider This ensures that the toolkit renders the window decorations in maximized mode while the window is maximized to ensure that there is no empty space around the window.
-
Cheng Zhao authored
-
Keeley Hammond authored
-
Jeremy Rose authored
-
Robo authored
chore: unsupported skiptaskbar linux impl
-
- Aug 02, 2022
-
-
Robo authored
-
Michaela Laurencin authored
* fix: modify file extension generation on Windows * modify includes * include vector in header * add win build flags * remove hardcoded strings * Update shell/browser/electron_download_manager_delegate.h Co-authored-by:
Charles Kerr <charles@charleskerr.com> * fix string manipulation and function definitions * Update electron_download_manager_delegate.h * convert to std::string and modify for electron * Update shell/browser/electron_download_manager_delegate.cc Co-authored-by:
Charles Kerr <charles@charleskerr.com> * remove vector include and update conversion * add vectr include for lint Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
John Kleinschmidt authored
-
Shelley Vohr authored
* fix: DCHECK entering fullscreen while loading url * spec: fixup test
- Aug 01, 2022
-
-
Keeley Hammond authored
* fix: ensure native modules are built with config.gypi This works by patching node.h to check that two defines are set using the equivilant of an XNOR operation. One define "ELECTRON_ENSURE_CONFIG_GYPI" is set via common.gypi which is _already_ used to build native modules and has been since the dawn of time. Therefore this define will be set for all native module compilations targetting the Electron runtime. The second define "USING_ELECTRON_CONFIG_GYPI" is only defined when the gypi argument "using_electron_config_gypi" is set to 1 which is only done so via config.gypi. Only new enough versions of node-gyp correctly use the config.gypi file thus resulting in a compilation error on version of node-gyp that are too old. * chore: fix lint Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
Charles Kerr authored
-
- Jul 30, 2022
-
-
Kilian Valkhof authored
* docs: new main -> renderers messageChannel example * consistent use of your * fix a typo * linting * markdown linting * Update docs/tutorial/message-ports.md Co-authored-by:
Erick Zhao <erick@hotmail.ca> * update code example headings, reference contextIsolation example * remove nodeIntegration: false from browserWindows * rename "messagePort" to "electronMessagePort" for compatibility Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
- Jul 29, 2022
-
-
Shelley Vohr authored
fix: empty result of webContents.getUserAgent()
-
Sofia Nguy authored
* docs: update E21 release date * chore: fix lint Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-