Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Web Inspector: Network: add a Path column
https://bugs.webkit.org/show_bug.cgi?id=243185 Reviewed by Patrick Angle. It's sometimes useful to know the full path of a resource, such as if two resources have the same basename (though this specific example would ideally be fixed by <https://webkit.org/b/143632>). This is probably not the most common thing, however, so don't show the Path column by default. But still provide it to developers if they explicitly indicate a desire for it (i.e. showing the column). * Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js: (WI.NetworkTableContentView.prototype.tablePopulateCell): (WI.NetworkTableContentView.prototype._generateSortComparator): (WI.NetworkTableContentView.prototype.initialLayout): (WI.NetworkTableContentView.prototype._entryForResource): Canonical link: https://commits.webkit.org/252827@main
- Loading branch information