[Webkit-unassigned] [Bug 30898] Browser crash by deeply nested elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 10:48:21 PST 2009


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42940|review?                     |review-
               Flag|                            |




--- Comment #7 from Dave Hyatt <hyatt at apple.com>  2009-11-11 10:48:21 PST ---
(From update of attachment 42940)
Your ChangeLog comment says 4096, but then your #define is 8192.

Your ifdef is in Node, but if you're really talking about renderobject depth
limiting and not DOM limiting, then it should be over in RenderObject files.

You cannot add a field to RenderObject.  That's not an acceptable memory hit to
take.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list