Bug 47660

Summary: SVGFEConvolveMatrixElement doesn't support dynamic invalidation
Product: WebKit Reporter: Renata Hodovan <rhodovan.u-szeged>
Component: SVGAssignee: Renata Hodovan <rhodovan.u-szeged>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, mdelaney7, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 45453    
Attachments:
Description Flags
Patch for feConvolveMatrix DOM attributes
kling: review-
Patch for feConvolveMatrix DOM attributes
none
Patch zimmermann: review+

Description Renata Hodovan 2010-10-14 01:54:27 PDT
SVGFEConvolveMatrixElement doesn't support dynamic invalidation
Comment 1 Renata Hodovan 2010-10-14 03:50:48 PDT
Created attachment 70723 [details]
Patch for feConvolveMatrix DOM attributes
Comment 2 Andreas Kling 2010-10-14 04:06:12 PDT
Comment on attachment 70723 [details]
Patch for feConvolveMatrix DOM attributes

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

> WebCore/svg/SVGFEConvolveMatrixElement.idl:54
> +        void setKernelUnitLength(in float kernelUnitLengthX, in float kernelUnitLengthY);
> +        void setOrder(in unsigned long orderX, in unsigned long orderY);

Why are you adding these, are they in the specification?
Regardless, they're not covered by any layout tests. This needs to be fixed.
Comment 3 Renata Hodovan 2010-10-14 05:30:27 PDT
Created attachment 70729 [details]
Patch for feConvolveMatrix DOM attributes
Comment 4 Renata Hodovan 2010-10-14 05:31:26 PDT
(In reply to comment #2)
> (From update of attachment 70723 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=70723&action=review
> 
> > WebCore/svg/SVGFEConvolveMatrixElement.idl:54
> > +        void setKernelUnitLength(in float kernelUnitLengthX, in float kernelUnitLengthY);
> > +        void setOrder(in unsigned long orderX, in unsigned long orderY);
> 
> Why are you adding these, are they in the specification?
> Regardless, they're not covered by any layout tests. This needs to be fixed.

It's done. You were right, these setters are really not part of spec.
Comment 5 Andreas Kling 2010-10-14 05:36:33 PDT
Comment on attachment 70729 [details]
Patch for feConvolveMatrix DOM attributes

Looks great, r=me
Comment 6 WebKit Commit Bot 2010-10-14 10:13:09 PDT
Comment on attachment 70729 [details]
Patch for feConvolveMatrix DOM attributes

Clearing flags on attachment: 70729

Committed r69774: <http://trac.webkit.org/changeset/69774>
Comment 7 WebKit Commit Bot 2010-10-14 10:13:19 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Andreas Kling 2010-11-05 07:01:30 PDT
Reopening
Comment 9 Renata Hodovan 2010-11-05 07:04:00 PDT
Created attachment 73061 [details]
Patch
Comment 10 Nikolas Zimmermann 2010-11-05 23:11:07 PDT
Comment on attachment 73061 [details]
Patch

Great job, Reni. r=me. Looking forward to your first real commit :-)
Comment 11 Renata Hodovan 2010-11-11 05:13:39 PST
Landed in 71508: http://trac.webkit.org/changeset/71508
Closing bug.