firefox-devtools / ux

Firefox DevTools UX Community
Mozilla Public License 2.0
103 stars 21 forks source link

Combined Initiator/Cause column #117

Closed digitarald closed 4 years ago

digitarald commented 4 years ago

Follow up from https://github.com/firefox-devtools/ux/issues/87#issuecomment-517502725 and bug 1592535#c2.

cc @bomsy @Transfusion @janodvarko @fvsch

Assumptions:

Example requests:

image

Github (Interesting to note here is that the images should also have stacks, but CSS stacks are not supported atm)

image

Airtable XHR requests

Proposed information hierarchy would be 1st Initiator stack and 2nd Cause, which leads to the following formatting:

This already expects that (cause) and longer locations will overflow on small spaces; which should be OK as the initial filename + tooltip should still be enough to orient yourself.

Decision

Accepted the proposed cause/location.js:line:column (cause) format.

violasong commented 4 years ago

Closing as completed