Title: [190771] branches/safari-601-branch
Revision
190771
Author
[email protected]
Date
2015-10-08 19:18:18 -0700 (Thu, 08 Oct 2015)

Log Message

Merged r189976.  rdar://problem/22824652

Modified Paths

Diff

Modified: branches/safari-601-branch/LayoutTests/ChangeLog (190770 => 190771)


--- branches/safari-601-branch/LayoutTests/ChangeLog	2015-10-09 02:16:27 UTC (rev 190770)
+++ branches/safari-601-branch/LayoutTests/ChangeLog	2015-10-09 02:18:18 UTC (rev 190771)
@@ -15,6 +15,23 @@
 
             * platform/mac/TestExpectations:
 
+2015-10-08  Lucas Forschler  <[email protected]>
+
+        Merge r189976. rdar://problem/22824652
+
+    2015-09-18  Chris Dumez  <[email protected]>
+
+            REGRESSION (r182449, Mavericks ONLY): Pages re-open empty after swiping back and scrolling on them
+            https://bugs.webkit.org/show_bug.cgi?id=149317
+            <rdar://problem/22521514>
+
+            Reviewed by Tim Horton.
+
+            Skip a couple of PageCache layout tests on Mavericks now that a PageCache
+            optimization has been disabled.
+
+            * platform/mac/TestExpectations:
+
 2015-10-08  Andy Estes  <[email protected]>
 
         Merge r188150, r188517, r188844, r188845, r188851, r188852, r188880, r188881, r188988, r189193, r189289, and r190133.

Modified: branches/safari-601-branch/LayoutTests/platform/mac/TestExpectations (190770 => 190771)


--- branches/safari-601-branch/LayoutTests/platform/mac/TestExpectations	2015-10-09 02:16:27 UTC (rev 190770)
+++ branches/safari-601-branch/LayoutTests/platform/mac/TestExpectations	2015-10-09 02:18:18 UTC (rev 190771)
@@ -274,6 +274,11 @@
 [ Mavericks ] http/tests/navigation/page-cache-pending-image-load-cache-partition.html [ Skip ]
 [ Mavericks ] http/tests/navigation/page-cache-xhr.html [ Skip ]
 
+# This feature is disabled on Mavericks.
+[ Mavericks ] http/tests/navigation/page-cache-pending-image-load.html [ Skip ]
+[ Mavericks ] http/tests/navigation/page-cache-pending-image-load-cache-partition.html [ Skip ]
+[ Mavericks ] http/tests/navigation/page-cache-xhr.html [ Skip ]
+
 webkit.org/b/68278 http/tests/history/back-with-fragment-change.php [ Failure ]
 
 # Skip because this platform does not support a paging mouse wheel event

Modified: branches/safari-601-branch/Source/WebCore/ChangeLog (190770 => 190771)


--- branches/safari-601-branch/Source/WebCore/ChangeLog	2015-10-09 02:16:27 UTC (rev 190770)
+++ branches/safari-601-branch/Source/WebCore/ChangeLog	2015-10-09 02:18:18 UTC (rev 190771)
@@ -18,6 +18,26 @@
             * loader/DocumentLoader.cpp:
             (WebCore::areAllLoadersPageCacheAcceptable):
 
+2015-10-08  Lucas Forschler  <[email protected]>
+
+        Merge r189976. rdar://problem/22824652
+
+    2015-09-18  Chris Dumez  <[email protected]>
+
+            REGRESSION (r182449, Mavericks ONLY): Pages re-open empty after swiping back and scrolling on them
+            https://bugs.webkit.org/show_bug.cgi?id=149317
+            <rdar://problem/22521514>
+
+            Reviewed by Tim Horton.
+
+            Disable on Mavericks a PageCache optimization from r182449 which lets
+            into PageCache pages that only have certain types of pending loads
+            (images and XHR). This is because it has been determined via bisection
+            that this change is the one that introduced the bug on Mavericks.
+
+            * loader/DocumentLoader.cpp:
+            (WebCore::areAllLoadersPageCacheAcceptable):
+
 2015-10-08  Andy Estes  <[email protected]>
 
         Merge r188150, r188517, r188844, r188845, r188851, r188852, r188880, r188881, r188988, r189193, r189289, and r190133.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to