Bug 169444

Summary: Web Inspector: Improve storing of DataGrid column visibility
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: inspector-bugzilla-changes, joepeck
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Matt Baker 2017-03-09 14:25:41 PST
Summary:
Improve storing of DataGrid column visibility.

DataGrid.prototype.setColumnVisible could be potentially improved so that if a column's hidden value is default for that column, nothing is stored in the setting.
Comment 1 Joseph Pecoraro 2017-03-09 14:26:41 PST
I think I already handle this in my new patches on bug 29687. Is there something that doesn't cover?
Comment 2 Matt Baker 2017-03-09 14:28:24 PST
(In reply to comment #1)
> I think I already handle this in my new patches on bug 29687. Is there
> something that doesn't cover?

Oops, I hadn't finishing looking over your updated patch.