Bug 149307

Summary: Web Inspector: Remove unused canClearBrowserCookies / canClearBrowserCache protocol 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-17 15:41:18 PDT
* SUMMARY
Remove unused canClearBrowserCookies / canClearBrowserCache protocol methods.

They were only used by Chromium, never used by any WebKit ports. Lets just remove them from the protocol.
Also clean up other places where InspectorClient were not being used.
Comment 1 Joseph Pecoraro 2015-09-17 15:46:18 PDT
Created attachment 261446 [details]
[PATCH] Proposed Fix
Comment 2 BJ Burg 2015-09-17 21:19:06 PDT
Comment on attachment 261446 [details]
[PATCH] Proposed Fix

r=me

Amazed we still have such dead code.. :{
Comment 3 WebKit Commit Bot 2015-09-17 22:06:36 PDT
Comment on attachment 261446 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 261446

Committed r189964: <http://trac.webkit.org/changeset/189964>
Comment 4 WebKit Commit Bot 2015-09-17 22:06:40 PDT
All reviewed patches have been landed.  Closing bug.