Bug 169444 - Web Inspector: Improve storing of DataGrid column visibility
Summary: Web Inspector: Improve storing of DataGrid column visibility
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-09 14:25 PST by Matt Baker
Modified: 2017-03-09 14:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.