[Webkit-unassigned] [Bug 22650] Make most of SVGMatrix bindings generated again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 16 13:50:56 PST 2008


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


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25741|0                           |1
        is obsolete|                            |
         AssignedTo|webkit-                     |dglazkov at chromium.org
                   |unassigned at lists.webkit.org |
  Attachment #26067|                            |review?(eric at webkit.org)
               Flag|                            |




------- Comment #6 from dglazkov at chromium.org  2008-12-16 13:50 PDT -------
Created an attachment (id=26067)
 --> (https://bugs.webkit.org/attachment.cgi?id=26067&action=view)
SVGMatrix v2 (immutable attribute)

Per our discussion, I attempted implementing SVGMatrix, a wrapper around
AffineTransform, but it kind got complicated with ObjC bindings and various
places where there's a need for implicit AffineTransform<->SVGMatrix
conversion, so instead I went with plan B.

This is a modification of the previous patch, with the exception that instead
of hard-coding SVGMatrix-specific behavior into code generator, I added
"Immutable" attribute (which is already used on IDL properties) to methods,
with the following behavior:

If a method is marked as "Immutable", it will return a new instance as a result
rather than the reference to the existing instance (self.)


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



More information about the webkit-unassigned mailing list