Title: [111404] trunk/Source/WebKit/blackberry
- Revision
- 111404
- Author
- [email protected]
- Date
- 2012-03-20 09:40:46 -0700 (Tue, 20 Mar 2012)
Log Message
[BlackBerry] BlackBerry can clear cookies and cache from the Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=81670
Patch by Konrad Piascik <[email protected]> on 2012-03-20
Reviewed by Rob Buis.
* WebCoreSupport/InspectorClientBlackBerry.h:
(WebCore::InspectorClientBlackBerry::canClearBrowserCache):
(WebCore::InspectorClientBlackBerry::canClearBrowserCookies):
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/ChangeLog (111403 => 111404)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-03-20 16:33:53 UTC (rev 111403)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-03-20 16:40:46 UTC (rev 111404)
@@ -1,3 +1,14 @@
+2012-03-20 Konrad Piascik <[email protected]>
+
+ [BlackBerry] BlackBerry can clear cookies and cache from the Web Inspector
+ https://bugs.webkit.org/show_bug.cgi?id=81670
+
+ Reviewed by Rob Buis.
+
+ * WebCoreSupport/InspectorClientBlackBerry.h:
+ (WebCore::InspectorClientBlackBerry::canClearBrowserCache):
+ (WebCore::InspectorClientBlackBerry::canClearBrowserCookies):
+
2012-03-20 Nima Ghanavatian <[email protected]>
[BlackBerry] Removing doubly defined methods in BackingStore.cpp
Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/InspectorClientBlackBerry.h (111403 => 111404)
--- trunk/Source/WebKit/blackberry/WebCoreSupport/InspectorClientBlackBerry.h 2012-03-20 16:33:53 UTC (rev 111403)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/InspectorClientBlackBerry.h 2012-03-20 16:40:46 UTC (rev 111404)
@@ -55,7 +55,9 @@
virtual void bringFrontendToFront();
virtual bool sendMessageToFrontend(const String&);
virtual void clearBrowserCache();
+ virtual bool canClearBrowserCache() { return true; }
virtual void clearBrowserCookies();
+ virtual bool canClearBrowserCookies() { return true; }
private:
BlackBerry::WebKit::WebPagePrivate* m_webPagePrivate;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes