summaryrefslogtreecommitdiff
path: root/developer-weekend
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-24 21:43:19 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-24 21:43:19 +0100
commite0d2f7a7a8ff471af0ea6d496f94b2af83837fc6 (patch)
tree1a0d8b974902453f49c5487fe630aea3f2ae5a22 /developer-weekend
parent7a9513ae1a7209073e7ee6128f23778070af1e02 (diff)
downloadnetsurf-wiki-e0d2f7a7a8ff471af0ea6d496f94b2af83837fc6.tar.gz
netsurf-wiki-e0d2f7a7a8ff471af0ea6d496f94b2af83837fc6.tar.bz2
devday: Add Daniel's work so far
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'developer-weekend')
-rw-r--r--developer-weekend/may-2020.mdwn23
1 files changed, 22 insertions, 1 deletions
diff --git a/developer-weekend/may-2020.mdwn b/developer-weekend/may-2020.mdwn
index fd7dda1..f8e7333 100644
--- a/developer-weekend/may-2020.mdwn
+++ b/developer-weekend/may-2020.mdwn
@@ -99,7 +99,28 @@ Michael
Daniel
------
-*
+* Performed `sslcert_viewer`-ectomy
+* Reworked env to prefer cross-env
+* Included link for query/ssl to display certs
+* Made curl fetcher build without openssl again
+* Made treeview cancellation behave right
+* ...and made gtk global history and friends cope with select all
+* Added `<canvas>` support
+* Fixed bug in GTK Quit handling
+* Altered logging in `fs_backing_store`
+* Unbroke monkey driver timeout handling
+* Added cookie counting to `browser_window`
+* Reworked cookie presentation as a `guit->misc` callback
+* ...for all the major frontends
+* Fixed buffer overrun in idna
+* Fixed leak in llcache when new cert chains turn up
+* Wrote Game of Life test for Canvas
+* Fixed int32 and ulong property setting in `html_element` in libdom
+* Fixed title string handling in `html_title_element`
+* Support more types in `_init()` handling in nsgenbind
+* Used `output_ccode` in more places in nsgenbind
+* Fixed AST generation for overloaded methods in nsgenbind
+
Vince
-----