Gitweb links:

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

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

    Tweaks to today's work

diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
index e972b08..8d952ee 100644
--- a/developer-weekend/feb-2017.mdwn
+++ b/developer-weekend/feb-2017.mdwn
@@ -7,7 +7,7 @@
 Attendees
 =========
 
-* John-Mark Bell (Yes, he's not dead)
+* John-Mark Bell (Yes, he's not dead) (Still!)
 * Michael Drake
 * Vincent Sanders
 * Daniel Silverstone
@@ -90,9 +90,12 @@ Michael started looking at the new layout engine again.
 Cookies
 -------
 
-netsurf cookies currently adheres to RFC2109 (kinda) and we should implement  
RFC6265
+netsurf cookies currently adheres to RFC2109 (kinda) and we should implement
+RFC6265
 
-Vince has investigated and this is necessary for using cookies at least 
partially safely with javascript. without this implementation javascript acess 
is not secure.
+Vince has investigated and this is necessary for using cookies at least
+partially safely with javascript. without this implementation javascript acess
+is not secure.
 
 JavaScript and Events
 ---------------------
@@ -103,11 +106,12 @@ Activity:
 
 * Fixed bug in nsgenbind which meant generic onFOO handlers were always being
   registered for 'click'. **MERGED**
-* Added support for event listeners to duktape binding
-* Added `EventTarget` IDL implementation to duktape binding
+* Added support for event listeners to duktape binding **MERGED**
+* Added `EventTarget` IDL implementation to duktape binding **MERGED**
 * Added test case for `DOMNodeInserted` which sadly doesn't work on modern
-  browsers due to them switching to mutation observers.
-* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget`
+  browsers due to them switching to mutation observers. **MERGED**
+* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget` **MERGED**
+* Added an alignment to shush clang for struct casting **MERGED**
 
 Tests
 -----
@@ -122,6 +126,10 @@ Daniel found and corrected some hiccoughs in the `test/` 
tree:
 Frontends
 ---------
 
-cocoa - to be put on notice. noone is maintaining it. if noone responds on 
developer or user list then CI will stop building and updating to build will 
not be required. If the frontend does not build at teh next developer weekend 
it will be removed from git.
+* **cocoa:** to be put on notice. noone is maintaining it. if noone responds on
+  developer or user list then CI will stop building and updating to build will
+  not be required. If the frontend does not build at teh next developer weekend
+  it will be removed from git.
 
-atari - toolchains are badly in need of a refresh. will be removed if noone 
wants to maintain it.
+* **atari:** toolchains are badly in need of a refresh. will be removed if
+  noone wants to maintain it.


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

Summary of changes:
 developer-weekend/feb-2017.mdwn |   26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
index e972b08..8d952ee 100644
--- a/developer-weekend/feb-2017.mdwn
+++ b/developer-weekend/feb-2017.mdwn
@@ -7,7 +7,7 @@
 Attendees
 =========
 
-* John-Mark Bell (Yes, he's not dead)
+* John-Mark Bell (Yes, he's not dead) (Still!)
 * Michael Drake
 * Vincent Sanders
 * Daniel Silverstone
@@ -90,9 +90,12 @@ Michael started looking at the new layout engine again.
 Cookies
 -------
 
-netsurf cookies currently adheres to RFC2109 (kinda) and we should implement  
RFC6265
+netsurf cookies currently adheres to RFC2109 (kinda) and we should implement
+RFC6265
 
-Vince has investigated and this is necessary for using cookies at least 
partially safely with javascript. without this implementation javascript acess 
is not secure.
+Vince has investigated and this is necessary for using cookies at least
+partially safely with javascript. without this implementation javascript acess
+is not secure.
 
 JavaScript and Events
 ---------------------
@@ -103,11 +106,12 @@ Activity:
 
 * Fixed bug in nsgenbind which meant generic onFOO handlers were always being
   registered for 'click'. **MERGED**
-* Added support for event listeners to duktape binding
-* Added `EventTarget` IDL implementation to duktape binding
+* Added support for event listeners to duktape binding **MERGED**
+* Added `EventTarget` IDL implementation to duktape binding **MERGED**
 * Added test case for `DOMNodeInserted` which sadly doesn't work on modern
-  browsers due to them switching to mutation observers.
-* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget`
+  browsers due to them switching to mutation observers. **MERGED**
+* Updated `Docs/UnimplementedJavascript.txt` for `EventTarget` **MERGED**
+* Added an alignment to shush clang for struct casting **MERGED**
 
 Tests
 -----
@@ -122,6 +126,10 @@ Daniel found and corrected some hiccoughs in the `test/` 
tree:
 Frontends
 ---------
 
-cocoa - to be put on notice. noone is maintaining it. if noone responds on 
developer or user list then CI will stop building and updating to build will 
not be required. If the frontend does not build at teh next developer weekend 
it will be removed from git.
+* **cocoa:** to be put on notice. noone is maintaining it. if noone responds on
+  developer or user list then CI will stop building and updating to build will
+  not be required. If the frontend does not build at teh next developer weekend
+  it will be removed from git.
 
-atari - toolchains are badly in need of a refresh. will be removed if noone 
wants to maintain it.
+* **atari:** toolchains are badly in need of a refresh. will be removed if
+  noone wants to maintain it.


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