Skip to content

Conversation

@elliette
Copy link
Member

@elliette elliette commented Nov 5, 2025

No description provided.

@elliette elliette requested review from a team and sfshaza2 as code owners November 5, 2025 23:36
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @elliette, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces the official release notes for DevTools version 2.52.0. It documents a range of updates, including general user interface improvements for data tables, several bug fixes and enhancements for the network profiler, and a critical fix for keyboard shortcuts when DevTools is used within VS Code on macOS.

Highlights

  • General UI Improvements: Data tables now feature a horizontal scrollbar for easier navigation and columns can be resized by dragging their header separators.
  • Network Profiler Enhancements: Several fixes were implemented, including the layout of the 'error count' badge, proper display of 'Response Headers' and 'Request Headers' when empty, and the addition of a banner to indicate when network requests are not being logged.
  • VS Code Integration Fixes: An issue preventing standard shortcuts like Cmd+C and Cmd+V from working in DevTools when embedded within VS Code on macOS has been resolved.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the release notes for DevTools version 2.52.0. My review focuses on improving the formatting and consistency of the release notes document. I've identified a broken link to a pull request and several formatting inconsistencies in the list of changes. I've provided specific suggestions to correct the link and standardize the formatting for better readability.

Comment on lines 22 to 27
* Fixed layout of the "error count" badge in the tab name. -
[#9470](https://github.com/flutter/devtools/pull/9470)
* Fixed display of "Response Headers" and "Request Headers" when there are no
headers. - [#9492](https://github.com/flutter/devtools/pull/9492)
* Added a banner to clearly indicate when DevTools is not logging network
requests. - [#9495](https://github.com/flutter/devtools/pull/9495)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The list items in this section have some formatting inconsistencies:

  1. They use * as a marker, while other sections use -. For consistency, it's better to use -.
  2. The formatting with a trailing - and inconsistent newlines for links can be simplified.

I suggest the following changes for consistency and readability:

Suggested change
* Fixed layout of the "error count" badge in the tab name. -
[#9470](https://github.com/flutter/devtools/pull/9470)
* Fixed display of "Response Headers" and "Request Headers" when there are no
headers. - [#9492](https://github.com/flutter/devtools/pull/9492)
* Added a banner to clearly indicate when DevTools is not logging network
requests. - [#9495](https://github.com/flutter/devtools/pull/9495)
- Fixed layout of the "error count" badge in the tab name. [#9470](https://github.com/flutter/devtools/pull/9470)
- Fixed display of "Response Headers" and "Request Headers" when there are no
headers. [#9492](https://github.com/flutter/devtools/pull/9492)
- Added a banner to clearly indicate when DevTools is not logging network
requests. [#9495](https://github.com/flutter/devtools/pull/9495)

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally don't edit an autogenerated release notes page. lgtm

@sfshaza2
Copy link
Contributor

sfshaza2 commented Nov 6, 2025

/gcbrun

@sfshaza2
Copy link
Contributor

sfshaza2 commented Nov 6, 2025

@elliette, can you fix the broken build? thx!

@flutter-website-bot
Copy link
Collaborator

flutter-website-bot commented Nov 6, 2025

Visit the preview URL for this PR (updated for commit 2f77d1d):

https://flutter-docs-prod--pr12652-devtools-release-notes-2-52-3bbb8c0u.web.app

@sfshaza2 sfshaza2 merged commit bfc4855 into flutter:main Nov 7, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants