summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
------