Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve network tabs trace viewer #35298

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cpAdm
Copy link
Contributor

@cpAdm cpAdm commented Mar 20, 2025

Improvements to network resources tabs:

  • Updated tab names/layout to be more in line with popular devtools
  • Sections inside a tab can be collapsed (and is remember in storage)
  • Copy buttons are now more visible inside a dropdown in the toolbar
  • key-values can now easier be distinguished by the new spacing

Current situation:
Image

After:
afbeelding

Closes: #35214

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

Test results for "tests 1"

3 flaky ⚠️ [firefox-page] › tests/page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [webkit-library] › tests/library/screenshot.spec.ts:205:14 › element screenshot › element screenshot should work with a mobile viewport @webkit-ubuntu-22.04-node18
⚠️ [webkit-page] › tests/page/page-screenshot.spec.ts:345:5 › page screenshot › should work while navigating @webkit-ubuntu-22.04-node18

38814 passed, 809 skipped
✔️✔️✔️

Merge workflow run.

Copy link
Contributor

@dgozman dgozman left a comment

Choose a reason for hiding this comment

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

@cpAdm Thank you for the PR! Unfortunately, I find it very hard to review. For some reason, components moved around which makes the diff very large. The PR seems to do multiple things, and I'm not sure what change does what.

Could you please make a small PR focused on a single thing? I think that would be easier to iterate on. Thank you!

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.

[Feature]: Improve network tabs naming in Trace Viewer
2 participants