summaryrefslogtreecommitdiff
path: root/developer-weekend
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-05 13:05:35 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-05 13:05:35 +0000
commita2f6d19e7e68c4c731c20e971bda08e5057e3d40 (patch)
tree30da0657b0f690d93afb240bb24cc0ce10a5d9d9 /developer-weekend
parentd2c753abe09c53d441b8ad7298608f24fa906958 (diff)
downloadnetsurf-wiki-a2f6d19e7e68c4c731c20e971bda08e5057e3d40.tar.gz
netsurf-wiki-a2f6d19e7e68c4c731c20e971bda08e5057e3d40.tar.bz2
Update my progress in developer weekend
Diffstat (limited to 'developer-weekend')
-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