Debug CSS with Gemini
Chrome DevTools gets the new experimental AI assistance panel where you can chat with Gemini and get help debugging your CSS.
Try it now! In the Elements panel, right-click an element and select Ask AI or click the corresponding button next to the element. DevTools will open the new AI assistance panel.
The new panel will prompt you to turn on the corresponding setting. Make sure you meet the Requirements, turn on the setting toggle, and go back to the AI assistance panel. It will take the element you selected as context. Type your question about the element.
To learn more about how best to use the new panel, see 5 Cool Things To Do with DevTools AI Assistance and check out AI assistance for styling.
The DevTools team is looking forward to hearing your feedback. Feel free to leave it in crbug.com/364805393.
Control AI features in a dedicated settings tab
You can now manage all AI features in one place: the new Settings > AI innovations tab. It lists important considerations, describes AI features, and lets you turn them on and off individually.
For more information see, Settings > AI innovations.
Console insights are one click away
DevTools no longer requires a turned on settings sync for AI features. So, the previously released Console insights, together with AI assistance for styling, are one click away.
If you are logged in to Chrome, turn on these features in Settings > AI innovations and you are good to go.
Performance panel improvements
This version brings a number of improvements to the Performance panel.
Annotate and share performance findings
The Performance panel gets the new Annotations tab in an expandable sidebar on the left that streamlines the process of creating notes for trace exploration and collaboration when sharing performance findings.
You can now label and connect events with arrows and highlight time ranges right on the trace. You can then save, share, and upload annotated traces back into the Performance panel.
Get performance insights right in the Performance panel
You can now discover actionable insights in the new Insights tab on the left sidebar of the Performance panel. The insights are consolidated from the Lighthouse report and the Performance insights panel that is about to be deprecated.
The Insights tab aims to provide guided analysis and suggest actionable insights about performance issues that may slow down your website. To make use of insights, open the tab in the left sidebar of the Performance panel, expand different categories, and hover and click items. The Performance panel will highlight the corresponding events in the trace.
The DevTools team looks forward to your feedback on the usefulness of insights, ways to improve it, and your experience using them with other tooling, like PageSpeed Insights and Lighthouse. Feel free to leave your feedback in crbug.com/371170842.
Spot excessive layout shifts easier
The Layout shifts track gets a new look. The layout shifts are now marked with (more visible) purple diamonds and are grouped in clusters based on their proximity on the timeline. Both shifts and their clusters get an organized table with timings, scores, elements, and potential culprits in the Summary tab.
Additionally, the live metrics view gets the Layout shifts log with scores and elements next to the Interactions tab.
Chromium issue: 369100729.
Spot the non-composited animations
The Animations track now shows you useful information about non-composited animations:
- Names the animations according to the corresponding CSS property, if any.
- Marks non-composited animations with red triangles in the track.
- Shows you the reason for compositing failure in the Summary tab.
For more information, see Stick to Compositor-Only Properties and Manage Layer Count.
Chromium issue: 41006273.
Hardware concurrency moves to Sensors
The Hardware concurrency setting moves from the Performance panel to a more appropriate place—the Sensors panel.
Chromium issue: 371463665.
Ignore anonymous scripts and focus on your code in stack traces
Stack traces in the Console now properly detect, ignore, collapse, and (if expanded) gray out frames that come from ignore-listed files. Previously, it didn't gray out the function name in expanded trace.
You can also turn on the new Settings > Ignore list > Anonymous scripts from eval or console to set DevTools to ignore anonymous scripts without source URL.
Additionally, when you right-click and Save as... the console log, it doesn't save the Show more/less text.
Chromium issues: 40279542, 40945570, 345248263.
Elements > Styles: Support for sideways-* writing modes for grid overlays and CSS-wide keywords
The Elements > Styles tab now supports the following:
- Grid overlay in the viewport now displays grids for
sideways-rlandsideways-lrwriting modes. - Resolves CSS-wide keywords. Practically, it means that, for example, if
inheritis a color, the Styles tab shows a color picker next to it.
Chromium issues: 40280717, 40706051, 40501131.
Lighthouse audits for non-HTTP pages in timespan and snapshot modes
Lighthouse can now generate reports for non-HTTP pages in timespan and snapshot modes.
Accessibility
This version has the following accessibility improvements:
- In Sources > Editor, tabs with open files can now be closed by focusing on the X button and pressing Enter or Space.
- In Performance, you can now select an entry in the trace and press Space to open the context menu.
- In Performance, the Insights tab in the sidebar on the left is keyboard-accessible and can be "tabbed through".
Chromium issue: 372411090.
Miscellaneous highlights
These are some noteworthy fixes and improvements in this release:
- Throttling settings are now correctly synced between the Performance and Network panels (370332090).
- Application > Background services > Speculative loads > Rules now has a
{}pretty-print button similar to Sources > Editor (40279147). - Live expressions: Pressing Tab after selecting an autocomplete option now exits the edit field instead of indenting the text (349939551).
- Elements > Styles:
anchor()andanchor-size()supports new syntax where you can re-order arguments and omitanchor-size()direction (343516786). Additionally, fixed fallback rendering (365802559). - Network: Fixed GraphQL previews (369931288).
- Performance: Now reports incremental progress of loading and processing traces.
- WebAuthn: Now dynamically updates credentials modified by
signal*methods (368467199). - WebAssembly: A warning in the Console now informs you if multiple debug symbols are available for a WebAssembly module and which one is in use (40879198, 369515221).
- The Core Web Vitals overlay is removed from the Rendering tab 328487897.
- Generative AI features now don't require Chrome settings sync.
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.
- Submit feedback and feature requests to us at crbug.com.
- Report a DevTools issue using the More options > Help > Report a DevTools issue in DevTools.
- Tweet at @ChromeDevTools.
- Leave comments on What's new in DevTools YouTube videos or DevTools Tips YouTube videos.
What's new in DevTools
A list of everything that has been covered in the What's new in DevTools series.
- DevTools MCP server updates
- Improved trace sharing
- Support for @starting-style
- Editor widget for display: masonry
- Lighthouse 13
- Code suggestions from Gemini
- Enhancements for the DevTools MCP server
- Quicker access to AI assistance
- Debug the full performance trace with Gemini
- Toggle drawer orientation
- Google Developer Program
- Miscellaneous highlights
- Chrome DevTools (MCP) for your AI agent
- Debug the network dependency tree with Gemini
- Export your chats with Gemini
- Persisted track configuration in the Performance panel
- Filter IP protected network requests
- Elements > Layout tab adds masonry layout support
- Lighthouse 12.8.2
- Miscellaneous highlights
- Debug more insights with Gemini
- Emulate the 'Save-Data' header in 'Network conditions'
- See the Baseline status in a CSS property tooltip
- Override form factors in user agent client hints
- Lighthouse 12.8.0
- Miscellaneous highlights
- A more reliable and productive Chrome DevTools
- Upload images in AI assistance for styling
- Add request headers to the table in Network
- Check out the highlights from Google I/O 2025
- Miscellaneous highlights
- Performance panel improvements
- Preconnected origins in 'Network dependency tree' insight
- Server response and redirection times in 'Document request latency' insight
- Redirects in Summary of network requests
- Reduced noise in the performance trace
- Deprecated 'Disable JavaScript samples'
- Geolocation accuracy parameter in Sensors
- Elements panel improvements
- Debug complex CSS values easier
- @function support in Elements > Styles
- Network panel improvements
- has-request-header filter
- Direct Sockets in Isolated Web Apps
- Miscellaneous highlights
- Accessibility
- Google I/O 2025 edition
- Modify and save CSS changes to your workspace with Gemini
- Connect a workspace folder and save changes back to your source files
- Ask Gemini about performance insights
- Annotate performance findings with Gemini
- Add screenshots to your chats with Gemini
- New insights in the Performance panel
- Duplicated JavaScript
- Legacy JavaScript
- Speculations now support rule tags
- Lighthouse 12.6.0
- Miscellaneous highlights
- Accessibility
- Performance panel improvements
- New performance insights
- Click to highlight
- Server timings in Summary of network requests
- Filter cookies in 'Privacy and security'
- Sizes in kB units in tables across panels
- Autocomplete supports corner-shape and corner-*-shape in Elements > Styles
- Experimental: Highlighting issues with elements and attributes in DOM
- Lighthouse 12.5.0
- Miscellaneous highlights
- Performance panel improvements
- Origin and script links for profile and function calls in Performance
- LCP by phase field data support
- Network dependency tree insight
- Duration instead of total and self time in Summary
- Heaviest stack highlighting
- Improved empty states for various panels
- Accessibility tree view in Elements
- Lighthouse 12.4.0
- Miscellaneous highlights
- Privacy and security panel
- Performance panel improvements
- Calibrated CPU throttling presets
- Select different performance events in the same AI chat
- First- and third-party highlighting in Performance
- Field data in marker tooltips and insights
- Forced reflow insight
- 'Optimize DOM size' insight
- Extend the performance trace with console.timeStamp
- Elements panel improvements
- Real-time values of animated styles
- Support for :open pseudo-class and various pseudo-elements
- Copy all console messages
- Byte units in the Memory panel
- Miscellaneous highlights
- Persistent AI chat history
- Performance panel improvements
- Image delivery insight
- Classic and modern keyboard navigation
- Ignore irrelevant scripts in the flame chart
- Timeline marker and range highlighting on hover
- Recommended throttling settings
- Timings markers in an overlay
- Stack traces of JS calls in Summary
- Badge settings moved to menu in Elements
- New 'What's new' panel
- Lighthouse 12.3.0
- Miscellaneous highlights
- Debug network requests, source files, and performance traces with Gemini
- View AI chat history
- Manage extension storage in Application > Storage
- Performance improvements
- Interaction phases in live metrics
- Render blocking information in the Summary tab
- Support for scheduler.postTask events and their initiator arrows
- Animations panel and Elements > Styles tab improvements
- Jump from Elements > Styles to Animations
- Real-time updates in Computed tab
- Compute pressure emulation in Sensors
- JS objects with the same name grouped by source in the Memory panel
- A new look for settings
- Performance insights panel is deprecated and removed from DevTools
- Miscellaneous highlights
- Debug CSS with Gemini
- Control AI features in a dedicated settings tab
- Performance panel improvements
- Annotate and share performance findings
- Get performance insights right in the Performance panel
- Spot excessive layout shifts easier
- Spot the non-composited animations
- Hardware concurrency moves to Sensors
- Ignore anonymous scripts and focus on your code in stack traces
- Elements > Styles: Support for sideways-* writing modes for grid overlays and CSS-wide keywords
- Lighthouse audits for non-HTTP pages in timespan and snapshot modes
- Accessibility improvements
- Miscellaneous highlights
- Network panel improvements
- Network filters reimagined
- HAR exports now exclude sensitive data by default
- Elements panel improvements
- Autocomplete values for text-emphasis-* properties
- Scroll overflows marked with a badge
- Performance panel improvements
- Recommendations in live metrics
- Navigate breadcrumbs
- Memory panel improvements
- New 'Detached elements' profile
- Improved naming of plain JS objects
- Turn off dynamic theming
- Chrome Experiment: Process sharing
- Lighthouse 12.2.1
- Miscellaneous highlights
- Recorder supports export to Puppeteer for Firefox
- Performance panel improvements
- Live metrics observations
- Search requests in the Network track
- See stack traces of performance.mark and performance.measure calls
- Use test address data in the Autofill panel
- Elements panel improvements
- Force more states for specific elements
- Elements > Styles now autocompletes more grid properties
- Lighthouse 12.2.0
- Miscellaneous highlights
- Console insights by Gemini are going live in most European countries
- Performance panel updates
- Enhanced Network track
- Customize performance data with extensibility API
- Details in the Timings track
- Copy all listed requests in the Network panel
- Faster heap snapshots with named HTML tags and less clutter
- Open Animations panel to capture animations and edit @keyframes live
- Lighthouse 12.1.0
- Accessibility improvements
- Miscellaneous highlights
- Inspect CSS anchor positioning in the Elements panel
- Sources panel improvements
- Enhanced 'Never Pause Here'
- New scroll snap event listeners
- Network panel improvements
- Updated network throttling presets
- Service worker information in custom fields of the HAR format
- Send and receive WebSocket events in the Performance panel
- Miscellaneous highlights
- Performance panel improvements
- Move and hide tracks with updated track configuration mode
- Ignore scripts in the flame chart
- Throttle down the CPU by 20 times
- Performance insights panel will be deprecated
- Find excessive memory usage with new filters in heap snapshots
- Inspect storage buckets in Application > Storage
- Disable self-XSS warnings with a command-line flag
- Lighthouse 12.0.0
- Miscellaneous highlights
- Understand errors and warnings in the Console better with Gemini
- @position-try rules support in Elements > Styles
- Sources panel improvements
- Configure automatic pretty-printing and bracket closing
- Handled rejected promises are recognized as caught
- Error causes in the Console
- Network panel improvements
- Inspect Early Hints headers
- Hide the Waterfall column
- Performance panel improvements
- Capture CSS selector statistics
- Change order and hide tracks
- Ignore retainers in the Memory panel
- Lighthouse 11.7.1
- Miscellaneous highlights
- New Autofill panel
- Enhanced network throttling for WebRTC
- Scroll-driven animations support in the Animations panel
- Improved CSS nesting support in Elements > Styles
- Enhanced Performance panel
- Hide functions and their children in the flame chart
- Arrows from selected initiators to events they initiated
- Lighthouse 11.6.0
- Tooltips for special categories in Memory > Heap snapshots
- Application > Storage updates
- Bytes used for shared storage
- Web SQL is fully deprecated
- Coverage panel improvements
- The Layers panel might be deprecated
- JavaScript Profiler deprecation: Phase four, final
- Miscellaneous highlights
- Find the Easter egg
- Elements panel updates
- Emulate a focused page in Elements > Styles
- Color Picker, Angle Clock, and Easing Editor in
var()fallbacks - CSS length tool is deprecated
- Popover for the selected search result in the Performance > Main track
- Network panel updates
- Clear button and search filter in the Network > EventStream tab
- Tooltips with exemption reasons for third-party cookies in Network > Cookies
- Enable and disable all breakpoints in Sources
- View loaded scripts in DevTools for Node.js
- Lighthouse 11.5.0
- Accessibility improvements
- Miscellaneous highlights
- The official collection of Recorder extensions is live
- Network improvements
- Failure reason in the Status column
- Improved Copy submenu
- Performance improvements
- Breadcrumbs in the Timeline
- Event initiators in the Main track
- JavaScript VM instance selector menu for Node.js DevTools
- New shortcut and command in Sources
- Elements improvements
- The ::view-transition pseudo-element is now editable in Styles
- The align-content property support for block containers
- Posture support for emulated foldable devices
- Dynamic theming
- Third-party cookies phaseout warnings in the Network and Application panels
- Lighthouse 11.4.0
- Accessibility improvements
- Miscellaneous highlights
- Elements improvements
- Streamlined filter bar in the Network panel
@font-palette-valuessupport- Supported case: Custom property as a fallback of another custom property
- Improved source map support
- Performance panel improvements
- Enhanced Interactions track
- Advanced filtering in Bottom-Up, Call Tree, and Event Log tabs
- Indentation markers in the Sources panel
- Helpful tooltips for overridden headers and content in the Network panel
- New Command Menu options for adding and removing request blocking patterns
- The CSP violations experiment is removed
- Lighthouse 11.3.0
- Accessibility improvements
- Miscellaneous highlights
- Third-party cookie phaseout
- Analyze your website's cookies with the Privacy Sandbox Analysis Tool
- Enhanced ignore listing
- Default exclusion pattern for node_modules
- Caught exceptions now stop execution if caught or passing through non-ignored code
x_google_ignoreListrenamed toignoreListin source maps- New input mode toggle during remote debugging
- The Elements panel now shows URLs for #document nodes
- Effective Content Security Policy in the Application panel
- Improved animation debugging
- 'Do you trust this code?' dialog in Sources and self-XSS warning in Console
- Event listener breakpoints in web workers and worklets
- The new media badge for
<audio>and<video> - Preloading renamed to Speculative loading
- Lighthouse 11.2.0
- Accessibility improvements
- Miscellaneous highlights
- Improved @property section in Elements > Styles
- Editable @property rule
- Issues with invalid @property rules are reported
- Updated list of devices to emulate
- Pretty-print inline JSON in script tags in Sources
- Autocomplete private fields in Console
- Lighthouse 11.1.0
- Accessibility improvements
- Web SQL deprecation
- Screenshot aspect ratio validation in Application > Manifest
- Miscellaneous highlights
- New section for custom properties in Elements > Styles
- More local overrides improvements
- Enhanced search
- Improved Sources panel
- Streamlined workspace in the Sources panel
- Reorder panes in Sources
- Syntax highlighting and pretty-printing for more script types
- Emulate prefers-reduced-transparency media feature
- Lighthouse 11
- Accessibility improvements
- Miscellaneous highlights
- Network panel improvements
- Override web content locally even faster










