Tag: chrome

Google Chromium Icon

What Chromium’s browser compatibility means for scrolling

Dev

Browser compatibility has always been an issue. Here, we discuss how Google Chrome intends to solve this problem.

Solomon Eseme
Nov 20, 2020 ⋅ 2 min read
Streaming Video in Safari: Why Is It So Difficult?

Streaming video in Safari: Why is it so difficult?

Dev

Safari doesn’t request video files in the same way as Chrome, which makes implementation a bit more tricky.

Ashley Davis
Oct 26, 2020 ⋅ 8 min read

What’s new in DevTools (Chrome 85)

Dev

In this post, I’m going to review the changes related to style editing and new JavaScript features, as well as changes in the source and performance panels.

Esteban Herrera
Jul 30, 2020 ⋅ 3 min read

What’s new in Chrome 78

Dev

Few users will notice changes from the stable release (coming in late October) but there are some exciting new features for web developers.

Craig Buckler
Oct 10, 2019 ⋅ 5 min read

New in Chrome 76: The frosted glass effect with backdrop-filter

Dev

In this post, we will be looking at the backdrop-filter. One of the many improvements in Chrome’s new release.

Facundo Corradini
Jul 31, 2019 ⋅ 2 min read
Google Chrome Logo

What’s new in Chrome 74

Dev

Chrome 74 has arrived, and while there’s not much exciting from a user-facing perspective, there are some goodies for the […]

Ben Ewing
May 9, 2019 ⋅ 2 min read
New In Chrome 74

New in Chrome 74: Prefers-reduced-motion media query

Dev

Animations can be a really powerful way to convey a message, clarify functions, or even simply add eye candy. They […]

Facundo Corradini
May 3, 2019 ⋅ 3 min read

Improving load performance and debugging with Chrome DevTools

Dev

Chrome developer tools is a browser-based console that comes prepacked with Google Chrome. Not only does it come with a […]

Ogundipe Samuel
Nov 28, 2018 ⋅ 4 min read

New in Chrome 69: Building doughnut charts with conical gradients

Dev

Everybody loves charts. They convey information in a simple way that can be quickly interpreted at a glance. And everybody […]

Facundo Corradini
Sep 13, 2018 ⋅ 8 min read

Eliminate content repaints with the new Layers panel in Chrome

Dev

So there you are, at wits’ end, frustrated after hours of trying to find out why your beautifully crafted website […]

Anna Migas
Feb 20, 2018 ⋅ 5 min read

Isolating memory leaks with Chrome’s Allocation Timeline

Dev

When memory used by your program isn’t needed anymore, it’s supposed to be returned to the pool of free memory […]

Renzo Lucioni
Nov 1, 2017 ⋅ 3 min read

Using the new Streaming Performance Monitor in Google Chrome

Dev

If you’ve ever had to debug a memory leak or profile a performance issue in Chrome, you’ve probably experienced the […]

Ben Edelstein
Oct 27, 2017 ⋅ 1 min read