Title: [237013] branches/safari-606.2.104.0-branch
- Revision
- 237013
- Author
- [email protected]
- Date
- 2018-10-10 13:00:52 -0700 (Wed, 10 Oct 2018)
Log Message
Revert r236977. rdar://problem/45133492
Modified Paths
Diff
Modified: branches/safari-606.2.104.0-branch/LayoutTests/ChangeLog (237012 => 237013)
--- branches/safari-606.2.104.0-branch/LayoutTests/ChangeLog 2018-10-10 19:05:03 UTC (rev 237012)
+++ branches/safari-606.2.104.0-branch/LayoutTests/ChangeLog 2018-10-10 20:00:52 UTC (rev 237013)
@@ -1,3 +1,7 @@
+2018-10-10 Kocsen Chung <[email protected]>
+
+ Revert r236977. rdar://problem/45133492
+
2018-10-09 Kocsen Chung <[email protected]>
Cherry-pick r236945. rdar://problem/45133492
Modified: branches/safari-606.2.104.0-branch/LayoutTests/compositing/layer-creation/deep-tree.html (237012 => 237013)
--- branches/safari-606.2.104.0-branch/LayoutTests/compositing/layer-creation/deep-tree.html 2018-10-10 19:05:03 UTC (rev 237012)
+++ branches/safari-606.2.104.0-branch/LayoutTests/compositing/layer-creation/deep-tree.html 2018-10-10 20:00:52 UTC (rev 237013)
@@ -33,7 +33,7 @@
function doTest()
{
- makeDeepTree(129, document.getElementById('deep'));
+ makeDeepTree(500, document.getElementById('deep'));
}
window.addEventListener('load', doTest, false);
Modified: branches/safari-606.2.104.0-branch/Source/WebCore/ChangeLog (237012 => 237013)
--- branches/safari-606.2.104.0-branch/Source/WebCore/ChangeLog 2018-10-10 19:05:03 UTC (rev 237012)
+++ branches/safari-606.2.104.0-branch/Source/WebCore/ChangeLog 2018-10-10 20:00:52 UTC (rev 237013)
@@ -1,3 +1,7 @@
+2018-10-10 Kocsen Chung <[email protected]>
+
+ Revert r236977. rdar://problem/45133492
+
2018-10-09 Kocsen Chung <[email protected]>
Cherry-pick r236945. rdar://problem/45133492
Modified: branches/safari-606.2.104.0-branch/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp (237012 => 237013)
--- branches/safari-606.2.104.0-branch/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp 2018-10-10 19:05:03 UTC (rev 237012)
+++ branches/safari-606.2.104.0-branch/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp 2018-10-10 20:00:52 UTC (rev 237013)
@@ -89,7 +89,7 @@
#endif
// Derived empirically: <rdar://problem/13401861>
-static const unsigned cMaxLayerTreeDepth = 128;
+static const unsigned cMaxLayerTreeDepth = 250;
// About 10 screens of an iPhone 6 Plus. <rdar://problem/44532782>
static const unsigned cMaxTotalBackdropFilterArea = 1242 * 2208 * 10;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes