RESOLVED FIXED27427
add event listener classes for gobject bindings
https://bugs.webkit.org/show_bug.cgi?id=27427
Summary add event listener classes for gobject bindings
Luke Kenneth Casson Leighton
Reported 2009-07-19 13:49:29 PDT
these files are being added as part of the #16401 series breaking down into smaller patches, under an agreement suggested by david. the event listener classes comprise Node, Window and XMLHTTPRequest adding and removal helpers / wrapper classes. the interface between event handling and the outside world is a little... odd and obtuse, to say the least, and requires some custom code at present to glue glib / gobject into c++/webkit.
Attachments
adds event handling intermediate functions for add and remove window, xmlhttprequest and node listeners (13.44 KB, patch)
2009-07-19 13:59 PDT, Luke Kenneth Casson Leighton
no flags
Luke Kenneth Casson Leighton
Comment 1 2009-07-19 13:59:52 PDT
Created attachment 33054 [details] adds event handling intermediate functions for add and remove window, xmlhttprequest and node listeners this patch adds the linkage between "browser-event" signal and webkit DOM event handling. it's a beginning, and it is functional. it can be seen that only "onreadystatechange" is presently allowed in xmlhttprequest because this is all that's required to get most AJAX working.
Eric Seidel (no email)
Comment 2 2009-08-06 19:01:51 PDT
Comment on attachment 33054 [details] adds event handling intermediate functions for add and remove window, xmlhttprequest and node listeners Please get a gtk reviewer to review this.
Luke Kenneth Casson Leighton
Comment 3 2009-08-08 04:07:42 PDT
Comment on attachment 33054 [details] adds event handling intermediate functions for add and remove window, xmlhttprequest and node listeners cancelling review whilst auto-patch-maintenance script is written which puts ChangeLog at top of file
Luke Kenneth Casson Leighton
Comment 4 2009-08-08 04:08:21 PDT
Comment on attachment 33054 [details] adds event handling intermediate functions for add and remove window, xmlhttprequest and node listeners cancelling review whilst auto-patch-maintenance script is written which puts ChangeLog at top of file
Martin Robinson
Comment 5 2011-07-11 13:05:29 PDT
Pretty sure this is all working in trunk. Feel free to reopen a new bug if it isn't.
Note You need to log in before you can comment on or make changes to this bug.