Open Bug 1884284 Opened 3 months ago Updated 10 days ago

Inspect Element does not have descriptions next to status codes anymore

Categories

(DevTools :: Netmonitor, defect, P3)

Firefox 125
defect

Tracking

(firefox-esr115 unaffected, firefox123 wontfix, firefox124 wontfix, firefox125 fix-optional)

Tracking Status
firefox-esr115 --- unaffected
firefox123 --- wontfix
firefox124 --- wontfix
firefox125 --- fix-optional

People

(Reporter: other, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0

Steps to reproduce:

Go to the Network tab. Click on a request, and go to Summary.

Actual results:

There is not a status code description where there should be. It says only "200" for example.

Expected results:

It should say "200 (OK)".

The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Networking
Product: Firefox → Core
Component: Networking → Inspector
Keywords: regression
Product: Core → DevTools

Works in 115; not sure when it regressed (haven't checked others)

Not here in 125.0a1. I can't upload an image, but it's there as expected on this website and on Google on MS Edge.

This seems to affect only HTTP2 and HTTP3 requests, and it might have been regressed by Bug 1687903.

Valentin, just checking, but is it still correct and relevant to show "OK" as the status message for a HTTP2/3 request?

Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(valentin.gosu)
Priority: -- → P2
See Also: → 1687903

:nchevobbe spotted that HTTP2 no longer supports the status message (https://fetch.spec.whatwg.org/#concept-response-status-message) so this behavior might be expected.

Component: Inspector → Netmonitor

H2 and H3 responses don't have a status text.
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/statusText

I don't think showing OK next to the H2 200 necessarily brings any benefit.
Chrome does show it, but they don't have the ? link to MDN.
In my opinion it's fine to not show any status text, but if we think it's nicer for consistency we can map the status code to a status text when needed.

Flags: needinfo?(valentin.gosu)

This bug has been marked as a regression. Setting status flag for Nightly to affected.

Thanks for the feedback. Given that this is technically correct, downgrading to P3.

Priority: P2 → P3

I think it should also show descriptions in "Sataus" column, as same as Chromium.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: