Deprecations and Removals in Chrome 59
A round up of the deprecations and removals in Chrome 59 to help you plan.
Moving to the native notification system on macOS
As of Chrome 59, notifications will be displayed native notifications on macOS.
Chromium policy on JavaScript dialogs
Synchronous, app-modal JavaScript dialogs are commonly (and unfortunately) used to harm users. Because of this, the Chromium team highly recommends that you not use JavaScript dialogs.
CSS Deep-Dive - matrix3d() for a frame-perfect custom scrollbar
Custom transform matrices allow you to build frame-perfect custom scrollbars.
Building performant expand & collapse animations
When making expand and collapse effects you can use scale transforms to keep your UI performant.
Media updates in Chrome 58
Media controls customization, autoplay for Progressive Web Apps added to the home screen, pause the autoplaying of muted video when invisible, and color-gamut media query are there!
We'll cross the (media) streams, Ray
Today, when using Media Source Extensions (MSE) in Chrome, it's not possible to switch between encrypted and clear streams. Starting in Chrome 58, all this changes.
Deprecations and Removals in Chrome 58
A round up of the deprecations and removals in Chrome 58 to help you plan.
Customize media notifications and handle playlists
Customize web media notifications and respond to media related events with the new Media Session API.
API Deprecations and Removals in Chrome 57
A round up of the deprecations and removals in Chrome 57 to help you plan.
Changes in the payment request API
In Chrome 56 and 57, there are a few changes to the Payment Request API following the spec changes. Learn what they are and make changes to your own implementations.
Making touch scrolling fast by default
Scrolling responsiveness is critical to the user's engagement with a website on mobile, yet touch event listeners often cause serious scrolling performance problems. Learn how we are helping users and developers to be fast by default.
Building a better web with Lighthouse
What's new in Lighthouse. Redesign, new best practice audits, and an online report viewer.