Move to HTTPS
Progressive Web Apps
Load instantly
Updates
New in Chrome 79
Chrome 79 is rolling out now! Installed Progressive Web Apps on Android get support for maskable icons. You can now create immersive experiences with the WebXR Device API. Origin trials start for the Wake Lock API, and the rendersubtree
attribute. And all of the videos from Chrome Dev Summit 2019 are now online. Let’s dive in and see what’s new for developers in Chrome 79!
Improved WebAssembly debugging in Chrome DevTools
Step over code, set breakpoints, and resolve stack traces in your source languages from within DevTools.
What's New In DevTools (Chrome 80)
Support for let and class redeclarations in the Console, improved WebAssembly debugging, and more.
The Chromium Chronicle: GWP-ASan: Detect bugs in the wild
GWP-ASan is a heap-only memory error detector designed to be used in the wild. It detects use-after-frees, buffer overflows/underflows, and double frees. Unlike ASan, it does not detect errors on the stack or in globals.