The 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 ArticleWhat's New In DevTools (Chrome 82)
What's New In DevTools (Chrome 82) Emulate vision deficiencies Open the Rendering tab and use the new Emulate vision deficiencies feature to get a better idea of how people with different types of...
View ArticleThe Chromium Chronicle: Time-Travel Debugging with RR
The Chromium Chronicle: Time-Travel Debugging with RR Episode 13: March, 2020 by Christian Biesinger in Madison, WI Do you find yourself running the same test over and over in the debugger, trying to...
View ArticleNew in Chrome 81
New in Chrome 81 Chrome 81 is starting to roll out to stable now. Here's what you need to know: I've got an update on the adjusted Chrome release schedule. App Icon Badging graduates from its origin...
View ArticleDeprecations and removals in Chrome 83
Deprecations and removals in Chrome 83 Disallow downloads in Sandboxed iframes Chrome now prevents downloads in sandboxed iframes, though this restriction can be lifted via an 'allow-downloads'...
View ArticleWhat's New In DevTools (Chrome 84)
What's New In DevTools (Chrome 84) Fix site issues with the new Issues tab The new Issues tab in the Drawer was built to help reduce the notification fatigue and clutter of the Console. Currently, the...
View ArticleHandling Heavy Ad Interventions
Handling Heavy Ad Interventions Ads that consume a disproportionate amount of resources on a device negatively impact the user’s experience—from the obvious effects of degrading performance to less...
View ArticleNew in Chrome 83
New in Chrome 83 Chrome 83 is starting to roll out to stable now. Here's what you need to know: Trusted types help prevent cross site scripting vulnerabilities. Form elements get an important...
View ArticleDeprecations and removals in Chrome 84
Note: Chrome expects to start the spec-mandated turn down of AppCache in Chrome For details and instructions for managing the transition gracefully, see Preparing for AppCache removal. For information...
View ArticleWhat's New In DevTools (Chrome 85)
What's New In DevTools (Chrome 85) Style editing for CSS-in-JS frameworks The Styles pane now has better support for editing styles that were created with the CSS Object Model (CSSOM) APIs. Many...
View ArticleUsing Custom Tabs with Android 11
Using Custom Tabs with Android 11 Android 11 introduced changes on how apps can interact with other apps that the user has installed on the device. You can read more about those changes on Android...
View ArticleNew in Chrome 84
New in Chrome 84 Chrome 84 is starting to roll out to stable now. Here's what you need to know: Users can start common tasks within your app, with App Icon Shortcuts. The Web Animations API adds...
View ArticleDeprecations and removals in Chrome 85
Deprecations and removals in Chrome 85 AppCache Removal Begins Chrome 85 starts a spec-mandated turn down of AppCache in Chrome. For details and instructions for managing the transition gracefully,...
View ArticleA new default Referrer-Policy for Chrome: strict-origin-when-cross-origin
A new default Referrer-Policy for Chrome: strict-origin-when-cross-origin Before we start: If you're unsure of the difference between "site" and "origin", check out Understanding "same-site" and...
View ArticleWhat's New In DevTools (Chrome 86)
What's New In DevTools (Chrome 86) New Media panel DevTools now displays media players information in the Media panel. Prior to the new media panel in DevTools, logging and debug information about...
View ArticleNew in Chrome 85
New in Chrome 85 Chrome 85 is starting to roll out to stable now. Here's what you need to know: You can improve rendering performance with content-visibility: auto. CSS properties can now be set… in...
View ArticleDeprecations and removals in Chrome 86
Deprecations and removals in Chrome 86 Remove WebComponents v0 Web Components v0 was removed from desktop and Android in Chrome 80. Chromium 86 removes them from WebView. This removal includes Custom...
View ArticleDevTools architecture refresh: Migrating to JavaScript modules
DevTools architecture refresh: Migrating to JavaScript modules As you might know, Chrome DevTools is a web application written using HTML, CSS and JavaScript. Over the years, DevTools has gotten more...
View ArticleHow we built the Chrome DevTools Issues tab
How we built the Chrome DevTools Issues tab In the last quarter of 2019, the Chrome DevTools team started improving the developer experience in DevTools around cookies. This was particularly important...
View Article