Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58

The branch, master has been updated
       via  e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58 (commit)
      from  2f6ed99c4a1ac6dc8202c5a26faee6055bee8697 (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=e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58
commit e2cf96804b51f8d306cfb76d4c7d88d75c0d7d58
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    update with friday nights discussions

diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 7ce253d..ebb0250 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -21,11 +21,14 @@ Topics
 ======
 
 * Make monkey actually run functional tests
+* Discuss ick CI system
+* corewindow for browser window chnage requirements
+* javascript console logging
+* gtk download window
 
-Monkey
-------
+## Monkey
 
----Vincents notes---
+### Vincents notes
 
 It would be useful if monkey could run complete page fetch tests automatically.
 
@@ -37,7 +40,7 @@ The test plan and criteria should be stored alongside the 
test data.
 
 A minimum viable test corpus should include:
 
-* smoke test (i.e. can browser actually start and find resources etc.) 
+* smoke test i.e. can browser actually start and find resources, messages etc. 
 * page retrieval and render with at least http and https schemes
 * redirect tests
 * form tests
@@ -48,6 +51,16 @@ Extra credit things
 * a coverage build
 * valgrind or similar to spot out of bounds memory accesses and leaks
 
+### Discussion
+
+kinnison described five things that needed to be done:
+
+* extend C interface with vtable callbacks for certificate and 401 login
+* extend C interface with form interation
+* test driver in python
+* test plan language/definitions
+* events from the core browser window to frontends
+
 Activity
 ========
 


-----------------------------------------------------------------------

Summary of changes:
 developer-weekend/nov-2018.mdwn |   21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 7ce253d..ebb0250 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -21,11 +21,14 @@ Topics
 ======
 
 * Make monkey actually run functional tests
+* Discuss ick CI system
+* corewindow for browser window chnage requirements
+* javascript console logging
+* gtk download window
 
-Monkey
-------
+## Monkey
 
----Vincents notes---
+### Vincents notes
 
 It would be useful if monkey could run complete page fetch tests automatically.
 
@@ -37,7 +40,7 @@ The test plan and criteria should be stored alongside the 
test data.
 
 A minimum viable test corpus should include:
 
-* smoke test (i.e. can browser actually start and find resources etc.) 
+* smoke test i.e. can browser actually start and find resources, messages etc. 
 * page retrieval and render with at least http and https schemes
 * redirect tests
 * form tests
@@ -48,6 +51,16 @@ Extra credit things
 * a coverage build
 * valgrind or similar to spot out of bounds memory accesses and leaks
 
+### Discussion
+
+kinnison described five things that needed to be done:
+
+* extend C interface with vtable callbacks for certificate and 401 login
+* extend C interface with form interation
+* test driver in python
+* test plan language/definitions
+* events from the core browser window to frontends
+
 Activity
 ========
 


-- 
NetSurf Developer Wiki Backing Store

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to