Open Bug 1421220 Opened 7 years ago Updated 2 years ago

Polish request/xhr status component

Categories

(DevTools :: Console, enhancement, P3)

enhancement

Tracking

(firefox59 affected)

Tracking Status
firefox59 --- affected

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

In Bug 1417805, we introduced a colored-background status code, which make them stand out from the rest of the text (see https://bug1417805.bmoattachments.org/attachment.cgi?id=8931946). 1. It would be nice if those status code could be aligned 2. Maybe we could think of a nicer way to show those information At the moment, it looks like this: [HTTP/1.1 (status code) (status text) (timing info)] Bug 1421213 will introduce a link on the status code, so maybe we can remove the status text, and put in the status code `title` attribute. [HTTP/1.1 (status code) (timing info)]]
Thanks for filing this Nicolas! Re: moving status text to 'title' attribute after we add the link: I suspect the status text is pretty helpful for many devs (who probably just know what 404 and 200 mean but forget about the others) so it would probably be worth keeping it in there. I'm more interested in doing something about the redundant "HTTP/1.1"s. One more thing we can do here - XHR labels in dark mode could have dark text to match the status code badges (and I think it'll look better that way).
Product: Firefox → DevTools
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.