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 23, 2019
-
-
Electron Bot authored
-
Milan Burda authored
-
Shelley Vohr authored
-
Samuel Attard authored
* refactor: make util::Promise type safe when chaining in native * fixup! refactor: make util::Promise type safe when chaining in native * chore: remove spare brackets
-
loc authored
* fix: remove white screen flicker by disabling compositor recycling * chore: disable spec whose flakiness was made obvious by this patch
-
Cheng Zhao authored
-
Electron Bot authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Jaime Bernardo authored
* fix: extern Parse impl for Windows debug builds Applies a patch to node. Externs node::options_parser::Parse implementation for node::DebugOptions to fix the Windows Debug build. * fixup: merge extern parse impl patch
-
Robert Nagy authored
-
- Aug 22, 2019
-
-
Electron Bot authored
-
Heilig Benedek authored
* feat: enable picture in picture mode for video tags * test: add test to verify picture in picture support * lint: fix indent * fix: clean up after rebase * test: update test with 16:9 test video * fix: .paches after rebase
-
John Kleinschmidt authored
* chore: Update comment for desktop_capturer * Guard TopLevelWindow::MoveAbove with ENABLE_DESKTOP_CAPTURER * Fix lint errors
-
John Kleinschmidt authored
* build: add zip manifest for Windows on Arm * ci: add Windows On Arm testing (cherry picked from commit 4064e1f4874ff7a37c52c2ad974f92418c7e71c4) * Fix path to invoke CI on WOA hardware * Explicitly call 7z.exe to unzip files * Make sure GCLIENT_EXTRA_ARGS set for WOA builds get prepended on release build * set proper arch for npm * Try using Compress-Archive/Expand-Archive * Revert "Try using Compress-Archive/Expand-Archive" * disable woa hardware test for now
-
Shelley Vohr authored
-
Samuel Attard authored
Currently the happy checkout takes 7 minutes and the sad checkout takes 30 minutes. This updates our CI to run checkout twice for every job to make the sad checkout take nearer 10 minutes instead.
-
Shelley Vohr authored
-
- Aug 21, 2019
-
-
Electron Bot authored
-
Samuel Attard authored
-
Heilig Benedek authored
* fix: race condition in NodeStreamLoader * nit: add comments
-
Cheng Zhao authored
* fix: fill uploadData property * fix: requestHeaders in onBeforeSendHeaders * fix: responseHeaders in onHeadersReceived * fix: header keys should not be lowercased * fix: gin::Dictionary::Get succeeds even though key does not exist... * fix: throw for invalid filters * test: re-enable api-web-request-spec * chore: do not use deprecated base::Value API
-
Samuel Attard authored
-
John Kleinschmidt authored
* ci: add macOS debug builds * Fix mac debug builds
-
Carlos authored
-
- Aug 20, 2019
-
-
Electron Bot authored
-
Erick Zhao authored
-
Cheng Zhao authored
* fix: gin treats Function as Dictionary when doing convertions * fix: check if listener exists * fix: listener callback should be executed in next tick * feat: make InProgressRequest work * test: re-enable protocol test that relies on webRequest * chore: merge conditions
-
Shelley Vohr authored
-
pi1024e authored
* Added correct punctuation to sentences in documentation as well as changed lets to consts to pass the docs linter * Fixed inconsistent indentation
-
Electron Bot authored
* chore: bump node in DEPS to v12.8.1 * test: disable parallel/test-http2-reset-flood Disabled new Worker test owing to a threading issue where the Worker segfaults on worker.on('message', () => {}). We've disabled failing worker tests previously as we don't offer first-class support for them in Electron.
-
Shelley Vohr authored
-
Heilig Benedek authored
* re-implement renderer->browser calls with mojo * lint * fix: clean up after rebase * lint * fix: lazy load autofill drivers
-
Shelley Vohr authored
* chore: add error throwing utility * feedback from review * DRY out repeated isolate calls
-
- Aug 19, 2019
-
-
Electron Bot authored
-
- Aug 18, 2019
-
-
Electron Bot authored
-
- Aug 17, 2019
-
-
Electron Bot authored
-
Micha Hanselmann authored
-
- Aug 16, 2019
-
-
Shelley Vohr authored
-
Electron Bot authored
-
Jean-Philippe Morin authored
In the `dialog` documentation (and the generated typings in `electron.d.ts`), it is mentionned that the `icon` property only supports `NativeImage`, but the `nativeImage` documentation says that: ``` In Electron, for the APIs that take images, you can pass either file paths or NativeImage ```
-
Cheng Zhao authored
-