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 12, 2020
-
-
Electron Bot authored
-
- Oct 10, 2020
-
-
Milan Burda authored
-
Jeremy Rose authored
-
Electron Bot authored
-
Samuel Maddock authored
-
Cheng Zhao authored
-
- Oct 09, 2020
-
-
Michaela Laurencin authored
Co-authored-by:
mlaurencin <mlaurencin@microsoft.com>
-
Erick Zhao authored
* docs: update link to `did-fail-load` events * Update docs/api/web-contents.md Co-authored-by:
Vlad Hashimoto <hashimoto.stream@gmail.com> Co-authored-by:
Vlad Hashimoto <hashimoto.stream@gmail.com>
-
David Sanders authored
-
Samuel Attard authored
-
Shelley Vohr authored
-
Electron Bot authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
LuoJinghua authored
These methods are needed for closing all idle and in-flight connections after switching to another proxy from same origin for a session, otherwise these connections may be reused for future requests which is unexpected for most of users.
-
- Oct 08, 2020
-
-
Milan Burda authored
-
Jeremy Rose authored
-
CezaryKulakowski authored
If speculative render view host is deleted during naviagation to page we try to open with call to window.open window is destroyed right after it is created. It may happen when naviagation triggers redirect from http to https. To void that we should emit event current-render-view-deleted only when render view host which was destroyed is the current webcontent's rvh.
-
Electron Bot authored
-
- Oct 07, 2020
-
-
Electron Bot authored
-
Milan Burda authored
-
Jeremy Rose authored
* fix: sync devtools frontend mime types with upstream * fix header
-
Jeremy Rose authored
-
Shelley Vohr authored
-
- Oct 06, 2020
-
-
Electron Bot authored
-
Milan Burda authored
-
marcin-prochownik authored
* fix: don't delete loader factory when request is pending When intercepted request is pending we need to make sure that loader factory is not deleted, especially when redirect occurs. Otherwise, it may cause access violation. * fix: added logic that removes requests from collection * fix: fixed lint errors * fix: fixed review remark * fix: fixed review remarks Removed intercepted_requests_ collection and leverage pending_receivers_. * fix: brought back removed line
-
Egor Stronhin authored
-
Milan Burda authored
-
marcin-prochownik authored
* fix: pass content length if avilable in headers * fix: fixed unit test after changes video is being played for standard scheme when content-length is available * fix: fixed review remakrs added is_string check and changed stol to StringToInt64 * fix: fix test case name * fix: fixed typo
-
Keeley Hammond authored
* fix: allow net streams to be throttled [WIP] * fix: handle resume throttling within IncomingMessage [WIP] * fix: fix urlLoader typing, add throttle test * fix: fix lint and increase test timeout for Linux * fix: increase test chunk limit to 20 and timeout to 2000 Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
David Sanders authored
-
Asher Jacob authored
In the existing documentation only "npm start" is given as the instruction to run the project, however the definition of the 'start' script is not mentioned anywhere. Hence I feel it is important for the users to know the exact contents of the 'start' scirpt and have accordingly updated the documentation.
-
David Sanders authored
-
Cheng Zhao authored
-
- Oct 05, 2020
-
-
David Sanders authored
-
David Sanders authored
-
David Sanders authored
-
Erick Zhao authored
-
Electron Bot authored
-
David Sanders authored
-
Chris Patterson authored
- Remove outdated comment about macOS. - Refer to Snapcraft's installation documentation for up-to-date installation instructions.
-