Added Electron DLLs like libGLESv2.dll to symbol server. #26964 (Also in 9, 11, 12)
Fixed systemPreferences.effectiveAppearance returning systemPreferences.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.reply could 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)
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_hooks stack would crash the renderer when throwing some errors in the renderer process. #26747 (Also in 9, 11)
Fixed uncaught promise rejection when creating webContents with 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
Re-enable Rosetta on Apple Silicon devices. #26569 (Also in 7.3, 8, 9, 11)
electron v10.1.6
Release Notes for v10.1.6
Fixes
Fixed LC_ALL environment variable getting changed in Electron. #26550 (Also in 9)
Fixed window.open not 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 BrowserWindow was resized. #26321 (Also in 9, 11)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will 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](https://github.com/A-S-T-U-C-E/S4E_Electron/network/alerts).
Bumps electron from 10.1.5 to 10.2.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
4594af5
Bump v10.2.00bbd268
fix: restrict sendToFrame to same-process frames by default (#26875) (#26927)47b9207
fix: Upload all *.dll.pdb to symbol server (#26964)846412c
fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows 10 (#26...b77e48a
chore: cherry-pick 3abc372c9c00 from chromium (#26894)87d9848
docs: add missing deprecated systemPreferences APIs to breaking-changes (#26934)6d468cd
chore: cherry-pick 290fe9c6e245 from v8 (#26896)38e5854
chore: cherry-pick d8d64b7cd244 from chromium (#26892)5481d27
fix: message box missing an "OK" button in GTK (#26915)135133e
chore: cherry-pick 381c4b5679 from chromium. (#26832)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/A-S-T-U-C-E/S4E_Electron/network/alerts).