[Webkit-unassigned] [Bug 8958] Should be able to have custom implementations for JS methods

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 17 12:16:52 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8958


andersca at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |andersca at mac.com
                   |unassigned at opendarwin.org   |
             Status|NEW                         |ASSIGNED
   Attachment #8368|                            |review?
               Flag|                            |




------- Comment #1 from andersca at mac.com  2006-05-17 12:16 PDT -------
Created an attachment (id=8368)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=8368&action=view)
Add [Custom] keyword and port JSCanvasRenderingContext2D over to it

There are two things I'm unsure about with this patch:

* The custom functions in CanvasRenderingContext2D are vararg functions, and
I've indicated this by adding /* ... */ as arguments to them. The problem with
this is that the length property of the function won't be correct.

* I don't like the "custom" type that's used for properties. Perhaps "object"
or "any" is a better choice?


-- 
Configure bugmail: http://bugzilla.opendarwin.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