Bump electron from 10.1.3 to 10.2.0
Created by: dependabot[bot]
Bumps electron from 10.1.3 to 10.2.0.
Release notes
Sourced from electron's releases.
electron v10.2.0
Release Notes for v10.2.0
Fixes
- Added Electron DLLs like libGLESv2.dll to symbol server. #26964 (Also in 9, 11, 12)
- Fixed
systemPreferences.effectiveAppearancereturningsystemPreferences.getAppLevelAppearance(). #26882 (Also in 9, 11, 12)- Fixed an issue that a message box in GTK contains no buttons. #26915 (Also in 11, 12)
- Fixed an issue where
event.replycould sometimes not deliver a reply to an IPC message when cross-site iframes were present. #26927 (Also in 9, 11, 12)- Fixed an occasional crash on Windows related to NativeViewHost::SetParentAccessible. #26949 (Also in 9, 11, 12)
Other Changes
- Security: backport fix for 1150649. #26896
- Security: backported fix for 1137603. #26892
- Security: backported fix for 1141350. #26894
- Security: backported the fix to CVE-2020-16014: Use after free in PPAPI. #26855
- Security: backported the fix to CVE-2020-16023: Use after free in WebCodecs. #26832
- Security: backported the fix to CVE-2020-16024: Heap buffer overflow in UI. #26830
- Security: backported the fix to heap-buffer-overflow in gfx::internal::StyleIterator::GetTextBreakingRange. #26866
electron v10.1.7
Release Notes for v10.1.7
Fixes
- Fixed
<webview>render-process-goneevent dispatch. #26577- Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26779 (Also in 12)
- Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26753 (Also in 11, 12)
- Fixed an issue where some buttons were un-clickable in some BrowserViews with draggable regions enabled. #26744 (Also in 9, 11)
- Fixed an issue whereby a corrupted
async_hooksstack would crash the renderer when throwing some errors in the renderer process. #26747 (Also in 9, 11)- Fixed uncaught promise rejection when creating
webContentswith javascript disabled. #26871 (Also in 11, 12)Other Changes
- Security: backported the fix to CVE-2020-16015: Insufficient data validation in WASM. #26858
- Security: backported the fix to CVE-2020-16022: Insufficient policy enforcement in networking. #26860
Unknown
electron v10.1.6
Release Notes for v10.1.6
Fixes
- Fixed
LC_ALLenvironment variable getting changed in Electron. #26550 (Also in 9)- Fixed
window.opennot accepting size values with "px" at the end. #26333 (Also in 11)- Fixed a rare crash on Windows that could occur when emitting certain powerMonitor events. #26180 (Also in 11)
- Fixed an issue where Hover Text on macOS Catalina did not work without VoiceOver also being enabled. #26245 (Also in 9, 11)
- Fixed an issue where draggable regions did not work exclusively on
BrowserViews. #26260 (Also in 9, 11)- Fixed an issue where draggable regions were not properly updated on BrowserViews when a containing
BrowserWindowwas resized. #26321 (Also in 9, 11)
... (truncated)
Commits
-
4594af5Bump v10.2.0 -
0bbd268fix: restrict sendToFrame to same-process frames by default (#26875) (#26927) -
47b9207fix: Upload all *.dll.pdb to symbol server (#26964) -
846412cfix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows 10 (#26... -
b77e48achore: cherry-pick 3abc372c9c00 from chromium (#26894) -
87d9848docs: add missing deprecated systemPreferences APIs to breaking-changes (#26934) -
6d468cdchore: cherry-pick 290fe9c6e245 from v8 (#26896) -
38e5854chore: cherry-pick d8d64b7cd244 from chromium (#26892) -
5481d27fix: message box missing an "OK" button in GTK (#26915) -
135133echore: cherry-pick 381c4b5679 from chromium. (#26832) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.