Bug 149013

Summary: Web Inspector: Remove unused InspectorFrontendHost methods
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-09-09 15:25:42 PDT
* SUMMARY
Remove unused InspectorFrontendHost methods.

    - IFH.canSaveAs - frontends should just use IFH.canSave (currently we don't so other ports would have issues saving...)
    - IFH.canInspectWorkers - this is a backend question, not a frontend host question, and there is Worker.canInspectWorkers
Comment 1 Joseph Pecoraro 2015-09-09 15:26:23 PDT
Created attachment 260882 [details]
[PATCH] Proposed Fix
Comment 2 BJ Burg 2015-09-09 15:29:07 PDT
Comment on attachment 260882 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2015-09-09 16:16:36 PDT
Comment on attachment 260882 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 260882

Committed r189558: <http://trac.webkit.org/changeset/189558>
Comment 4 WebKit Commit Bot 2015-09-09 16:16:42 PDT
All reviewed patches have been landed.  Closing bug.