[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/blog/new-in-devtools-123#network [Back]  [Original]

What's new in DevTools (Chrome 123)  |  Blog  |  Chrome for Developers Skip to main content
Chrome for Developers [Chrome for Developers]

What's new in DevTools (Chrome 123) Stay organized with collections Save and categorize content based on your preferences.

Sofia Emelianova [Sofia Emelianova]
Sofia Emelianova

Note: Interested in helping improve DevTools? Sign up to participate in Google User Research here.

Find the Easter egg

To celebrate this year's April Fools' Day, the DevTools team has hidden an Easter egg somewhere in DevTools.

To find it, look for a colorful emoji.

Elements panel updates

This version brings several updates to the Elements panel.

Emulate a focused page in Elements > Styles

The Elements > Styles tab now has the Emulate a focused page option under the Toggle elements state (:hov) button. Previously, you could find this option only in the Rendering panel.

If you switch focus from the page to DevTools, some overlay elements automatically hide if they are triggered by focus. For example, drop-down lists, menus, or date pickers. The Emulate a focused page option lets you debug such an element as if it is in focus.

The before and after emulating a focused page in the Styles tab. [The before and after emulating a focused page in the Styles tab.]

Chromium issue: 1468393.

Color Picker, Angle Clock, and Easing Editor in var() fallbacks

To simplify CSS editing, the Elements > Styles tab now lets you use Color Picker, Angle Clock, and Easing Editor in var() fallbacks.

The before and after rendering Color Picker, Angle Clock, and Easing Editor tools in var() fallbacks. [The before and after rendering Color Picker, Angle Clock, and Easing Editor tools in var() fallbacks.]

Chromium issue: 1520417.

CSS length tool is deprecated

The CSS length authoring tool is deprecated due to feedback that it slows down workflow and doesn't add much value.

You can no longer drag to adjust the value or select a unit type from the drop-down menu. Instead, double-click the value and type a new one.

To turn the length tool back on, clear Settings > Experiments > Deprecate CSS <length> authoring tool in the Styles tab.

If you still want to use this tool, the DevTools team would like to hear your opinion and how the length tool helps you in your workflow. Feel free to leave feedback in crbug/1522657.

The deprecation experiment is turned off. [The deprecation experiment is turned off.]

Popover for the selected search result in the Performance > Main track

To make searching easier, the flame chart in the Performance > Main track now shows you a popover on top of the corresponding event when you cycle through search results.

The before and after showing a popover over the selected search result. [The before and after showing a popover over the selected search result.]

Chromium issue: 1523279.

Network panel updates

This version brings a couple of updates to the Network panel.

Clear button and search filter in the Network > EventStream tab

The Network > EventStream tab gets:

The before and after adding a Clear button and search filter. [The before and after adding a Clear button and search filter.]

The DevTools team would like to thank Charles Vazac for landing this feature.

Additionally, the EventStream tab now also captures events that servers send through fetch/XHR, not only the EventSource API. Try it on this demo page.

Chromium issue: 1488863, 40659493.

Tooltips with exemption reasons for third-party cookies in Network > Cookies

The Network > Cookies tab now shows tooltips with exemption reasons next to cookies that otherwise should have been blocked by the third-party cookie phaseout.

The before and after showing a tooltip with an exemption reason for a third-party cookie. [The before and after showing a tooltip with an exemption reason for a third-party cookie.]

Third-party cookies may be allowed by the following reasons:

Chromium issue: 41491846.

Enable and disable all breakpoints in Sources

The Sources > Breakpoints section brings back the Enable and Disable all breakpoints options to its drop-down menu. Previously, these options were left out by the breakpoints redesign.

To enable or disable all breakpoints, right-click a breakpoint in Sources > Breakpoints and select the corresponding option.

The before and after bringing back the enable and disable options. [The before and after bringing back the enable and disable options.]

Chromium issue: 1522037.

View loaded scripts in DevTools for Node.js

DevTools for Node.js now shows loaded scripts in the navigation tree in Sources > Scripts.

The before and after adding the Scripts tab with a tree of loaded scripts. [The before and after adding the Scripts tab with a tree of loaded scripts.]

Chromium issue: 1518364.

Lighthouse 11.5.0

The Lighthouse panel now runs Lighthouse 11.5.0. See the full list of changes.

Among notable changes is a new audit that estimates root causes for layout shifts. This audit replaces the layout-shift-elements audit that only listed the elements impacted by layout shifts.

A new audit that estimates root causes for layout shifts. [A new audit that estimates root causes for layout shifts.]

To learn the basics of using the Lighthouse panel in DevTools, see Lighthouse: Optimize website speed.

Chromium issue: 772558.

Accessibility

This version has the following accessibility improvements:

Chromium issues: 1516957, 324282443, 324467508, 324930007.

Miscellaneous highlights

These are some noteworthy fixes and improvements in this release:

Download the preview channels

Consider using the Chrome Canary, Dev, or Beta as your default development browser. These preview channels give you access to the latest DevTools features, let you test cutting-edge web platform APIs, and help you find issues on your site before your users do!

Get in touch with the Chrome DevTools team

Use the following options to discuss the new features, updates, or anything else related to DevTools.

What's new in DevTools

A list of everything that has been covered in the What's new in DevTools series.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-02-27 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-27 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page