RESOLVED FIXED 6177
move event code from JavaScript binding into DOM implementation
https://bugs.webkit.org/show_bug.cgi?id=6177
Summary move event code from JavaScript binding into DOM implementation
Darin Adler
Reported 2005-12-21 01:28:05 PST
There is code in the JavaScript binding for events that really belongs in the DOM implementation.
Attachments
do the work in the DOM implementation, not the JavaScript binding (13.64 KB, patch)
2005-12-21 01:33 PST, Darin Adler
ggaren: review+
Darin Adler
Comment 1 2005-12-21 01:33:19 PST
Created attachment 5199 [details] do the work in the DOM implementation, not the JavaScript binding
Geoffrey Garen
Comment 2 2005-12-21 09:39:53 PST
Comment on attachment 5199 [details] do the work in the DOM implementation, not the JavaScript binding Looks good, r=me. Since you needed a comment to explain what viewportToContents does, and since I'm not quite sure what absolutePosition does (all coordinates are relative to *something* -- does absolute mean relative to the screen?), I think it would be good to rename them soon.
Lucas Forschler
Comment 3 2019-02-06 09:03:27 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.