summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-08-02 15:55:39 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-08-02 15:55:39 +0100
commit31c13f67167a0150728ef1ff67451b69081fa4cd (patch)
treedab66d7e2df0b3add7ebd0cf651d8d4db6c0cfe8
parent743416123ea60e7beed896abe54cafbc92116918 (diff)
downloadlibnslayout-31c13f67167a0150728ef1ff67451b69081fa4cd.tar.gz
libnslayout-31c13f67167a0150728ef1ff67451b69081fa4cd.tar.bz2
Imporve TODO.
-rw-r--r--src/dom/event.c9
1 files changed, 2 insertions, 7 deletions
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,