RESOLVED FIXED 146027
WebResourceCacheManager is unused, get rid of it
https://bugs.webkit.org/show_bug.cgi?id=146027
Summary WebResourceCacheManager is unused, get rid of it
Anders Carlsson
Reported 2015-06-16 13:39:08 PDT
WebResourceCacheManager is unused, get rid of it
Attachments
Patch (45.42 KB, patch)
2015-06-16 13:42 PDT, Anders Carlsson
no flags
Anders Carlsson
Comment 1 2015-06-16 13:42:18 PDT
WebKit Commit Bot
Comment 2 2015-06-16 14:55:47 PDT
Comment on attachment 254967 [details] Patch Clearing flags on attachment: 254967 Committed r185615: <http://trac.webkit.org/changeset/185615>
WebKit Commit Bot
Comment 3 2015-06-16 14:55:53 PDT
All reviewed patches have been landed. Closing bug.
Carlos Alberto Lopez Perez
Comment 4 2015-06-16 17:39:13 PDT
This was used by the GTK port in webkit_web_context_clear_cache() at Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp Now the GTK build is broken :( I don't think is so hard to use a tool like grep in order to check no other ports are using the code you are removing, isn't it?
Anders Carlsson
Comment 5 2015-06-16 17:43:28 PDT
(In reply to comment #4) > This was used by the GTK port in webkit_web_context_clear_cache() at > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp > > Now the GTK build is broken :( > > I don't think is so hard to use a tool like grep in order to check no other > ports are using the code you are removing, isn't it? https://lists.webkit.org/pipermail/webkit-dev/2013-January/023255.html
Anders Carlsson
Comment 6 2015-06-16 17:48:50 PDT
(In reply to comment #5) > (In reply to comment #4) > > This was used by the GTK port in webkit_web_context_clear_cache() at > > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp > > > > Now the GTK build is broken :( > > > > I don't think is so hard to use a tool like grep in order to check no other > > ports are using the code you are removing, isn't it? > > https://lists.webkit.org/pipermail/webkit-dev/2013-January/023255.html (You can easily reimplement the webkit_web_context_clear_cache functionality in terms of WebsiteDataStore).
Carlos Alberto Lopez Perez
Comment 7 2015-06-16 19:21:25 PDT
Landed quick build fix on https://trac.webkit.org/r185634 and opened bug 146041 for bringing back the functionality.
Note You need to log in before you can comment on or make changes to this bug.