Title: [127881] trunk/Source/WebKit/blackberry
- Revision
- 127881
- Author
- [email protected]
- Date
- 2012-09-07 10:02:32 -0700 (Fri, 07 Sep 2012)
Log Message
[BlackBerry] Remove feature about:cache/disable and about:cache/enable
https://bugs.webkit.org/show_bug.cgi?id=95820
Reviewed by Yong Li.
Fix warning that was caused by r127680.
* WebKitSupport/AboutData.cpp:
(BlackBerry::WebKit::cachePage):
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/ChangeLog (127880 => 127881)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-09-07 16:58:23 UTC (rev 127880)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-09-07 17:02:32 UTC (rev 127881)
@@ -1,3 +1,15 @@
+2012-09-07 Rob Buis <[email protected]>
+
+ [BlackBerry] Remove feature about:cache/disable and about:cache/enable
+ https://bugs.webkit.org/show_bug.cgi?id=95820
+
+ Reviewed by Yong Li.
+
+ Fix warning that was caused by r127680.
+
+ * WebKitSupport/AboutData.cpp:
+ (BlackBerry::WebKit::cachePage):
+
2012-09-07 Allan Sandfeld Jensen <[email protected]>
Simplify hitTestResultAtPoint and nodesFromRect APIs
Modified: trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp (127880 => 127881)
--- trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp 2012-09-07 16:58:23 UTC (rev 127880)
+++ trunk/Source/WebKit/blackberry/WebKitSupport/AboutData.cpp 2012-09-07 17:02:32 UTC (rev 127881)
@@ -457,9 +457,6 @@
result.append(String("<html><head><title>BlackBerry Browser Disk Cache</title></head><body>"));
- BlackBerry::Platform::Settings* settings = BlackBerry::Platform::Settings::instance();
- ASSERT(settings);
-
if (cacheCommand.isEmpty())
result.append(String(BlackBerry::Platform::generateHtmlFragmentForCacheKeys().data()));
else if (cacheCommand.startsWith("?query=", false)) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes