Re: PSA: Non-unified builds no longer occurring on central/inbound and friends

2015-02-02 Thread Mike Hommey
On Tue, Feb 03, 2015 at 02:27:52PM +0900, ISHIKAWA,chiaki wrote: > I did a non-unified build and saw the expected failure. > This is a summary of what I saw. > > Background: > > I may need to modify and debug basic I/O routines on local PC, and so > want to avoid unnecessary compilation. I use cc

Re: PSA: Non-unified builds no longer occurring on central/inbound and friends

2015-02-02 Thread ISHIKAWA,chiaki
I did a non-unified build and saw the expected failure. This is a summary of what I saw. Background: I may need to modify and debug basic I/O routines on local PC, and so want to avoid unnecessary compilation. I use ccache locally to make sure I can avoid re-compilation of touched but not modifi

Intent to implement: CSS Grid Layout Module Level 1

2015-02-02 Thread Mats Palmgren
Summary: CSS Grid defines a two-dimensional grid-based layout system, optimized for user interface design. In the grid layout model, the children of a grid container can be positioned into arbitrary slots in a flexible or fixed predefined layout grid. Bug: https://bugzilla.mozilla.org/show_bu

Re: Intent to ship: CSS display:contents

2015-02-02 Thread Mats Palmgren
On 02/02/2015 07:27 PM, paul.ir...@gmail.com wrote: Hey Mats, the use cases are not obvious to me, but I didn't follow the original www-style threads on this so I'm lacking context. (A the spec doesn't help either) Can you help explain why a developer would use `display:contents`? I think it'd

Re: Intent to ship: CSS display:contents

2015-02-02 Thread L. David Baron
On Monday 2015-02-02 11:27 -0800, paul.ir...@gmail.com wrote: > Hey Mats, the use cases are not obvious to me, but I didn't follow the > original www-style threads on this so I'm lacking context. (A the spec > doesn't help either) > > Can you help explain why a developer would use `display:conte

Re: Intent to ship: CSS display:contents

2015-02-02 Thread Tantek Çelik
I'll rephrase Paul Irish's excellent question. Rather than an email to be lost in archives, could you provide a URL to a wiki page where the web designer / developer use-cases for "display:contents" are documented, e.g. one use-case per section? If not, I'm happy to ask the CSSWG myself. Tantek

Re: Web Workers full reference + tutorials

2015-02-02 Thread Chris Mills
> On 2 Feb 2015, at 18:48, nsm.nik...@gmail.com wrote: > > On Friday, January 30, 2015 at 8:49:51 AM UTC-8, Chris Mills wrote: >> Hi all, >> >> We've had some web workers stuff on MDN for a while now, but it has been >> rather bitty and incomplete. I've added in the missing bits, updated stuff,

Re: Intent to ship: CSS display:contents

2015-02-02 Thread paul . irish
Hey Mats, the use cases are not obvious to me, but I didn't follow the original www-style threads on this so I'm lacking context. (A the spec doesn't help either) Can you help explain why a developer would use `display:contents`? I think it'd help to have it described a bit. Thanks! _

Re: Intent to ship: CSS display:contents

2015-02-02 Thread Jet Villegas
CSSWG determined that display:contents covers use cases that CSS Grid subgrid would otherwise cover [1]. We may punt on subgrid now that we've got display:contents in Gecko. Other UAs have voiced support for the same at the May 2014 F2F. --Jet [1] https://lists.w3.org/Archives/Public/www-style/20

Re: Web Workers full reference + tutorials

2015-02-02 Thread nsm . nikhil
On Friday, January 30, 2015 at 8:49:51 AM UTC-8, Chris Mills wrote: > Hi all, > > We've had some web workers stuff on MDN for a while now, but it has been > rather bitty and incomplete. I've added in the missing bits, updated stuff, > and pulled it together underneath the following landing page:

Re: Intent to ship: CSS display:contents

2015-02-02 Thread Mats Palmgren
On 02/02/2015 04:11 PM, Boris Zbarsky wrote: On 2/1/15 4:36 PM, Mats Palmgren wrote: CSS display:contents has been enabled by default in v37 and my intent is to ship this feature in v37 on all platforms. Do we have any indication on whether any other UAs are planning to ship this? I'm not aw

Re: Intent to ship: CSS display:contents

2015-02-02 Thread Boris Zbarsky
On 2/1/15 4:36 PM, Mats Palmgren wrote: CSS display:contents has been enabled by default in v37 and my intent is to ship this feature in v37 on all platforms. Do we have any indication on whether any other UAs are planning to ship this? -Boris ___

Intent to ship: CSS display:contents

2015-02-02 Thread Mats Palmgren
CSS display:contents has been enabled by default in v37 and my intent is to ship this feature in v37 on all platforms. It can be disabled by setting the hidden preference layout.css.display-contents.enabled to false. Link to standard: CSS Display Module Level 3 http://dev.w3.org/csswg/css-displa