RESOLVED FIXED 7749
canvas should be in DOM, not implemented in the JS bindings
https://bugs.webkit.org/show_bug.cgi?id=7749
Summary canvas should be in DOM, not implemented in the JS bindings
Darin Adler
Reported 2006-03-12 20:46:29 PST
First step of improvements to canvas is to move it out of the JavaScript bindings directory.
Attachments
notes on what I learned about canvas while working on this (4.22 KB, text/plain)
2006-03-12 20:47 PST, Darin Adler
no flags
move canvas to DOM, merge JS wrap functions into one called toJS (305.10 KB, patch)
2006-03-12 21:07 PST, Darin Adler
hyatt: review+
Darin Adler
Comment 1 2006-03-12 20:47:08 PST
Created attachment 7042 [details] notes on what I learned about canvas while working on this
Darin Adler
Comment 2 2006-03-12 21:07:54 PST
Created attachment 7043 [details] move canvas to DOM, merge JS wrap functions into one called toJS
David Carson
Comment 3 2006-03-13 16:43:48 PST
This patch may also correct this bug: http://bugzilla.opendarwin.org/show_bug.cgi?id=4884
Dave Hyatt
Comment 4 2006-03-15 19:33:55 PST
Comment on attachment 7043 [details] move canvas to DOM, merge JS wrap functions into one called toJS r=me
Note You need to log in before you can comment on or make changes to this bug.