Gitweb links:

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

The branch, master has been updated
       via  5da68c33af7045d6002df56a8d049f97a7afada5 (commit)
       via  5ca8878a0feac4636c2f5e2abc3cfa304330861b (commit)
      from  642822cf396c3dca7f165ed1bd37572627de4a83 (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=5da68c33af7045d6002df56a8d049f97a7afada5
commit 5da68c33af7045d6002df56a8d049f97a7afada5
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add js console discussion

diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 3eb0d81..df96f27 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -62,7 +62,7 @@ kinnison described five things that needed to be done:
 * events from the core browser window to frontends
 
 
-### Corewindow for browser window change requirements
+## Corewindow for browser window change requirements
 
 Everything except browser window has been moved over to corewindow.
 
@@ -90,6 +90,19 @@ So front ends will only know about scale for e.g. saying 
scale in the title
 bar.  All the complexity will move to browser_window.  (For now; we should
 be able to improve matters with the new layout engine.)
 
+## Javascript console
+
+currently console output gets NSLOG under netsurf context at INFO which is a 
pile of pants. Daniel thinks js console should be property on browser window
+
+* window needs to propogate html content pointer into console object
+* console should fire content message when logging
+* browser window should consume content message (bubbling as required)
+* browser window api extended to support reading and clearing console and 
injecting js commands to run
+
+subsequently add interface to frontends, possibly core window
+
+
+
 
 Activity
 ========


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

    add adressed bug

diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 2cda3a2..3eb0d81 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -98,6 +98,8 @@ Bug Triage
 ----------
 
 * Group bug for line breaking issues is [[!bug 467]]
+* Addressed reported FTBFS error [[!bug 2627]]
+
 
 Daniel
 ------


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

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

diff --git a/developer-weekend/nov-2018.mdwn b/developer-weekend/nov-2018.mdwn
index 2cda3a2..df96f27 100644
--- a/developer-weekend/nov-2018.mdwn
+++ b/developer-weekend/nov-2018.mdwn
@@ -62,7 +62,7 @@ kinnison described five things that needed to be done:
 * events from the core browser window to frontends
 
 
-### Corewindow for browser window change requirements
+## Corewindow for browser window change requirements
 
 Everything except browser window has been moved over to corewindow.
 
@@ -90,6 +90,19 @@ So front ends will only know about scale for e.g. saying 
scale in the title
 bar.  All the complexity will move to browser_window.  (For now; we should
 be able to improve matters with the new layout engine.)
 
+## Javascript console
+
+currently console output gets NSLOG under netsurf context at INFO which is a 
pile of pants. Daniel thinks js console should be property on browser window
+
+* window needs to propogate html content pointer into console object
+* console should fire content message when logging
+* browser window should consume content message (bubbling as required)
+* browser window api extended to support reading and clearing console and 
injecting js commands to run
+
+subsequently add interface to frontends, possibly core window
+
+
+
 
 Activity
 ========
@@ -98,6 +111,8 @@ Bug Triage
 ----------
 
 * Group bug for line breaking issues is [[!bug 467]]
+* Addressed reported FTBFS error [[!bug 2627]]
+
 
 Daniel
 ------


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