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 .
- Feb 28, 2019
-
-
Electron Bot authored
-
Roller Bot authored
-
- Feb 27, 2019
-
-
Shelley Vohr authored
* fix: add scoped_blocking_calls to platform_win https://chromium-review.googlesource.com/c/chromium/src/+/1191582 * feat: make ShowItemInFolder async * address feedback from review * fix build
-
Samuel Attard authored
-
Johann Fuechsl authored
In the mac file dialog implementation of show*OpenDialog, a settings object is passed down to the dialog completion handler. However at the time the completion handler is invoked, the settings object is already out-of-scope, resulting in an invalid access to the security_scoped_bookmarks flag. The fix is to capture the value of the flag and passing that directly to the completion handler. fixes issue #16664
-
Milan Burda authored
-
Electron Bot authored
This reverts commit 7c78f11b.
-
Electron Bot authored
-
Robo authored
* chore: roll chromium 73.0.3683.52 * chore: roll 73.0.3683.54
-
- Feb 26, 2019
-
-
Shelley Vohr authored
* chore: clean up issue templates * address feedback from review * cleanup
-
Shelley Vohr authored
-
Mark Lee authored
* build: upgrade asar to ^1.0.0 This is to remove a transitive security vulnerability. The API changed from callbacks to Promises, so `script/gn-asar.js` needed to be changed. * build: add klaw to package.json `klaw` is used in `script/lint.js`, but it was a transitive dependency. * build: add fs-extra to package.json `fs-extra` is used in `script/gn-asar.js`, but it was a transitive dependency.
-
Vlad Hashimoto authored
-
Gavin Wang authored
it not work before Event: 'did-finish-load', so add this sample code to show it.
-
Felix Rieseberg authored
* refactor: Port inspector to TypeScript * refactor: Add another type to inspector * refactor: Use correct paths * Update lib/renderer/inspector.ts Co-Authored-By:
felixrieseberg <felix@felixrieseberg.com> * refactor: Implement feedback <3 * refactor: Don't define blob at all * fix: Correct type
-
Robo authored
Replaces the usage of testing api added in https://github.com/electron/electron/pull/16334/commits/03d499bf34d664866f30b280f55b72290b538653
-
Shazron Abdullah authored
* Respect the user's active app Apple recommends not setting this to true. https://developer.apple.com/documentation/appkit/nsapplication/1428468-activateignoringotherapps?language=objc * Remove atom_bundle_mover.mm change for [NSApp activateIgnoringOtherApps:]
-
Milan Burda authored
-
- Feb 25, 2019
-
-
Sindre Sorhus authored
It was changed in https://github.com/electron/electron/pull/15930
-
Thomas Beverley authored
-
- Feb 23, 2019
-
-
Roller Bot authored
-
Jeremy Apthorp authored
-
- Feb 22, 2019
-
-
Roller Bot authored
-
- Feb 21, 2019
-
-
Cheng Zhao authored
-
ZYSzys authored
-
Roller Bot authored
-
- Feb 20, 2019
-
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Roller Bot authored
-
Felix Rieseberg authored
* refactor: Port renderer/init to TypeScript * Update lib/renderer/init.ts Co-Authored-By:
felixrieseberg <felix@felixrieseberg.com> * refactor: Type this a bit more loosely * refactor: Type parseOption strictly
-
- Feb 19, 2019
-
-
Felix Rieseberg authored
-
Milan Burda authored
-
Samuel Attard authored
* Event = Base event type (with preventDefault) * IpcMainEvent = Event that ipcMain emits (with sender, reply, etc.) * IpcRendererEvent = Event that ipcRenderer emits (with sender, senderId, etc.) * KeyboardEvent = Event that we emit with keyboard flags (ctrlKey, altKey, etc.) This will dramatically improve peoples TS experience with IPC events
-
- Feb 18, 2019
-
-
Shelley Vohr authored
-
Milan Burda authored
-
Felix Rieseberg authored
-
John Kleinschmidt authored
* build: make torque patch more specific the v8_generator_toolchain should only be overriden if the snapshot toolchain is a native arm or arm64 toolchain * Only test native mksnapshot on arm64 * Put environment variable in container
-
Felix Rieseberg authored
* refactor: Port web-frame-init to TypeScript * refactor: Use ipcRendererInternal
-
- Feb 17, 2019
-
-
Felix Rieseberg authored
* refactor: Port security-warnings to TypeScript * chore: make aliasify work on .ts files as well * refactor: Implement feedback <3 * refactor: Correctly call executeJavaScript
-
Mark Lee authored
-