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 12, 2022
- Aug 11, 2022
-
-
Keeley Hammond authored
* infra: bump @electron/get to 2.0.0, node to >= 12+ * chore: empty commit to trigger CircleCI
-
Shelley Vohr authored
-
- Aug 10, 2022
-
-
Samuel Attard authored
Fixes #35255
-
Milan Burda authored
-
Trang Le authored
fix(docs): fix a typo
- Aug 09, 2022
-
-
Jeremy Rose authored
* test: migrate node specs to main * test: migrate asar specs to main runner * fix execFile
-
Darshan Sen authored
build: fix error in the ts-compile-doc-change step Fixes the following error: https://app.circleci.com/pipelines/github/electron/electron/56517/workflows/ea0f6548-e0ac-40c6-bacb-e24610cd6670/jobs/1287168?invite=true#step-103-29 ```sh $ webpack --config build/webpack/webpack.config.asar.js --output-filename=asar.js --output-path=./.tmp --env.mode=development [webpack-cli] Error: Unknown option '--env.mode=development' [webpack-cli] Run 'webpack --help' to see available commands and options error Command failed with exit code 2. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ``` This probably started happening because of the recent webpack upgrade in https://github.com/electron/electron/pull/34990 . Signed-off-by:
Darshan Sen <raisinten@gmail.com>
- 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