Gitweb links:

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

The branch, master has been updated
       via  494744dc607800e39308935527a94f96b02ad12e (commit)
       via  903ed5b91d5cd1372ef67293e6264c50635e611b (commit)
      from  f2e5137a9e2dcd298cd65cbed9799810b47fab86 (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=494744dc607800e39308935527a94f96b02ad12e
commit 494744dc607800e39308935527a94f96b02ad12e
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add some statement of work entries

diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index edca0f1..56544aa 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -142,6 +142,8 @@ Vince
 * Tested Michael's RISC OS changes under RPCEmu.
 * Completed `scale`ectomy in `browser_window_mouse_click()`, 
`browser_window_mouse_track()`, `browser_window_get_features()` 
`browser_window_set_scale()`.  And updated all of the callers and all of the 
front ends.
   - Now the front ends don't need to care about scale.
+* wrote about scheme query handlers for auth and privacy
+
 
 Thoughts on shadow contents -- We decided that this was overcomplex and 
CANCELLED THIS IDEA
 
===========================================================================================
@@ -321,7 +323,14 @@ Statement of work
 If at all possible, we'd like to see some of the following addressed before
 the next developer weekend…
 
-
+* General
+    * remove 401 login implementations from all frontends
+    * implement any appropriate auto fill auth handlers
+    * low level cache should own certificate data and persist with all other 
data
+    * Implement "padlock" and repurpose certificate error core windows to be 
certificate viewing interfaces
+* Framebuffer
+    * Language support for resources (Vince)
+    * Listing of compiled-in surfaces (Vince)
 
 Next time
 =========


commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=903ed5b91d5cd1372ef67293e6264c50635e611b
commit 903ed5b91d5cd1372ef67293e6264c50635e611b
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add xxd dependancy to bsd CI instructions

diff --git a/continuous_integration/freebsd_setup.mdwn 
b/continuous_integration/freebsd_setup.mdwn
index 41a2731..a1896af 100644
--- a/continuous_integration/freebsd_setup.mdwn
+++ b/continuous_integration/freebsd_setup.mdwn
@@ -87,6 +87,9 @@ Required packages:
     gperf
     rsync
     openjdk
+    vim-console
+
+vim-console is required for the xxd tool
 
 ### config
 
diff --git a/continuous_integration/openbsd_setup.mdwn 
b/continuous_integration/openbsd_setup.mdwn
index e8dd5ef..d94d498 100644
--- a/continuous_integration/openbsd_setup.mdwn
+++ b/continuous_integration/openbsd_setup.mdwn
@@ -80,9 +80,12 @@ Ensure all ports were added in the install or mess with 
ports as needed
     pkg_add -v rsync-3.1.2p0-iconv git check doxygen
     pkg_add -v gperf flex bison gtk+2 png jpeg
     pkg_add -v wget curl bash gmake p5-HTML-Parser
+    pkg_add -v vim-8.0.0388-no_x11-lua
 
 for historical reasons link gflex to flex in /usr/bin
 
+The VIM package is necessary to install the xxd tool
+
 ### config
 
 Add node on jenkins master CI instance


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

Summary of changes:
 continuous_integration/freebsd_setup.mdwn |    3 +++
 continuous_integration/openbsd_setup.mdwn |    3 +++
 developer-weekend/aug-2019.mdwn           |   11 ++++++++++-
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/continuous_integration/freebsd_setup.mdwn 
b/continuous_integration/freebsd_setup.mdwn
index 41a2731..a1896af 100644
--- a/continuous_integration/freebsd_setup.mdwn
+++ b/continuous_integration/freebsd_setup.mdwn
@@ -87,6 +87,9 @@ Required packages:
     gperf
     rsync
     openjdk
+    vim-console
+
+vim-console is required for the xxd tool
 
 ### config
 
diff --git a/continuous_integration/openbsd_setup.mdwn 
b/continuous_integration/openbsd_setup.mdwn
index e8dd5ef..d94d498 100644
--- a/continuous_integration/openbsd_setup.mdwn
+++ b/continuous_integration/openbsd_setup.mdwn
@@ -80,9 +80,12 @@ Ensure all ports were added in the install or mess with 
ports as needed
     pkg_add -v rsync-3.1.2p0-iconv git check doxygen
     pkg_add -v gperf flex bison gtk+2 png jpeg
     pkg_add -v wget curl bash gmake p5-HTML-Parser
+    pkg_add -v vim-8.0.0388-no_x11-lua
 
 for historical reasons link gflex to flex in /usr/bin
 
+The VIM package is necessary to install the xxd tool
+
 ### config
 
 Add node on jenkins master CI instance
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index edca0f1..56544aa 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -142,6 +142,8 @@ Vince
 * Tested Michael's RISC OS changes under RPCEmu.
 * Completed `scale`ectomy in `browser_window_mouse_click()`, 
`browser_window_mouse_track()`, `browser_window_get_features()` 
`browser_window_set_scale()`.  And updated all of the callers and all of the 
front ends.
   - Now the front ends don't need to care about scale.
+* wrote about scheme query handlers for auth and privacy
+
 
 Thoughts on shadow contents -- We decided that this was overcomplex and 
CANCELLED THIS IDEA
 
===========================================================================================
@@ -321,7 +323,14 @@ Statement of work
 If at all possible, we'd like to see some of the following addressed before
 the next developer weekend…
 
-
+* General
+    * remove 401 login implementations from all frontends
+    * implement any appropriate auto fill auth handlers
+    * low level cache should own certificate data and persist with all other 
data
+    * Implement "padlock" and repurpose certificate error core windows to be 
certificate viewing interfaces
+* Framebuffer
+    * Language support for resources (Vince)
+    * Listing of compiled-in surfaces (Vince)
 
 Next time
 =========


-- 
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