Electron: v9.3.2 Release

Release date:
October 5, 2020
Previous version:
v9.3.1 (released September 14, 2020)
Magnitude:
241 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v9.3.2

trop[bot]
mlaurencin
electron-bot
samuelmaddock
nornagon
codebytere
miniak

Directory Browser for v9.3.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Release Notes for v9.3.2

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25505 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed ready-to-show event not emitted on some machines. #25490 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed a crash in app.importCertificate() on Linux. #25538 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25605 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25502 <span style="font-size:small;">(Also in 8, 9, 10, 11)</span>
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25607 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #25739 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed crashes caused by attempting to modify destroyed views. #25609 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed memory leak when creating "Services" menu. #25689 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed unsubscribe from observers when window is closing. #25586 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Updated Node root certs to use NSS 3.56. #25364 <span style="font-size:small;">(Also in 8, 9, 10, 11)</span>

    Other Changes

  • Added V8 crash message and location information to crashReport parameters. #24864 <span style="font-size:small;">(Also in 9, 10)</span>

  • Added a small console hint to console to help debug renderer crashes. #25473 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Fixed resource leak in worker threads. #25663 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Security: backported fix for 1100136. #25658

  • Security: backported fix for 1106612. #25656

  • Security: backported fix for 1114636. #25643

    Unknown

  • Fixed extension background page devtools not being openable. #25567 <span style="font-size:small;">(Also in 9, 10, 11)</span>