summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 12:03:39 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 12:03:39 +0000
commitd2c753abe09c53d441b8ad7298608f24fa906958 (patch)
treebc3a66b02e383bc6226458ca7e446652feae88bb
parentd81cbe93cb7c348bcf0c7093c8df389698c4eb0c (diff)
downloadnetsurf-wiki-d2c753abe09c53d441b8ad7298608f24fa906958.tar.gz
netsurf-wiki-d2c753abe09c53d441b8ad7298608f24fa906958.tar.bz2
Update notes for dev weekend
-rw-r--r--developer-weekend/feb-2017.mdwn31
1 files changed, 29 insertions, 2 deletions
diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
index c3a0412..8e2f4ba 100644
--- a/developer-weekend/feb-2017.mdwn
+++ b/developer-weekend/feb-2017.mdwn
@@ -42,11 +42,19 @@ CSS Media Queries
John-Mark is getting on with these
+Actions:
+
+> **TODO** jmb to fill out
+
Plotter API work
----------------
-After discussion, Vince is working on updating the plotter API to
-thread the plot context through everything, for widgetery (or however you spell that)
+After discussion, Vince is working on updating the plotter API to thread the
+plot context through everything, for widgetery (or however you spell that)
+
+Actions:
+
+> **TODO:** Vince to fill out.
`libnslayout`
-------------
@@ -63,3 +71,22 @@ JavaScript and Events
Daniel continues his epic horror-party into `addEventListener()` and friends.
+Activity:
+
+* Fixed bug in nsgenbind which meant generic onFOO handlers were always being
+ registered for 'click'. **MERGED**
+* Added support for event listeners to duktape binding
+* Added `EventTarget` IDL implementation to duktape binding
+* Added test case for `DOMNodeInserted` which sadly doesn't work on modern
+ browsers due to them switching to mutation observers.
+* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget`
+
+Tests
+-----
+
+Daniel found and corrected some hiccoughs in the `test/` tree:
+
+* We were linking the system libidn rather than using `utils/punycode.c`
+ **MERGED**
+* We were at risk of going over-time on some hash table tests.
+ **MERGED**