Bug 1286075: major changes to in-tree task graph generation for non-test tasks

2016-09-07 Thread Dustin Mitchell
If you have worked on adding or modifying the gecko tasks that run in taskcluster, heads up! I've just pushed a patchset to bug 1286075 which will dramatically change how tasks are configured. Change for the better, of course! Please see the bug for the details, but the general idea is that

Re: Proposed W3C Charter: CSS Working Group

2016-09-07 Thread L. David Baron
On Monday 2016-08-29 17:21 -0700, L. David Baron wrote: > The W3C is proposing a revised charter for: > > Cascading Style Sheets (CSS) Working Group > https://www.w3.org/Style/2016/css-2016.html > https://lists.w3.org/Archives/Public/public-new-work/2016Aug/.html > > Mozilla has the

Intent to implement: canvas getTransform() and setTransform(DOMMatrixInit) methods.

2016-09-07 Thread Thomas Wisniewski
The canvas draft spec used to have a currentTransform attribute on 2D canvas context objects, which was implemented by Chrome (behind a runtime flag). We also ship our own similar (but non-standard) mozGetTransform and mozSetTransform methods. The draft spec has since changed to add a

Re: netwerk and media experts; feedback requests for background upload/download WebAPI video download use-case

2016-09-07 Thread Ben Kelly
I wrote a test using fetch() that seems to suggest we don't re-use in-progress requests at the http cache level. (Note, this downloads about 200MB... don't click on your mobile.) https://people.mozilla.org/~bkelly/fetch/http-cache/ On Wed, Sep 7, 2016 at 1:45 PM, Andrew Sutherland <

netwerk and media experts; feedback requests for background upload/download WebAPI video download use-case

2016-09-07 Thread Andrew Sutherland
There's a proposal at https://github.com/jakearchibald/background-cache for enabling persistently-tracked uploads/downloads in the background. It might change names to background-fetch. I'm interested in getting some informed feedback about the following use-case on