Bug 173905

Summary: Web Inspector: Remove unused Inspector domain events
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, inspector-bugzilla-changes, joepeck, keith_miller, mark.lam, mattbaker, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix mattbaker: review+

Description Joseph Pecoraro 2017-06-27 21:58:12 PDT
As far as I can tell these has never been used by our backend/frontend. They are also unhandled so lets remove them.

    Inspector.detached
    Inspector.targetCrashed
Comment 1 Joseph Pecoraro 2017-06-27 21:59:45 PDT
Created attachment 313987 [details]
[PATCH] Proposed Fix
Comment 2 Matt Baker 2017-06-28 13:15:44 PDT
Comment on attachment 313987 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=313987&action=review

r=me

> Source/WebInspectorUI/ChangeLog:23
> +        Remove from legacy backends as well since they did not sent it.

sent -> send
Comment 3 Joseph Pecoraro 2017-06-28 15:53:50 PDT
<https://trac.webkit.org/r218897>