Bug 224199

Summary: Web Inspector: Grid overlay track size labels should show implicit `auto` value and no computed size
Product: WebKit Reporter: Patrick Angle <pangle>
Component: Web InspectorAssignee: Patrick Angle <pangle>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, pangle, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 224200    
Attachments:
Description Flags
Patch v1.0 none

Description Patrick Angle 2021-04-05 13:11:08 PDT
Track size labels currently do not show a value of `auto` when `auto` is implicit. Additionally, we don't want to show computed sizes in these labels as they are 1. additional noise when looking for information and 2. information that should not be a focal point of modern page layout. Children in the grid can still have their computed sizes looked up in the Box Model diagram.
Comment 1 Radar WebKit Bug Importer 2021-04-06 10:20:45 PDT
<rdar://problem/76272845>
Comment 2 Patrick Angle 2021-04-06 13:22:00 PDT
Created attachment 425319 [details]
Patch v1.0
Comment 3 BJ Burg 2021-04-06 13:31:32 PDT
Comment on attachment 425319 [details]
Patch v1.0

r=me
Comment 4 EWS 2021-04-06 15:09:29 PDT
Committed r275559: <https://commits.webkit.org/r275559>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 425319 [details].