Bug 115431

Summary: Cap max CALayer tree depth to avoid crashes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Simon Fraser (smfr)
Reported 2013-04-30 11:07:01 PDT
Cap max CALayer tree depth to avoid crashes
Attachments
Patch (12.47 KB, patch)
2013-04-30 11:25 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2013-04-30 11:25:56 PDT
Tim Horton
Comment 2 2013-04-30 11:33:21 PDT
Comment on attachment 200136 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=200136&action=review > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:64 > +static const int cMaxLayerTreeDepth = 250; I think the 'c' is unusual but you're just following this file.
Simon Fraser (smfr)
Comment 3 2013-04-30 22:03:27 PDT
Note You need to log in before you can comment on or make changes to this bug.