summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developer-weekend/feb-2017.mdwn16
1 files changed, 14 insertions, 2 deletions
diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
index 8e2f4ba..861acd7 100644
--- a/developer-weekend/feb-2017.mdwn
+++ b/developer-weekend/feb-2017.mdwn
@@ -54,7 +54,10 @@ plot context through everything, for widgetery (or however you spell that)
Actions:
-> **TODO:** Vince to fill out.
+* define plotetr API which passes context to each call (done)
+* update all core uses of API to match changes (in progress)
+* update core plotters (knockout and print) to meet new API
+* update each frontend plotters to provide API
`libnslayout`
-------------
@@ -64,7 +67,9 @@ Actions:
Cookies
-------
-> **TODO**: Vince will fill this out. (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.
JavaScript and Events
---------------------
@@ -90,3 +95,10 @@ Daniel found and corrected some hiccoughs in the `test/` tree:
**MERGED**
* We were at risk of going over-time on some hash table tests.
**MERGED**
+
+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.
+
+atari - toolchains are badly in need of a refresh. will be removed if noone wants to maintain it. \ No newline at end of file