summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developer-weekend/feb-2017.mdwn26
1 files changed, 17 insertions, 9 deletions
diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
index e972b08..8d952ee 100644
--- a/developer-weekend/feb-2017.mdwn
+++ b/developer-weekend/feb-2017.mdwn
@@ -7,7 +7,7 @@
Attendees
=========
-* John-Mark Bell (Yes, he's not dead)
+* John-Mark Bell (Yes, he's not dead) (Still!)
* Michael Drake
* Vincent Sanders
* Daniel Silverstone
@@ -90,9 +90,12 @@ Michael started looking at the new layout engine again.
Cookies
-------
-netsurf cookies currently adheres to RFC2109 (kinda) and we should implement RFC6265
+netsurf cookies currently adheres to RFC2109 (kinda) and we should implement
+RFC6265
-Vince has investigated and this is necessary for using cookies at least partially safely with javascript. without this implementation javascript acess is not secure.
+Vince has investigated and this is necessary for using cookies at least
+partially safely with javascript. without this implementation javascript acess
+is not secure.
JavaScript and Events
---------------------
@@ -103,11 +106,12 @@ 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 support for event listeners to duktape binding **MERGED**
+* Added `EventTarget` IDL implementation to duktape binding **MERGED**
* 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`
+ browsers due to them switching to mutation observers. **MERGED**
+* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget` **MERGED**
+* Added an alignment to shush clang for struct casting **MERGED**
Tests
-----
@@ -122,6 +126,10 @@ Daniel found and corrected some hiccoughs in the `test/` tree:
Frontends
---------
-cocoa - to be put on notice. noone is maintaining it. if noone responds on developer or user list then CI will stop building and updating to build will not be required. If the frontend does not build at teh next developer weekend it will be removed from git.
+* **cocoa:** to be put on notice. noone is maintaining it. if noone responds on
+ developer or user list then CI will stop building and updating to build will
+ not be required. If the frontend does not build at teh next developer weekend
+ it will be removed from git.
-atari - toolchains are badly in need of a refresh. will be removed if noone wants to maintain it.
+* **atari:** toolchains are badly in need of a refresh. will be removed if
+ noone wants to maintain it.