RESOLVED FIXED 63999
Web Inspector: Add support for clearing cache and cookies from network panel.
https://bugs.webkit.org/show_bug.cgi?id=63999
Summary Web Inspector: Add support for clearing cache and cookies from network panel.
Vsevolod Vlasov
Reported 2011-07-06 08:57:48 PDT
Add support for clearing cache and cookies from network panel.
Attachments
Patch (25.83 KB, patch)
2011-07-06 10:05 PDT, Vsevolod Vlasov
pfeldman: review+
webkit.review.bot: commit-queue-
Vsevolod Vlasov
Comment 1 2011-07-06 10:05:17 PDT
WebKit Review Bot
Comment 2 2011-07-06 10:14:12 PDT
Pavel Feldman
Comment 3 2011-07-07 00:02:21 PDT
Comment on attachment 99848 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99848&action=review r+ with nits. > LayoutTests/http/tests/inspector/network/network-clear-cookies.html-disabled:14 > + internals.setInspectorResourcesDataSizeLimits(document, 10 * 1000 * 1000, 1000 * 1000); This should be a part of the network-test.js > Source/WebCore/inspector/InspectorClient.h:55 > + virtual void clearBrowserCache() { }; nuke ; > Source/WebCore/inspector/InspectorResourceAgent.cpp:478 > +void InspectorResourceAgent::clearBrowserCache(ErrorString* errorString) Mac build failed with unused errorString > Source/WebCore/inspector/InspectorResourceAgent.cpp:483 > +void InspectorResourceAgent::clearBrowserCookies(ErrorString* errorString) ditto > Source/WebKit/chromium/public/WebDevToolsAgentClient.h:62 > + virtual void clearBrowserCache() { }; nuke ;
Vsevolod Vlasov
Comment 4 2011-07-07 03:47:28 PDT
Vsevolod Vlasov
Comment 5 2011-07-07 03:48:52 PDT
Fixed nits except for this one. > > LayoutTests/http/tests/inspector/network/network-clear-cookies.html-disabled:14 > > + internals.setInspectorResourcesDataSizeLimits(document, 10 * 1000 * 1000, 1000 * 1000); > > This should be a part of the network-test.js I'll deal with it here https://bugs.webkit.org/show_bug.cgi?id=64078
Note You need to log in before you can comment on or make changes to this bug.