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 11, 2021
-
-
Electron Bot authored
-
Jeremy Rose authored
-
Shelley Vohr authored
-
marekharanczyk authored
Move it from LoadURL to RenderViewCreated which is present in all window creation cases and is called early enough to be relevant from user prespective and after RenderWidgetHostView is already present.
-
- Feb 10, 2021
-
-
Electron Bot authored
-
Stewart Lord authored
* feat: Raise a browser view via `BrowserWindow.setTopBrowserView()`. This is similar to removing and re-adding a browser view, but avoids a visible flicker as the browser view is not removed from the window when using `setTopBrowserView`. Note: if the given browser view is not attached to the window, it will be added. This commit contains the macOS implementation. * feat: setTopBrowserView support for Windows and Linux * docs: add info about setTopBrowserView * docs: Clarify behavior when browserView is not yet attached. * fix: throw en error when browserView is not attached to the window * fix: build error * fix: test * fix: add test case * fix: tests * fix: reparenting * fix: close second window in tests Co-authored-by:
sentialx <sentialx@gmail.com>
-
Jeremy Rose authored
-
Shelley Vohr authored
Co-authored-by:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
Robo authored
* chore: cherry-pick 0c8b6e41 from v8 Backports https://chromium-review.googlesource.com/c/v8/v8/+/2679688 * update patches Co-authored-by:
Electron Bot <electron@github.com>
-
Cheng Zhao authored
* feat: add roundedCorner option for BrowserWindow * Make roundedCorner work with vibrancy views * roundedCorner => roundedCorners
-
- Feb 09, 2021
-
-
Electron Bot authored
-
Jeremy Rose authored
-
John Kleinschmidt authored
-
Samuel Attard authored
* Use std::forward_list instead of base::LinkedList for better perf, more consistent memory management. Better than std::list because we don't need the double-linked-list behavior of std::list * Use std::unordered_map instead of std::map for the v8 hash table
-
Samuel Maddock authored
-
Milan Burda authored
-
Shelley Vohr authored
-
- Feb 08, 2021
-
-
Pat DeSantis authored
* perf: patch libuv to use posix_spawn on macOS patch libuv to fix a performance regression in macOS >= 11 Spawning child processes in an Electron application with a hardened runtime has become slow in macOS Big Sur. This patch is a squashed version of https://github.com/libuv/libuv/pull/3064 This patch should be removed when libuv PR 3064 is merged. Fixes: https://github.com/libuv/libuv/issues/3050 Fixes: https://github.com/electron/electron/issues/26143 PR-URL: https://github.com/libuv/libuv/pull/3064 Authored-by:
Juan Pablo Canepa <jpcanepa@gmail.com> Co-authored-by:
Marcello Bastéa-Forte <marcello@descript.com> Electron patch prepared by: Pat DeSantis <pdesantis3@gmail.com> * Remove trailing whitespaces from patch file * update patches * Update patch description Co-authored-by:
Electron Bot <electron@github.com>
-
Electron Bot authored
-
Ikko Ashimine authored
reseting -> resetting
-
- Feb 06, 2021
-
-
Jeremy Rose authored
-
Samuel Attard authored
base::LinkedList does not delete its members on destruction. We need to manually ensure the linkedlist is empty when the ObjectCache is destroyed. Fixes #27039 Notes: Fixed memory leak when sending non-primitives over the context bridge
-
Keeley Hammond authored
* fix: only run display check on restored wndow if minimized * fix: don't run display check on hidden, non-minimized windows
-
Michaela Laurencin authored
-
- Feb 05, 2021
-
-
Electron Bot authored
-
Cheng Zhao authored
-
Michaela Laurencin authored
-
- Feb 04, 2021
-
-
Electron Bot authored
-
- Feb 03, 2021
-
-
Electron Bot authored
-
Erick Zhao authored
* docs: remove v5 and v6 modernization docs * typo * run script/gen-filenames.ts
-
Scott Robertson authored
-
John Kleinschmidt authored
-
Charles Kerr authored
-
- Feb 02, 2021
-
-
Electron Bot authored
-
Cyrus Roshan authored
* fix: optionally transform processes on win.SetVisibleOnAllWorkspaces on macOS, making it backwards-compatible with v9.2.1 (#27101) * fix: optionally transform processes on win.SetVisibleOnAllWorkspaces on macOS, making it backwards-compatible with v9.2.1 (#27101) Co-authored-by:
Cyrus Roshan <cyrusroshan@users.noreply.github.com>
-
Ahmed Elshafey authored
* Update ipc-main.md Include information about ipcMain.handle() error handling and workaround included in issue #24427 * Update ipc-main.md fixed a typo * Update ipc-main.md Remove the exception passing workaround from ipcMain.handle() and refer to open issue only. * Remove trailing spaces Co-authored-by:
Cheng Zhao <github@zcbenz.com>
-
Samuel Maddock authored
-
Samuel Maddock authored
This code was leftover from the old JS extensions implementation.
-
Сковорода Никита Андреевич authored
Co-authored-by:
Samuel Maddock <samuel.maddock@gmail.com> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
- Feb 01, 2021
-
-
Electron Bot authored
-