Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/240232d567720c1a1842aa2a97c7ac70bd5808af
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/240232d567720c1a1842aa2a97c7ac70bd5808af
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/240232d567720c1a1842aa2a97c7ac70bd5808af

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

    Initial notes about feb hack weekend

diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
new file mode 100644
index 0000000..c3a0412
--- /dev/null
+++ b/developer-weekend/feb-2017.mdwn
@@ -0,0 +1,65 @@
+[[!meta title="Developer Weekend (Feb 2017)"]]
+[[!meta author="Daniel Silverstone"]]
+[[!meta date="2017-02-04 12:00:00"]]
+
+[[!toc]]
+
+Attendees
+=========
+
+* John-Mark Bell (Yes, he's not dead)
+* Michael Drake
+* Vincent Sanders
+* Daniel Silverstone
+
+Apologies
+=========
+
+* Chris Young (Still not quite up to visiting)
+
+Topics
+======
+
+GIF Stuff
+---------
+
+John-Mark and Vince have had a trawl through the `libnsgif` stuff and
+basically decided "OH GODS NO!" and want to replace the lzw stuff.
+
+Content Sharing
+---------------
+
+We decided that any content which implicitly or explicitly contains context
+(for example HTML, Animated GIFs, audio, video, etc) cannot be shared.
+
+GIFs could start out unshared, and if they determine later that they are not
+animated, they could flip to a shared context.  Ditto they could, on
+`CONTENT_DONE`, switch from copied data to referencing the whole content stored
+in `llcache`.
+
+CSS Media Queries
+-----------------
+
+John-Mark is getting on with these
+
+Plotter API work
+----------------
+
+After discussion, Vince is working on updating the plotter API to
+thread the plot context through everything, for widgetery (or however you 
spell that)
+
+`libnslayout`
+-------------
+
+> **TODO**: Michael will fill this out.
+
+Cookies
+-------
+
+> **TODO**: Vince will fill this out. (RFC6265)
+
+JavaScript and Events
+---------------------
+
+Daniel continues his epic horror-party into `addEventListener()` and friends.
+


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

Summary of changes:
 developer-weekend/feb-2017.mdwn |   65 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
 create mode 100644 developer-weekend/feb-2017.mdwn

diff --git a/developer-weekend/feb-2017.mdwn b/developer-weekend/feb-2017.mdwn
new file mode 100644
index 0000000..c3a0412
--- /dev/null
+++ b/developer-weekend/feb-2017.mdwn
@@ -0,0 +1,65 @@
+[[!meta title="Developer Weekend (Feb 2017)"]]
+[[!meta author="Daniel Silverstone"]]
+[[!meta date="2017-02-04 12:00:00"]]
+
+[[!toc]]
+
+Attendees
+=========
+
+* John-Mark Bell (Yes, he's not dead)
+* Michael Drake
+* Vincent Sanders
+* Daniel Silverstone
+
+Apologies
+=========
+
+* Chris Young (Still not quite up to visiting)
+
+Topics
+======
+
+GIF Stuff
+---------
+
+John-Mark and Vince have had a trawl through the `libnsgif` stuff and
+basically decided "OH GODS NO!" and want to replace the lzw stuff.
+
+Content Sharing
+---------------
+
+We decided that any content which implicitly or explicitly contains context
+(for example HTML, Animated GIFs, audio, video, etc) cannot be shared.
+
+GIFs could start out unshared, and if they determine later that they are not
+animated, they could flip to a shared context.  Ditto they could, on
+`CONTENT_DONE`, switch from copied data to referencing the whole content stored
+in `llcache`.
+
+CSS Media Queries
+-----------------
+
+John-Mark is getting on with these
+
+Plotter API work
+----------------
+
+After discussion, Vince is working on updating the plotter API to
+thread the plot context through everything, for widgetery (or however you 
spell that)
+
+`libnslayout`
+-------------
+
+> **TODO**: Michael will fill this out.
+
+Cookies
+-------
+
+> **TODO**: Vince will fill this out. (RFC6265)
+
+JavaScript and Events
+---------------------
+
+Daniel continues his epic horror-party into `addEventListener()` and friends.
+


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