Re: Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-09-09 Thread L. David Baron
On Tuesday 2015-09-08 23:25 -0700, Jonas Sicking wrote: > On Tue, Sep 8, 2015 at 5:33 PM, Tantek Çelik wrote: > > On Wed, Aug 19, 2015 at 3:16 AM, Henri Sivonen wrote: > >> On Sun, Aug 9, 2015 at 9:59 PM, L. David Baron wrote: > >> > The W3C is proposing revised charters for: > >> > > >> > Web

[stats] Counting HTTP/2 domain names

2015-09-09 Thread Karl Dubost
Hi, Do we have a way to evaluate the number of domain names (not HTTP requests) which are communicating with Firefox using HTTP/2? Question triggered by the recent interesting post of Daniel http://daniel.haxx.se/blog/2015/09/07/http2-115-days-with-the-rfc/ -- Karl Dubost, Mozilla http://www.l

Project Candle: an initiative to reduce power consumption

2015-09-09 Thread Nicholas Nethercote
Greetings, The 2015 Platform Engineering roadmap [1] (https://wiki.mozilla.org/Platform/Roadmap) mentioned "Candle", an initiative that aims to reduce the power consumption of Firefox (desktop and Android) and Firefox OS, that sits alongside other well-known initiatives like CrashKill, CritSmash,

You can now freely mix declarations and statements in all Mozilla C code

2015-09-09 Thread Nicholas Nethercote
Hi, In C89 you can't mix declarations and statements, i.e. you have to declare local variables at the top of a block. C99 relaxed this annoying restriction, but MSVC did not add support for it for a long time, so with GCC we compile with -Wdeclaration-after-statement even though we also compile wi

Re: Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-09-09 Thread L. David Baron
On Wednesday 2015-09-09 08:49 -0700, Jonas Sicking wrote: > Let me put it this way, how would you feel about integrating the HTML > WG into the W3C Style WG? If the HTML part of the WG were using asynchronous decision making on a separate mailing list, I don't think it would be a big deal. (It wou

Re: Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-09-09 Thread Jonas Sicking
On Wed, Sep 9, 2015 at 8:16 AM, L. David Baron wrote: > On Tuesday 2015-09-08 23:25 -0700, Jonas Sicking wrote: >> On Tue, Sep 8, 2015 at 5:33 PM, Tantek Çelik wrote: >> > On Wed, Aug 19, 2015 at 3:16 AM, Henri Sivonen >> > wrote: >> >> On Sun, Aug 9, 2015 at 9:59 PM, L. David Baron wrote: >>

Re: Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-09-09 Thread L. David Baron
On Tuesday 2015-09-08 23:25 -0700, Jonas Sicking wrote: > On Tue, Sep 8, 2015 at 5:33 PM, Tantek Çelik wrote: > > On Wed, Aug 19, 2015 at 3:16 AM, Henri Sivonen wrote: > >> On Sun, Aug 9, 2015 at 9:59 PM, L. David Baron wrote: > >> > The W3C is proposing revised charters for: > >> > > >> > Web

Re: Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-09-09 Thread Anne van Kesteren
On Wed, Sep 9, 2015 at 2:33 AM, Tantek Çelik wrote: > From everything I've seen, I don't expect much work around HTML beyond > taking/merging bugfixes. I'm hoping with the new license that if W3C makes > its own bugfixes that we find a way of propagating those bugfixes to WHATWG > HTML as well. F

Re: Proposal: revisit and implement navigator.hardwareConcurrency

2015-09-09 Thread Anne van Kesteren
On Tue, Sep 8, 2015 at 9:21 PM, Luke Wagner wrote: > https://wiki.whatwg.org/wiki/Navigator_HW_Concurrency Anyone here interested in making a PR against https://github.com/whatwg/html so the actual standard is updated too? -- https://annevankesteren.nl/