summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developer-weekend/aug-2019.mdwn71
-rw-r--r--developer-weekend/may-2019.mdwn33
2 files changed, 99 insertions, 5 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
new file mode 100644
index 0000000..fabd390
--- /dev/null
+++ b/developer-weekend/aug-2019.mdwn
@@ -0,0 +1,71 @@
+[[!meta title="Developer Weekend (August 2019)"]]
+[[!meta author="NetSurf Developers"]]
+[[!meta date="2019-08-01 10:00:00"]]
+
+[[!toc]]
+
+Attendees
+=========
+
+* Michael Drake
+* Vincent Sanders
+* Daniel Silverstone
+
+Apologies
+=========
+
+* John-Mark Bell
+
+Outstanding work (from May)
+============================
+
+* Monkey
+ * Driver - capability to "Click" on a specified piece of text (Daniel)
+ (Basically a way to say click button FOO)
+* Framebuffer
+ * Language support for resources (Vince)
+ * Listing of compiled-in surfaces (Vince)
+
+Topics
+======
+
+
+Discussions
+===========
+
+
+Frontends
+=========
+
+
+Bug Triage
+==========
+
+
+Activity
+========
+
+Michael
+-------
+
+
+Daniel
+------
+
+
+Vince
+-----
+
+Statement of work
+=================
+
+If at all possible, we'd like to see some of the following addressed before
+the next developer weekend…
+
+
+
+Next time
+=========
+
+TBD
+
diff --git a/developer-weekend/may-2019.mdwn b/developer-weekend/may-2019.mdwn
index 3107d16..b45ba3a 100644
--- a/developer-weekend/may-2019.mdwn
+++ b/developer-weekend/may-2019.mdwn
@@ -16,11 +16,8 @@ Apologies
* John-Mark Bell
-Statement of work (from February)
-=================================
-
-If at all possible, we'd like to see some of the following addressed before
-the next developer weekend…
+Outstanding work (from February)
+================================
* Monkey
* Ability to inject an arbitrary piece of JavaScript (Daniel)
@@ -81,6 +78,10 @@ stuff, the result would be poor because:
* It would be really slow because all of the CSS selection
work would need redone for each new box tree construction.
+Bug Triage
+==========
+
+We did a basic triage and catagorized all outstanding 'new' issues
Activity
========
@@ -90,14 +91,36 @@ Michael
* Looked into how we could hack dynamic layout into the
current layout engine, and wrote it up (above).
+* merged media queries
Daniel
------
+* lots of javascript fixes
+* assist with media queries merge
Vince
-----
+* Fixed nsgenbind output so it correctly places #line directives greatly improving debug output usefulness
+* wrote document on creating bindings
+* improved monkey tests
+* assist with media queries merge
+
+Statement of work
+=================
+
+If at all possible, we'd like to see some of the following addressed before
+the next developer weekend…
+
+* General
+ * release 3.9 (vince)
+* Monkey
+ * Driver - capability to "Click" on a specified piece of text (Daniel)
+ (Basically a way to say click button FOO)
+* Framebuffer
+ * Language support for resources (Vince)
+ * Listing of compiled-in surfaces (Vince)
Next time
=========