summaryrefslogtreecommitdiff
path: root/developer-weekend
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-08-06 10:37:15 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-08-06 10:37:15 +0100
commitf2e5137a9e2dcd298cd65cbed9799810b47fab86 (patch)
tree404bd6896e058c865ffa1f63b8d4b5fc4de134c3 /developer-weekend
parent3154dad278e8b53c53307939d61ebf8583307d44 (diff)
downloadnetsurf-wiki-f2e5137a9e2dcd298cd65cbed9799810b47fab86.tar.gz
netsurf-wiki-f2e5137a9e2dcd298cd65cbed9799810b47fab86.tar.bz2
Update activities.
Diffstat (limited to 'developer-weekend')
-rw-r--r--developer-weekend/aug-2019.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index 8c8cbfd..edca0f1 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -78,6 +78,14 @@ Michael
* Made the RISC OS local history window claim input focus when it opens.
* Fixed a couple of Duktape bindings for DOM element nodes that didn't check the return value of a LibDOM call.
* Suppressed dead store `scan-build` warnings in the CSS presentational hints gatherer.
+* Wrote some simple iframe and image tests for bad SSL.
+* Implemented the libparagraph stuff for creating and destroying contexts.
+* Implemented the libparagraph stuff for adding content to contexts.
+* Added the libparagraph stuff to the Makefile, to build it.
+* Looked into crash with animated GIF redraw.
+ - Optimised box_coords when there's a float in the ancestors.
+ - Potentially fixed crash by short-circuiting object redraws before the HTML has had a layout pass.
+* Looked at CSS styling stuff with Vince.
Daniel
------