Bug 190480

Summary: Web Inspector: remove unused TreeOutline style .force-focus
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=199112
Attachments:
Description Flags
Patch none

Description Matt Baker 2018-10-11 13:26:42 PDT
.
Comment 1 Radar WebKit Bug Importer 2018-10-11 13:27:22 PDT
<rdar://problem/45203484>
Comment 2 Matt Baker 2018-10-11 13:29:30 PDT
Created attachment 352072 [details]
Patch
Comment 3 Joseph Pecoraro 2018-10-11 14:20:31 PDT
Comment on attachment 352072 [details]
Patch

Nice! r=me

What was the change that removed its last use?
Comment 4 WebKit Commit Bot 2018-10-11 14:46:50 PDT
Comment on attachment 352072 [details]
Patch

Clearing flags on attachment: 352072

Committed r237050: <https://trac.webkit.org/changeset/237050>
Comment 5 WebKit Commit Bot 2018-10-11 14:46:51 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Matt Baker 2018-10-11 15:04:26 PDT
(In reply to Joseph Pecoraro from comment #3)
> Comment on attachment 352072 [details]
> Patch
> 
> Nice! r=me
> 
> What was the change that removed its last use?

.force-focus was added in https://bugs.webkit.org/show_bug.cgi?id=146606, and used by TreeOutlineDataGridSynchronizer. The style wasn't removed when we dropped the synchronizer.