Bug 86686

Summary: Crash if SVG gradient stop has display: none set
Product: WebKit Reporter: Tim Horton <thorton>
Component: SVGAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dino, webkit.review.bot, zimmermann
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Tim Horton 2012-05-16 16:05:54 PDT
We crash if an otherwise-valid SVG gradient stop has display: none set, because there is no renderer created, but we depend on it having been created.

I have a patch.

<rdar://problem/10751905>
Comment 1 Tim Horton 2012-05-16 16:16:41 PDT
Created attachment 142362 [details]
patch
Comment 2 Dean Jackson 2012-05-16 16:29:15 PDT
Comment on attachment 142362 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=142362&action=review

> LayoutTests/ChangeLog:5
> +        <rdar://problem/10751905>

I don't *think* we typically include the radar link in ChangeLogs.
Comment 3 Alexey Proskuryakov 2012-05-16 16:39:47 PDT
Comment on attachment 142362 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=142362&action=review

>> LayoutTests/ChangeLog:5
>> +        <rdar://problem/10751905>
> 
> I don't *think* we typically include the radar link in ChangeLogs.

Please do include them, and encourage that practice! :)
Comment 4 WebKit Review Bot 2012-05-16 17:06:32 PDT
Comment on attachment 142362 [details]
patch

Clearing flags on attachment: 142362

Committed r117365: <http://trac.webkit.org/changeset/117365>
Comment 5 WebKit Review Bot 2012-05-16 17:06:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Dean Jackson 2012-05-17 11:26:00 PDT
(In reply to comment #3)
> (From update of attachment 142362 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=142362&action=review
> 
> >> LayoutTests/ChangeLog:5
> >> +        <rdar://problem/10751905>
> > 
> > I don't *think* we typically include the radar link in ChangeLogs.
> 
> Please do include them, and encourage that practice! :)

Yeah, I was corrected on IRC. What's crazy is that I've been intentionally leaving them out for years!