Get started with GPU Compute on the Web
figcaption { text-align: center; margin-bottom: 32px; } Get started with GPU Compute on the Web This article is about me playing with the experimental WebGPU API and sharing my journey with web...
View ArticleThe Chromium Chronicle: GWP-ASan: Detect bugs in the wild
The Chromium Chronicle: GWP-ASan: Detect bugs in the wild Episode 8: November, 2019 by Vlad Tsyrklevich in Seattle Debugging memory safety errors, such as use-after-frees or buffer overflows, can be...
View ArticleWhat's New In DevTools (Chrome 80)
What's New In DevTools (Chrome 80) Support for let and class redeclarations in the Console The Console now supports redeclarations of let and class statements. The inability to redeclare was a common...
View ArticleImproved WebAssembly debugging in Chrome DevTools
Improved WebAssembly debugging in Chrome DevTools Background Until recently, the only WebAssembly debugging that Chrome DevTools supported was viewing raw WebAssembly stack traces, and stepping over...
View ArticleNew in Chrome 79
New in Chrome 79 Chrome 79 is rolling out now! Installed Progressive Web Apps on Android now support maskable icons. You can now create immersive experiences with the WebXR Device API. The Wake Lock...
View ArticleThe Chromium Chronicle: ClusterFuzz
The Chromium Chronicle: ClusterFuzz Episode 9: December, 2019 by Adrian Taylor in Mountain View You may find you are asked to fix high-priority security bugs discovered by ClusterFuzz. What is it?...
View ArticleDeprecations and removals in Chrome 78
Deprecations and removals in Chrome 78 Disallow Synchronous XMLHTTPRequest() in Page Dismissal Chrome now disallows synchronous calls to XMLHTTPRequest() during page dismissal when the page is being...
View ArticleIntroducing android-browser-helper, a library for building Trusted Web...
Introducing android-browser-helper, a library for building Trusted Web Activities We have released version 1.0.0 of, android-browser-helper, a new Android Library for Trusted Web Activity (TWA) which,...
View ArticleIntroducing android-browser-helper, a library for building Trusted Web...
Introducing android-browser-helper, a library for building Trusted Web Activities We have released version 1.0.0 of, android-browser-helper, a new Android Library for Trusted Web Activity (TWA) which,...
View ArticleMulti-Origin Trusted Web Activities
Multi-Origin Trusted Web Activities If you are new to Trusted Web Activities (TWAs), you may want to read the TWA Quick Start Guide or the Introduction to TWAs before reading this documentation....
View ArticleWhat's New In DevTools (Chrome 81)
What's New In DevTools (Chrome 81) Moto G4 support in Device Mode After enabling the Device Toolbar you can now simulate the dimensions of a Moto G4 viewport from the Device list. Click Show Device...
View ArticleNew in Chrome 80
New in Chrome 80 Chrome 80 is rolling out now, and there’s a ton of new stuff in it for developers! There’s support for: Modules in workers Optional chaining in JavaScript New origin trials Features...
View ArticleThe Chromium Chronicle: Catching UI Regressions with Pixel Tests
The Chromium Chronicle: Catching UI Regressions with Pixel Tests Episode 10: January, 2020 by Sven Zheng in Bellevue, WA Chrome’s testing strategy relies heavily on automated functional correctness...
View ArticleAdding notification permission data to the Chrome User Experience Report
Adding notification permission data to the Chrome User Experience Report Chrome 80 introduced quieter permission UI for notifications. To help site owners understand notification permission metrics,...
View ArticleTrusted Web Activities, the Lay of the Land
Trusted Web Activities, the Lay of the Land There’s a fair amount of ecosystem around Trusted Web Activities and it can be quite difficult to see how everything relates and what you should use. This...
View ArticleDeprecations and removals in Chrome 81
Deprecations and removals in Chrome 81 Deprecation and Remove "basic-card" support Payment Handler This version of Chrome removes the basic-card polyfill for Payment Request API in iOS Chrome. As a...
View ArticlePassing Information to a Trusted Web Activity using Query Parameters
Passing Information to a Trusted Web Activity using Query Parameters When using Trusted Web Activity in their applications, developers may need to pass information from the native part of the...
View ArticleWhat's New In DevTools (Chrome 80)
What's New In DevTools (Chrome 80) Support for let and class redeclarations in the Console The Console now supports redeclarations of let and class statements. The inability to redeclare was a common...
View ArticleNew in Chrome 79
New in Chrome 79 Chrome 79 is rolling out now! Installed Progressive Web Apps on Android now support maskable icons. You can now create immersive experiences with the WebXR Device API. The Wake Lock...
View Article