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 31, 2019
-
-
Electron Bot authored
-
Shelley Vohr authored
-
John Kleinschmidt authored
-
Cheng Zhao authored
* refactor: move mate::Event to gin * refactor: move mate::Locker to gin * refactor: convert contextBridge to gin * refactor: convert contentTracing to gin * refactor: remove callback converter of native_mate * refactor: remove file_dialog_converter and native_window_converter from native_mate * refactor: convert webFrame to gin * refactor: move blink_converter to gin * refactor: remove net_converter from native_mate * refactor: remove event_emitter_caller_deprecated * refactor: remove gurl_converter from native_mate * refactor: remove file_path and string16_converter from native_mate * refactor: remove image_converter from native_mate * refactor: move value_converter to gin
-
Jeremy Apthorp authored
-
Birunthan Mohanathas authored
In #19873, we completely disabled compositor recycling. This has adverse effects in our tabbed app where switching tabs (i.e. `BrowserView`s) now results in a flicker because we now also switch compositors. To fix this without regressing the original fix, we now recycle the compositor when the view is removed from a window. This situation can only happen with `BrowserView`s and the common case with `BrowserWindow` is unaffected.
-
Jeremy Apthorp authored
-
- Oct 30, 2019
-
-
Electron Bot authored
-
Milan Burda authored
-
Cheng Zhao authored
* refactor: move the arg instead of const reference it * refactor: avoid unnecessary copies of base::Value in arg * refactor: pass-by-value in dict_util * refactor: avoid unnecessary reference
-
Samuel Attard authored
* build: change to download sysroots from the new sysroot bucket * build: add json config files to deps hash to can influence the src dir * build: update to latest sysroot hash
-
Shelley Vohr authored
-
- Oct 29, 2019
-
-
Electron Bot authored
-
Milan Burda authored
-
Samuel Attard authored
-
Jeremy Apthorp authored
* test: remove last usages of spec/window-helpers * move fixture
-
Milan Burda authored
-
Milan Burda authored
-
Electron Bot authored
-
Shelley Vohr authored
-
- Oct 28, 2019
-
-
Electron Bot authored
-
Alexey Kuzmin authored
-
John Kleinschmidt authored
* build: fix doc only change when there isn't a PR Fixes issue where CI was mistakenly marking a PR as a doc only change because the CI was kicked off before the PR was created.
-
Shelley Vohr authored
-
- Oct 27, 2019
-
-
Electron Bot authored
-
- Oct 26, 2019
-
-
Electron Bot authored
-
Mark Lee authored
-
- Oct 25, 2019
-
-
Electron Bot authored
-
Cheng Zhao authored
* refactor: convert Menu and globalShortcut to gin * refactor: convert api::Cookies to gin * refactor: convert View and WebContentsView to gin * refactor: convert WebContents related classes to gin * refactor: convert powerMonitor to gin * refactor: prepare for header change * refactor: remove last uses of mate::EventEmitter * refactor: remove mate::EventEmitter * refactor: move trackable_object to gin_helper * fix: custom converter should not use Handle * fix: no more need to check if icon is empty It was a bug that the Handle<NativeImage> can be non-empty when the image file does not exist. The bug was caused by the converter code writing out the image even when the convertion fails. The bug was work-arounded by adding an additional check, but since the original bug had been fixed, the additional check is no longer needed. * fix: should always set frameId even when callback is null * fix: do not mix gin/mate handles for NativeImage
-
Shelley Vohr authored
-
- Oct 24, 2019
-
-
Electron Bot authored
-
CezaryKulakowski authored
* fix: set proper constraints for windows with defined maxWidth When BrowserWindow has set constraints for width (max or min) it won't behave correctly during first attempt of resizing it. When maxWidth is defined and maxWidth equals its width it will shrink rapidly when user tries to expand its width. On the other hand when minWidth is defined and minWidth equals its width it's possible to decrease its width with a few pixels. Notes: Fixed improper behaviour of window with width constraint set during resize. * fix: prevent crash when WM_GETMINMAXINFO is called on initing window
-
Cheng Zhao authored
* refactor: remove direct uses of event_emitter_deprecated.h * refactor: remove event_emitter_deprecated.h in api::App * refactor: use std::move to save a copy * fix: windows and linux builds
-
Jeremy Apthorp authored
* chore: remove _ns suffixes * lint
-
John Kleinschmidt authored
* ci: skip build on doc only changes * Try using exit codes on doc-only-change * Fixup * Fixup circleci doc-only check * Update appveyor.yml Co-Authored-By:
Samuel Attard <sattard@slack-corp.com> * Properly detect doc only change on Windows * Flip exit code per review
-
Samuel Attard authored
-
Robo authored
* chore: update build_bring_back_node_with_ltcg_configuration.patch set default value for node_with_ltcg=true * fix: move ltcg definition to Release configuration
-
John Kleinschmidt authored
* build: add support for automated minor releases * Add test for minor bump
-
Sofia Nguy authored
-
Shelley Vohr authored
-