Title: [144441] trunk
Revision
144441
Author
allan.jen...@digia.com
Date
2013-03-01 04:17:20 -0800 (Fri, 01 Mar 2013)

Log Message

[Qt] Enable LINK_PREFETCH
https://bugs.webkit.org/show_bug.cgi?id=111158

Reviewed by Simon Hausmann.

Tools:

* qmake/mkspecs/features/features.pri:

LayoutTests:

Unskip tests depending on LINK_PREFETCH.

* platform/qt/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (144440 => 144441)


--- trunk/LayoutTests/ChangeLog	2013-03-01 12:05:16 UTC (rev 144440)
+++ trunk/LayoutTests/ChangeLog	2013-03-01 12:17:20 UTC (rev 144441)
@@ -1,3 +1,14 @@
+2013-03-01  Allan Sandfeld Jensen  <allan.jen...@digia.com>
+
+        [Qt] Enable LINK_PREFETCH
+        https://bugs.webkit.org/show_bug.cgi?id=111158
+
+        Reviewed by Simon Hausmann.
+
+        Unskip tests depending on LINK_PREFETCH.
+
+        * platform/qt/TestExpectations:
+
 2013-03-01  Vsevolod Vlasov  <vse...@chromium.org>
 
         Flaky test: http/tests/inspector/resource-tree/resource-request-content-while-loading.html

Modified: trunk/LayoutTests/platform/qt/TestExpectations (144440 => 144441)


--- trunk/LayoutTests/platform/qt/TestExpectations	2013-03-01 12:05:16 UTC (rev 144440)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2013-03-01 12:17:20 UTC (rev 144441)
@@ -156,18 +156,6 @@
 inspector/profiler/webgl
 webgl/
 
-# ENABLE(LINK_PREFETCH) is disabled.
-fast/dom/HTMLLinkElement/link-and-subresource-test.html
-fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
-fast/dom/HTMLLinkElement/prefetch.html
-fast/dom/HTMLLinkElement/prefetch-beforeload.html
-fast/dom/HTMLLinkElement/prefetch-onerror.html
-fast/dom/HTMLLinkElement/prefetch-onload.html
-fast/dom/HTMLLinkElement/prefetch-too-many-clients.html
-fast/dom/HTMLLinkElement/subresource.html
-http/tests/misc/link-rel-prefetch-and-subresource.html
-http/tests/misc/prefetch-purpose.html
-
 # ENABLE(LINK_PRERENDER) is disabled.
 fast/dom/HTMLLinkElement/prerender-insert-after-stop.html
 fast/dom/HTMLLinkElement/prerender-remove-after-stop.html

Modified: trunk/Tools/ChangeLog (144440 => 144441)


--- trunk/Tools/ChangeLog	2013-03-01 12:05:16 UTC (rev 144440)
+++ trunk/Tools/ChangeLog	2013-03-01 12:17:20 UTC (rev 144441)
@@ -1,5 +1,14 @@
 2013-03-01  Allan Sandfeld Jensen  <allan.jen...@digia.com>
 
+        [Qt] Enable LINK_PREFETCH
+        https://bugs.webkit.org/show_bug.cgi?id=111158
+
+        Reviewed by Simon Hausmann.
+
+        * qmake/mkspecs/features/features.pri:
+
+2013-03-01  Allan Sandfeld Jensen  <allan.jen...@digia.com>
+
         [Qt] Update features.pri with new features
         https://bugs.webkit.org/show_bug.cgi?id=111157
 

Modified: trunk/Tools/qmake/mkspecs/features/features.pri (144440 => 144441)


--- trunk/Tools/qmake/mkspecs/features/features.pri	2013-03-01 12:05:16 UTC (rev 144440)
+++ trunk/Tools/qmake/mkspecs/features/features.pri	2013-03-01 12:17:20 UTC (rev 144441)
@@ -74,7 +74,7 @@
     ENABLE_LEGACY_VIEWPORT_ADAPTION=1 \
     ENABLE_LEGACY_VENDOR_PREFIXES=1 \
     ENABLE_LEGACY_WEB_AUDIO=1 \
-    ENABLE_LINK_PREFETCH=0 \
+    ENABLE_LINK_PREFETCH=1 \
     ENABLE_LINK_PRERENDER=0 \
     ENABLE_MATHML=0 \
     ENABLE_MEDIA_SOURCE=0 \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to