[Webkit-unassigned] [Bug 157230] Some content causes deep recursion.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 21:27:36 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157230

--- Comment #2 from zalan <zalan at apple.com> ---
Created attachment 277796
  --> https://bugs.webkit.org/attachment.cgi?id=277796&action=review
WIP patch

This patch limits render tree nesting. DOM can have all the nested nodes but renderer tree has only up to 512. (from 512 and up, it's like they were display: none}
This (DOM vs render tree) matches FF(45.0.2) behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160430/8dcd364a/attachment.html>


More information about the webkit-unassigned mailing list