Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Network Tab - Set column initial widths to try allow w…
…aterfall column to expand more by default https://bugs.webkit.org/show_bug.cgi?id=178142 <rdar://problem/34918233> Patch by Joseph Pecoraro <pecoraro@apple.com> on 2017-10-10 Reviewed by Brian Burg. * UserInterface/Views/NetworkTableContentView.js: (WI.NetworkTableContentView.prototype.initialLayout): Provide initial widths for many columns where the max could fit but we'd prefer a smaller than max initial width in wide cases. * UserInterface/Views/Table.js: (WI.Table.prototype._resizeColumnsAndFiller): When auto sizing all columns use the preferred initial widths. * UserInterface/Views/TableColumn.js: (WI.TableColumn.prototype.get preferredInitialWidth): Save the initial width. Canonical link: https://commits.webkit.org/194390@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223147 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
ba43769
commit b2912740e6d95437cb08c8a0c3b6cb36e955912e
Showing
4 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters