[Webkit-unassigned] [Bug 39962] Remove hand-rolled JSC bindings for CanvasRenderingContext2D

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 17:48:20 PDT 2010


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





--- Comment #11 from Darin Adler <darin at apple.com>  2010-06-12 17:48:19 PST ---
(From update of attachment 58566)
The way I see it we have two separate issues:

    1) Hand-generation vs. auto-generation.

    2) Handling of missing arguments.

I would like to see a patch that only changes use from hand-generation to auto-generation, and then a separate patch to change handling of missing arguments. The former patch should be done right away! The latter, requires some though about how to keep existing code working. I believe there is quite a bit of code that depends on the current behavior, although mainly in Apple-specific products. Longer term it would be best to match other browsers, but the path from here to there may require some sort of compatibility mode.

I can’t tell from this patch whether it does or does not change the handling of missing arguments.

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


More information about the webkit-unassigned mailing list