Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/1d9dca898c32020f...
...commit
http://git.netsurf-browser.org/netsurf-wiki.git/commit/1d9dca898c32020f62...
...tree
http://git.netsurf-browser.org/netsurf-wiki.git/tree/1d9dca898c32020f6256...
The branch, master has been updated
via 1d9dca898c32020f6256ad984ce83e716ed3d9e4 (commit)
from fa1f60aa35c6ce1d5787426150b8f13c9f7b452a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=1d9dca898c3202...
commit 1d9dca898c32020f6256ad984ce83e716ed3d9e4
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
prep wiki pages for next developer weekend
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
=========
-----------------------------------------------------------------------
Summary of changes:
developer-weekend/aug-2019.mdwn | 71 +++++++++++++++++++++++++++++++++++++++
developer-weekend/may-2019.mdwn | 33 +++++++++++++++---
2 files changed, 99 insertions(+), 5 deletions(-)
create mode 100644 developer-weekend/aug-2019.mdwn
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
=========
--
NetSurf Developer Wiki Backing Store