Fixed a crash in printing on Windows. #26064 (Also in 9, 10)
Fixed an issue where Wasm code generation erroneously showed as being disallowed by embedder when contextIsolation was enabled. #26063 (Also in 10)
Fixed an issue where frameless windows showed window controls after being in simple fullscreen mode on macOS. #26126 (Also in 9, 10)
Fixed memory leak on macOS when using dialog.showMessageBox API. #26097 (Also in 8, 9, 10, 11)
Backported fix for CVE-2020-15999. #26070
Browser views will properly resize within windows. #26033 (Also in 9, 10, 11)
Excess menu item separators are now only removed after item re-ordering is done to avoid accidental removal of needed separators. #25931 (Also in 10, 11)
Fix: gdi printing in silent printing mode. #25740 (Also in 9, 10, 11)
Fixed NativeImage.crop().toBitmap() returning incorrect data. #25773 (Also in 10, 11)
Fixed NativeImage.getScaleFactors() always returning the same value. #25905 (Also in 9, 10, 11)
Fixed session argument of app 'session-created' event. #25798
Fixed an issue where Windows notifications with timeoutType of 'never' did not work properly. #25926 (Also in 9, 10, 11)
Fixed an issue where Save as PDF from PDF Viewer Print dialog failed and sometimes crashed. #26013 (Also in 10)
Fixed an issue where some Node.js module API calls hung in the renderer process after reloads when render process reuse was enabled. #25923 (Also in 9, 10, 11)
Fixed bug that meant require.resolve paths option was ignored. #25944 (Also in 9, 10, 11)
Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #25737 (Also in 9, 10, 11)
Fixed maximized frameless window bleeding to other monitors. #25977 (Also in 8, 9, 10, 11)
Fixed memory leak when creating "Services" menu. #25687 (Also in 9, 10, 11)
Fixed ready-to-show event not emitted on some machines. #25932 (Also in 10, 11)
Suppressed a spurious warning about executeJavaScript being called without worldSafeExecuteJavaScript being enabled in apps that do not call executeJavaScript. #25827 (Also in 10, 11)
Backported the fix to CVE-2020-15968: Use after free in Blink. #25852
Backported the fix to CVE-2020-15969: Use after free in WebRTC. #25853
Backported the fix to a heap-use-after-free in content::WebContentsImpl::SetNotWaitingForResponse. #25893
Fixed an issue where netLog.startLogging and netLog.stopLogging were undefined. #25670 (Also in 10)
Security: backported fix for 1125635, 1115901. #25856
Fixed CORS not being disabled by webSecurity: false. #25503 (Also in 9, 10, 11)
Fixed ready-to-show event not emitted on some machines. #25476 (Also in 9, 10, 11)
Fixed a crash in app.importCertificate() on Linux. #25536 (Also in 9, 10, 11)
Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25604 (Also in 10, 11)
Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25458 (Also in 8, 9, 10, 11)
Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25606 (Also in 9, 10, 11)
Fixed an issue where multiple calls to window.print() could cause a crash. #25530
Fixed an issue where pageRanges was not properly honored when printing. #25597 (Also in 10)
Fixed crashes caused by attempting to modify destroyed views. #25511 (Also in 9, 10, 11)
Fixed the remote-debugging-port discovery page showing garbled text. #25601 (Also in 10, 11)
Updated Node root certs to use NSS 3.56. #25361 (Also in 8, 9, 10, 11)
Added a small console hint to console to help debug renderer crashes. #25472 (Also in 9, 10, 11)
Fixed resource leak in worker threads. #25662 (Also in 9, 10, 11)
Updated Chromium to 85.0.4183.121. #25559
Fixed extension background page devtools not being openable. #25566 (Also in 9, 10, 11)
Added missing module delay loads on windows to reduce per process reference set impact. #25435 (Also in 9, 10, 11)
Fixed a crash in the renderer process when invoking the Badging API. #25369 (Also in 9, 10, 11)
Fixed an issue where document.hasFocus and document.activeElement would be inconsistent upon showing a window that was initially created with show: false. #25330 (Also in 10, 11)
Fixed client_id file being generated in the working directory for node child process. #25309 (Also in 9, 10, 11)
Fixed multiple dock icons being left in system when calling dock.show/hide on macOS. #25299 (Also in 8, 9, 10, 11)
Updated Chromium to 85.0.4183.98. #25275
Added support for some chrome.management APIs. #25345 (Also in 9, 10, 11)
Fixed the following issues for frameless when maximized on Windows:
| Key | Action | |
|---|---|---|
| / | Focus the search bar | |
| Esc | Focus the search bar and cleans it | |
| ↓ | Select the next search result | |
| ↑ | Select the previous search result | |
| Enter | Open the selected search result | |
| cmdEnter | Ctrl+Enter | Open the selected search result in a new tab |