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 19, 2022
-
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Co-authored-by:
Sofia Nguy <sofianguy@gmail.com>
-
- May 17, 2022
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 102.0.5005.49 * chore: update patches Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
- May 16, 2022
-
-
Sudowoodo Release Bot authored
-
- May 14, 2022
-
-
trop[bot] authored
fix: fetching PDF element from WebLocalFrame Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- May 13, 2022
-
-
trop[bot] authored
* fix: call loadUrl when opening new windows from links * spec: add regression test Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- May 12, 2022
-
-
Sudowoodo Release Bot authored
-
trop[bot] authored
* test: fixup done being called multiple times * chore: run ci Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
Keeley Hammond authored
-
- May 11, 2022
-
-
trop[bot] authored
On Linux, `isEncryptionAvailable()` was crashing instead of returning a boolean before the 'ready' event was emitted by the app. The reason of the crash is that [`CreateKeyStorage()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=74;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0) expects the config to be set but the function responsible for setting the config, [`SetConfig()`](https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/os_crypt_linux.cc;l=237;drc=35be6215ec8f09e50176f36753c68f26c63d1885;bpv=1;bpt=0), is called only after the app is ready inside [`PostCreateMainMessageLoop()`](https://github.com/electron/electron/blob/main/shell/browser/electron_browser_main_parts.cc#L499). So this changes `IsEncryptionAvailable()` to return `false` when the app is not ready on Linux and uses that instead of the raw API in other places like `EncryptString()` and `DecryptString()`. Fixes: https://github.com/electron/electron/issues/32206 Signed-off-by:
Darshan Sen <raisinten@gmail.com> Co-authored-by:
Darshan Sen <raisinten@gmail.com>
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <japthorp@slack-corp.com>
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* fix: create singleton pipename from user & executable * fix: use process id & main thread id for pipe name * fix: write rand to file using WIN method * fix: remove file rand, add user_name to pipe * chore: style fixes, shorten program_name & user_name * fix: remove user_name * chore: trigger CircleCI Co-authored-by:
VerteDinde <keeleymhammond@gmail.com> Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
- May 10, 2022
-
-
trop[bot] authored
Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
trop[bot] authored
* build: change upload-to-s3 vars to upload-to-az * build: change upload-to-az to upload-to-storage Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
- May 09, 2022
-
-
Sudowoodo Release Bot authored
-
Keeley Hammond authored
-
- May 07, 2022
-
-
trop[bot] authored
* build: remove S3 uploads * build: remove ending slash upload-index-json (#34125) Co-authored-by:
Keeley Hammond <khammond@slack-corp.com> Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org>
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
trop[bot] authored
Co-authored-by:
Raymond Zhao <raymondzhao@microsoft.com>
-
- May 06, 2022
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 102.0.5005.40 * chore: update patches * Trigger Build Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] 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:
Samuel Attard <sattard@salesforce.com> Co-authored-by:
Samuel Attard <sam@electronjs.org> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
- May 05, 2022
-
-
trop[bot] authored
* spec: unflake some focus tests * test: disable flaky webFrame visibiilty spec Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Co-authored-by:
Raymond Zhao <raymondzhao@microsoft.com>
-
- May 04, 2022
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] authored
* test: scope internal test fixtures under `@electron` * Missed references * Move packages from @electron to @electron-ci scope * Fix tests * fix require Co-authored-by:
Jamie Magee <jamie.magee@gmail.com> Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] 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> Co-authored-by:
Darshan Sen <raisinten@gmail.com>
-
Samuel Attard authored
refactor: use posix_spawn instead of NSTask so we can disclaim the spawned ShipIt executable (#33468) (#34058)
-
- May 03, 2022
-
-
trop[bot] authored
Co-authored-by:
Samuel Attard <sattard@salesforce.com>
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 102.0.5005.12 * chore: bump chromium in DEPS to 102.0.5005.22 * 3587410: [Printing] Remove JobEventDetails Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3587410 (cherry picked from commit 75d75bc087a29640cc58ecb7122dbc8ea10ce785) * chore: update patches * 3579297: Convert UpdatePrintSettings() to use non-deprecated base::Value APIs. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3579297 * 3577218: WebUI: Delete webui_resources.grd and related GN targets. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3577218 (cherry picked from commit b12e658fee8f8d8832145f0ab141549c3466f567) * chore: bump chromium in DEPS to 102.0.5005.27 * 3368244: Hook SnapshotForContentAnalysis renderer API to scan system prints Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3368244 (cherry picked from commit 9ccc4d6249175a1c6d1a57ee5d12fe9302874a0f) * 3584006: Remove IsRenderViewLive from content public Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3584006 (cherry picked from commit 5c5bc4ca6d7f138491bfd89a5d45c1f2a5831b35) * 3368244: Hook SnapshotForContentAnalysis renderer API to scan system prints Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3368244 (cherry picked from commit dbdff6fe7e4afec301555cd3b60ae6c7a49d172a) * 3581708: Restore original display when moving from tab-fullscreen to browser-fullscreen. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3581708 (cherry picked from commit c02749954cbd16f5d8e91bbab8615340fc0cce6a) * 64908: Stop building legacy SwiftShader GL in Chromium https://swiftshader-review.googlesource.com/c/SwiftShader/+/64908 * 3573245: Added Themed versions of RoundedRectBackground and RoundedRectBorder. https://chromium-review.googlesource.com/c/chromium/src/+/3573245 * fixup for lint Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Keeley Hammond <khammond@slack-corp.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
VerteDinde <vertedinde@electronjs.org>
-
Sudowoodo Release Bot authored
-
trop[bot] authored
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3448551 Co-authored-by:
Keeley Hammond <khammond@slack-corp.com>
-
trop[bot] authored
Co-authored-by:
Kevin Ushey <kevinushey@gmail.com>
-
- May 02, 2022
-
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
trop[bot] 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> Co-authored-by:
Darshan Sen <raisinten@gmail.com>
-