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 .
- Oct 13, 2018
-
-
Electron Bot authored
-
trop[bot] authored
-
trop[bot] authored
-
- Oct 12, 2018
-
-
trop[bot] authored
picks up: - electron/node#73: fix: export libuv symbols - electron/node#74: fix: include names.h in zlib header package
-
trop[bot] authored
-
trop[bot] authored
* fix: Small JS assignment error * fix: Call the right og method * fix: Goodbye, statSyncNoException
-
Electron Bot authored
-
trop[bot] authored
* fix: update and enable osr * fix: update MacHelper view to call GetNativeView * style: move stuff around to make more sense * chore: move OSR related things in SetOwnerWindow to CommonWebContentsDelegate * fix: avoid crashing when GetOffscreenRenderWidgetHostView is called * fix: specify default for current_device_scale_factor_
-
- Oct 11, 2018
-
-
trop[bot] authored
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 35df516e.
-
Electron Bot authored
-
Samuel Attard authored
-
Alexey Kuzmin authored
-
Milan Burda authored
Allows passing `workingDirectory` to the underlying `ShellExecuteW` API on Windows. the motivation is that by default `ShellExecute` would use the current working directory, which would get locked on Windows and can prevent autoUpdater from working correctly. We need to be able specify a different `workingDirectory` to prevent this situation.
-
- Oct 10, 2018
-
-
Heilig Benedek authored
-
Electron Bot authored
-
Samuel Attard authored
-
Samuel Attard authored
This reverts commit c9684720.
-
Alexey Kuzmin authored
-
Alexey Kuzmin authored
This reverts commit f7dee77f.
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 8b3f9156.
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 181195ee.
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 1b9a8bb8.
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 32e041d9.
-
Samuel Attard authored
This reverts commit 1a17ce81.
-
Samuel Attard authored
This reverts commit f8f318da.
-
Kevin Lynagh authored
If an app has no menu bar (because `app.dock.hide()` has been called), OS X will still render the menu bar of the previously-focused app. This commit ensures simpleFullscreen windows will be drawn on top of that menu bar by setting their level to NSPopUpMenuWindowLevel while simpleFullscreen mode is active. Ref: https://github.com/electron/electron/issues/11468
-
Samuel Attard authored
Refs: a71c814d
-
Samuel Attard authored
-
Felix Rieseberg authored
* docs: Add instructions on how to pull/push * docs: Implement feedback <3 * fix: typo s/glient/gclient
-
Electron Bot authored
-
Milan Burda authored
-
Samuel Attard authored
feat: upgrade to Chromium 69.0.3497.106
-
Shelley Vohr authored
The compositor_superview member of BridgedNativeWidgetMac has been removed so as a consequence there is only one layer on which we need to call setBackgroundColor
-