Bug 190480 - Web Inspector: remove unused TreeOutline style .force-focus
Summary: Web Inspector: remove unused TreeOutline style .force-focus
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-11 13:26 PDT by Matt Baker
Modified: 2019-06-21 10:54 PDT (History)
4 users (show)

See Also:


Attachments
Patch (19.26 KB, patch)
2018-10-11 13:29 PDT, Matt Baker
no flags Details | Formatted Diff | Diff

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