From 86bbb63e0883ed127cc6247300d2422e42fde803 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 2 Aug 2015 15:55:39 +0100 Subject: Imporve TODO. --- src/dom/event.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/dom/event.c b/src/dom/event.c index 152fd34..6217e7a 100644 --- a/src/dom/event.c +++ b/src/dom/event.c @@ -101,13 +101,8 @@ nslayout_error nsl_dom_event_layout_init(nslayout_layout *layout) { dom_exception exc; - /* TODO: Somehow register with libdom to get DOM change notifications. - * - * At the moment, for testing, the client calls our event - * handler directly. It looks as though libdom needs its - * DOM event handling improved. Either add DOM mutation - * observer support, or add some specific client notification - * system, like other rendering engines. + /* TODO: LibDOM even listeners are really slow. Need to find a better + * way to get DOM change notifications. */ exc = dom_event_listener_create(layout->doc, nsl__dom_event_handler, -- cgit v1.2.3