From d2c753abe09c53d441b8ad7298608f24fa906958 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Feb 2017 12:03:39 +0000 Subject: Update notes for dev weekend --- developer-weekend/feb-2017.mdwn | 31 +++++++++++++++++++++++++++++-- 1 file 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** -- cgit v1.2.3