Title: [183865] trunk
- Revision
- 183865
- Author
- [email protected]
- Date
- 2015-05-06 02:12:39 -0700 (Wed, 06 May 2015)
Log Message
[GTK][WK2] The WebKit network disk cache is not enabled
https://bugs.webkit.org/show_bug.cgi?id=142821
Reviewed by Martin Robinson.
Source/WebKit2:
Enable NetworkCache for the GTK+ port.
* config.h:
LayoutTests:
Unskip http/tests/cache/disk-cache tests.
* platform/gtk/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (183864 => 183865)
--- trunk/LayoutTests/ChangeLog 2015-05-06 08:17:31 UTC (rev 183864)
+++ trunk/LayoutTests/ChangeLog 2015-05-06 09:12:39 UTC (rev 183865)
@@ -1,3 +1,14 @@
+2015-05-05 Carlos Garcia Campos <[email protected]>
+
+ [GTK][WK2] The WebKit network disk cache is not enabled
+ https://bugs.webkit.org/show_bug.cgi?id=142821
+
+ Reviewed by Martin Robinson.
+
+ Unskip http/tests/cache/disk-cache tests.
+
+ * platform/gtk/TestExpectations:
+
2015-05-05 Nikita Vasilyev <[email protected]>
LayoutTests/fast/forms/button-line-height.html is broken on non-Mac/non-iOS ports
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (183864 => 183865)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2015-05-06 08:17:31 UTC (rev 183864)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2015-05-06 09:12:39 UTC (rev 183865)
@@ -480,9 +480,6 @@
webkit.org/b/128172 fast/events/touch/touch-target-limited.html [ Crash Timeout ]
webkit.org/b/128172 fast/events/touch/send-oncancel-event.html [ Timeout ]
-# The WebKit network disk cache is not enabled on the GTK port.
-webkit.org/b/142821 http/tests/cache/disk-cache [ Skip ]
-
# HighDPI support is not enabled
webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
webkit.org/b/131347 fast/backgrounds/hidpi-generated-gradient-background-on-subpixel-position.html [ ImageOnlyFailure Pass ]
Modified: trunk/Source/WebKit2/ChangeLog (183864 => 183865)
--- trunk/Source/WebKit2/ChangeLog 2015-05-06 08:17:31 UTC (rev 183864)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-06 09:12:39 UTC (rev 183865)
@@ -1,3 +1,14 @@
+2015-05-05 Carlos Garcia Campos <[email protected]>
+
+ [GTK][WK2] The WebKit network disk cache is not enabled
+ https://bugs.webkit.org/show_bug.cgi?id=142821
+
+ Reviewed by Martin Robinson.
+
+ Enable NetworkCache for the GTK+ port.
+
+ * config.h:
+
2015-05-06 Ryuan Choi <[email protected]>
[EFL] Remove redudant condition in ViewClientEfl::didChangeViewportAttributes
Modified: trunk/Source/WebKit2/config.h (183864 => 183865)
--- trunk/Source/WebKit2/config.h 2015-05-06 08:17:31 UTC (rev 183864)
+++ trunk/Source/WebKit2/config.h 2015-05-06 09:12:39 UTC (rev 183865)
@@ -82,7 +82,7 @@
#endif
#ifndef ENABLE_NETWORK_CACHE
-#if ENABLE(NETWORK_PROCESS) && PLATFORM(COCOA)
+#if ENABLE(NETWORK_PROCESS) && (PLATFORM(COCOA) || PLATFORM(GTK))
#define ENABLE_NETWORK_CACHE 1
#else
#define ENABLE_NETWORK_CACHE 0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes