Title: [124838] trunk/Source/WebKit/blackberry
Revision
124838
Author
[email protected]
Date
2012-08-06 19:49:10 -0700 (Mon, 06 Aug 2012)

Log Message

[BlackBerry] About: shows PAGE_CACHE not enabled.
https://bugs.webkit.org/show_bug.cgi?id=93216

Reviewed by Antonio Gomes.

Page cache is a feature that can be enabled/disabled at runtime, there's no
MACRO named PAGE_CACHE to control the feature.

* WebCoreSupport/AboutDataEnableFeatures.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/blackberry/ChangeLog (124837 => 124838)


--- trunk/Source/WebKit/blackberry/ChangeLog	2012-08-07 02:44:19 UTC (rev 124837)
+++ trunk/Source/WebKit/blackberry/ChangeLog	2012-08-07 02:49:10 UTC (rev 124838)
@@ -1,3 +1,15 @@
+2012-08-06  Charles Wei  <[email protected]>
+
+        [BlackBerry] About: shows PAGE_CACHE not enabled.
+        https://bugs.webkit.org/show_bug.cgi?id=93216
+
+        Reviewed by Antonio Gomes.
+
+        Page cache is a feature that can be enabled/disabled at runtime, there's no
+        MACRO named PAGE_CACHE to control the feature.
+
+        * WebCoreSupport/AboutDataEnableFeatures.in:
+
 2012-08-03  Yong Li  <[email protected]>
 
         [BlackBerry] FrameLoaderClient::restoreViewState() shouldn't trigger painting

Modified: trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in (124837 => 124838)


--- trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in	2012-08-07 02:44:19 UTC (rev 124837)
+++ trunk/Source/WebKit/blackberry/WebCoreSupport/AboutDataEnableFeatures.in	2012-08-07 02:49:10 UTC (rev 124838)
@@ -134,7 +134,6 @@
 ORIENTATION_EVENTS
 OSR_ENTRY
 OVERFLOW_SCROLLING
-PAGE_CACHE
 PAGE_POPUP
 PAGE_VISIBILITY_API
 PAN_SCROLLING
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to