Bug 7749 - canvas should be in DOM, not implemented in the JS bindings
Summary: canvas should be in DOM, not implemented in the JS bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-12 20:46 PST by Darin Adler
Modified: 2006-03-16 00:38 PST (History)
1 user (show)

See Also:


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 Details
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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-03-12 20:46:29 PST
First step of improvements to canvas is to move it out of the JavaScript bindings directory.
Comment 1 Darin Adler 2006-03-12 20:47:08 PST
Created attachment 7042 [details]
notes on what I learned about canvas while working on this
Comment 2 Darin Adler 2006-03-12 21:07:54 PST
Created attachment 7043 [details]
move canvas to DOM, merge JS wrap functions into one called toJS
Comment 3 David Carson 2006-03-13 16:43:48 PST
This patch may also correct this bug:
http://bugzilla.opendarwin.org/show_bug.cgi?id=4884
Comment 4 Dave Hyatt 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