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 .
- May 09, 2022
- May 07, 2022
-
-
Raymond Zhao authored
-
Keeley Hammond authored
-
- May 06, 2022
-
-
Sudowoodo Release Bot authored
This reverts commit 0f2da5c8.
-
Sudowoodo Release Bot authored
-
Samuel Attard authored
-
Keeley Hammond authored
-
Shelley Vohr authored
-
Jeremy Rose authored
-
Samuel Attard authored
* test: unflake webview fullscreen test * test: unflake net throttle test * Update spec-main/api-net-spec.ts Co-authored-by:
Jeremy Rose <jeremya@chromium.org> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
- May 05, 2022
-
-
Shelley Vohr authored
-
Jeremy Rose authored
-
Raymond Zhao authored
-
- May 04, 2022
-
-
Milan Burda authored
-
Samuel Attard authored
* spec: unflake some focus tests * test: disable flaky webFrame visibiilty spec
-
Milan Burda authored
-
Samuel Attard authored
-
- May 03, 2022
-
-
Milan Burda authored
-
Darshan Sen authored
The isFocused() method on macOS works by checking if the selected BrowserWindow is a key window. Unfortunately, this didn't work well with blur() because it wasn't calling any macOS APIs that would change the key status of the window. Hence, this changes the implementation of blur() to call orderOut first, which removes the key status of the window. Then when the orderBack function is called, it moves the window to the back of its level in the screen list, without changing the key window. Fixes: https://github.com/electron/electron/issues/33732 Signed-off-by:
Darshan Sen <raisinten@gmail.com>
-
Ruben R authored
`start-server-webpack-plugin` uses `SIGUSR2` to signal an HMR update to a server process: https://github.com/ericclemmons/start-server-webpack-plugin/blob/master/src/StartServerPlugin.js#L70 Note that this signal does not actually kill the child process, but merely functions as a message-passing system.
-
John Kleinschmidt authored
-
Jamie Magee authored
* test: scope internal test fixtures under `@electron` * Missed references * Move packages from @electron to @electron-ci scope * Fix tests
-
- May 02, 2022
-
-
Kevin Ushey authored
-
-
Milan Burda authored
-
- Apr 30, 2022
-
-
Milan Burda authored
-
- Apr 29, 2022
-
-
Keeley Hammond authored
-
Shelley Vohr authored
* refactor: better solution for resizable frameless DCHECK * fix: also implement TargetForRectin WinFrameView
- Apr 28, 2022
-
-
Jacek Oleksy authored
-
Samuel Attard authored
-
Darshan Sen authored
Before: ```ts setJumpList(categories: (JumpListCategory[]) | (null)): void; ``` After: ```ts setJumpList(categories: (JumpListCategory[]) | (null)): ('ok' | 'error' | 'invalidSeparatorError' | 'fileTypeRegistrationError' | 'customCategoryAccessDeniedError'); ``` Fixes: https://github.com/electron/electron/issues/33909 Signed-off-by:
Darshan Sen <raisinten@gmail.com>
-
Baoshuo Ren authored
* chore: remove git.io All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ * fix: lint Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
Samuel Attard authored
-