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 04, 2022
-
-
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
-
Samuel Attard authored
-
- Apr 27, 2022
-
-
Samuel Attard authored
* rely on src cache instead of workspace * run some tasks in the background and "thread join" later * merge some ninja build commands to reduce overhead
-
Samuel Attard authored
- Apr 26, 2022
-
-
John Kleinschmidt authored
- Apr 25, 2022
-
-
John Kleinschmidt authored
-
Sudowoodo Release Bot authored
This reverts commit f48a921d.
-
Sudowoodo Release Bot authored
-
- Apr 23, 2022
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 102.0.4999.0 * 3576640: Set OOM handler during V8 initialization https://chromium-review.googlesource.com/c/chromium/src/+/3576640 * 3574964: Remove deprecated base::Value usage in print_settings_conversion code. https://chromium-review.googlesource.com/c/chromium/src/+/3574964 * 3570062: Replicate Active state to render process for all RenderViews. https://chromium-review.googlesource.com/c/chromium/src/+/3570062 * chore: fixup patch indices * 3380402: Remove legacy SwiftShader https://chromium-review.googlesource.com/c/chromium/src/+/3380402 * 3570254: [Local Fonts] Rename permission name from FONT_ACCESS to LOCAL_FONTS. https://chromium-review.googlesource.com/c/chromium/src/+/3570254 * 3572172: Rename or remove several parameters involved in creation of MimeHandler streams https://chromium-review.googlesource.com/c/chromium/src/+/3572172 * fix: add missing base/bits include * chore: fix lint * chore: remove ia32 Linux support * chore: patch out swift-format cipd dep on macOS * build: apply patch better * build: reset all caches * build: update zip manifests to remove swiftshared libraries Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3380402 * Revert "build: update zip manifests to remove swiftshared libraries" This reverts commit 6aeec01ef1a79425a7b7d8c1cfb131a26b91c494. * Revert "3380402: Remove legacy SwiftShader" This reverts commit 4c7eebbbf2d0a459cc192959e17ae20f970c2da2. * build: remove unused swiftshader egl libraries Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
Sudowoodo Release Bot authored
This reverts commit 283e4826.
-
Sudowoodo Release Bot authored
-
Sudowoodo Release Bot authored
This reverts commit a5501d71.
-
Sudowoodo Release Bot authored
-
Sudowoodo Release Bot authored
This reverts commit bb146e3d.
-