summaryrefslogtreecommitdiff
path: root/developer-weekend
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-06 11:28:44 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-06 11:28:44 +0100
commit02fd10c3d97cbe12c2dcb40d3d433ca7e01d8abb (patch)
treec5daf658974a5bb92d71a4e9c86167785e07f7d7 /developer-weekend
parent494744dc607800e39308935527a94f96b02ad12e (diff)
downloadnetsurf-wiki-02fd10c3d97cbe12c2dcb40d3d433ca7e01d8abb.tar.gz
netsurf-wiki-02fd10c3d97cbe12c2dcb40d3d433ca7e01d8abb.tar.bz2
My notes for tuesday morning
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'developer-weekend')
-rw-r--r--developer-weekend/aug-2019.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/developer-weekend/aug-2019.mdwn b/developer-weekend/aug-2019.mdwn
index 56544aa..8e8f41c 100644
--- a/developer-weekend/aug-2019.mdwn
+++ b/developer-weekend/aug-2019.mdwn
@@ -129,6 +129,9 @@ Daniel
`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.
+* Added internal navigation concept to `browser_window` and migrated the
+ login handling inside it, using Vince's new auth query support in the `about:`
+ fetcher.
Vince
-----