Showing releases from v6.x. Show all stable releases.
- Fixed v8_context_snapshot_generator included in arm/arm64 mksnapshot zip files. #23541
- Security: Backport Chromium fix for https://crbug.com/1062861. #23526
- Security: backported fix for CVE-2020-6457: Use after free in speech recognizer. #23432
- Security: backported fix for CVE-2020-6459: Use after free in payments. #23458
- Security: backported fix for CVE-2020-6460: Insufficient data validation in URL formatting. #23464
- Security: backported fix for CVE-2020-6461: use-after-free in storage. #23505
- Security: backported fix for CVE-2020-6462: Use after free in task scheduling. #23519
- Security: backported fix for CVE-2020-6463: use-after-free in Angle. #23563
- Security: backported fix for CVE-2020-6464: Type confusion in blink. #23530
- Security: backported fix for CVE-2020-6831: Stack buffer overflow in SCTP. #23516
- Fixed issue with
Promise.then
context usage in V8
- Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8. #23046
- Security: backported a fix for crbug.com/1065094. #23060
- Security: backported fix for a potential buffer overrun in WebRTC audio encoding. #23038
- Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo. #23045
- Security: Backport fix for buffer underflow in DWrite. #22980
- Security: Backport fix for use after free in http cache. #22978
- Security: Backported fix for use after free in file chooser. #22982
- Security: backport fix for CVE-2020-6451: Use after free in WebAudio. #22946
- Security: backported fix for CVE-2019-20503: Out of bounds read in usersctplib. #22987
- Security: backported fix for CVE-2020-6428: Use after free in audio. #23014
- Security: backported fix for CVE-2020-6429: Use after free in audio. #23012
- Security: backported fix for CVE-2020-6449: Use after free in audio. #23010
- Security: backported fix for use-after-poison in WebAudio (crbug.com/1023810). #22870
- Fix
BrowserWindow.setFocusable(true)
not working on Windows. #21856
- Fixed a crash that would occur when Notifications were closed in concert with app termination. #21718
- Fixed a potential issue with active Menu garbage collection. #22152
- Fixed an issue that could prevent communication between a sandboxed child window opened with
nativeWindowOpen: false
and an unsandboxed parent window. Also fixed document.visibilityState
not working in sandboxed <webview>
. #21697
- Fixed an issue where
window.print()
only worked once on a single BrowserWindow
. #21913
- Fixed an issue where the credits set in About Panel credits were not dark mode aware on macOS. #21925
- Fixed bug where the close event would not emit upon closing modal window on macOS. #22125
- Fixed crash when restoring minimized hidden window on Windows. #22153
- Fixed fuzzy font rendering when hot-plugging displays on macOS Catalina. #21878
- Fixed incorrect button highlighting when defaultId is passed for dialog message boxes. #22150
- Fixed media-specific globalShortcuts not working on macOS. #21690
- Fixed memory leak when using javascript generator functions. #21774
- Removed unneccessary breakpad_symbols directory from the dsym zip file. #22219
- Updated
crashReporter
to throw an error for getLastCrashReport
if crashReporter
not started. #21684