Gitweb links:

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

The branch, master has been updated
       via  3154dad278e8b53c53307939d61ebf8583307d44 (commit)
      from  665e5c5b7619ce399f66bad5f52dde52225a8676 (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=3154dad278e8b53c53307939d61ebf8583307d44
commit 3154dad278e8b53c53307939d61ebf8583307d44
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    What Daniel did today
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index 9cc6b2b..8c8cbfd 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -104,6 +104,23 @@ Daniel
 * Migrated the callback for auth/ssl from llcache through hlcache to the users
   of the hlcache.  It should be functionally equivalent (except sub-fetches
   no longer prompt but instead automatically fail like in other browsers).
+* Designed an approach for shadow contents, fleshed it out, discussed it among
+  ourselves, discarded as being overcomplex.  It is preserved below for 
posterity.
+* Designed, with Vince primarily being the clever monkey, a new approach which
+  removed the query callbacks from the llcache and instead uses content 
generated
+  in the `about:` handler.  We think this is cleaner.
+* Combined `CONTENT_MSG_ERROR` and `CONTENT_MSG_ERRORCODE`
+* Taught `browser_window` how to remember fetch parameters so that we can
+  restart fetches in the new query design.  Split navigation in half to make
+  that clean.
+* Migrated SSL certificate chain storage to `browser_window` and allowed it
+  to store the chains for the completed fetch, leading to possibilities of
+  padlocks later down the line.  In the process, fixed a long-standing bug
+  where serial numbers never worked.
+* Excised the llcache query pathways and migrated them all the way up to the
+  `browser_window`
+* Tracked down a strange behaviour and discovered we didn't handle `PAUSED`
+  coming out when we tried to finish the parse.  Added a fix for that.
 
 Vince
 -----


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

Summary of changes:
 developer-weekend/aug-2019.mdwn |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index 9cc6b2b..8c8cbfd 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -104,6 +104,23 @@ Daniel
 * Migrated the callback for auth/ssl from llcache through hlcache to the users
   of the hlcache.  It should be functionally equivalent (except sub-fetches
   no longer prompt but instead automatically fail like in other browsers).
+* Designed an approach for shadow contents, fleshed it out, discussed it among
+  ourselves, discarded as being overcomplex.  It is preserved below for 
posterity.
+* Designed, with Vince primarily being the clever monkey, a new approach which
+  removed the query callbacks from the llcache and instead uses content 
generated
+  in the `about:` handler.  We think this is cleaner.
+* Combined `CONTENT_MSG_ERROR` and `CONTENT_MSG_ERRORCODE`
+* Taught `browser_window` how to remember fetch parameters so that we can
+  restart fetches in the new query design.  Split navigation in half to make
+  that clean.
+* Migrated SSL certificate chain storage to `browser_window` and allowed it
+  to store the chains for the completed fetch, leading to possibilities of
+  padlocks later down the line.  In the process, fixed a long-standing bug
+  where serial numbers never worked.
+* Excised the llcache query pathways and migrated them all the way up to the
+  `browser_window`
+* Tracked down a strange behaviour and discovered we didn't handle `PAUSED`
+  coming out when we tried to finish the parse.  Added a fix for that.
 
 Vince
 -----


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