Re: any concerns with dropping the talos test v8 and using AWFY Octane instead?

2016-01-12 Thread William Lachance
On 2016-01-11 4:12 PM, Eric Rahm wrote: On Monday, January 11, 2016 at 8:42:11 AM UTC-8, William Lachance wrote: It seems like another alternative might be to run Octane in Talos, instead of v8_7. It seems like Talos has two advantages over AWFY (correct me if I'm wrong): 1. Easy for developer

Re: C++ Core Guidelines

2016-01-12 Thread Ehsan Akhgari
On 2016-01-06 7:15 AM, Henri Sivonen wrote: On Thu, Oct 1, 2015 at 9:58 PM, Jonathan Watt wrote: For those who are interested in this, there's a bug to consider integrating the Guidelines Support Library (GSL) into the tree: https://bugzilla.mozilla.org/show_bug.cgi?id=1208262 This bug appea

A list of easy-ish gfxContext-to-DrawTarget conversions

2016-01-12 Thread Nicholas Nethercote
Greetings, Over the past few weeks I have spent some time doing gfxContext-to-DrawTarget conversions. (Also nsRendering-to-DrawTarget conversions, which are basically the same because nsRenderingContext is a wafer-thin wrapper around gfxContext.) The number of occurrences of gfxContext and nsRend

Re: A list of easy-ish gfxContext-to-DrawTarget conversions

2016-01-12 Thread Jeff Gilbert
For a similar situation, we used an etherpad to allow painless acquisition of pending todos. Just move the instances you want 'assigned' to you into a section in the etherpad. It's not perfect, but it's an alternative to responding to the email, and makes it easy to see the state of things. On Tu

Spec workshop: Grid Layout

2016-01-12 Thread fantasai
I've started doing a series of workshops inviting web authors to get together and do an in-depth study of some of the CSS layout specs together, the goal being to find problems and improve readability. If this seems interesting to you, there's more information here: http://fantasai.inkedblade.ne

Re: A list of easy-ish gfxContext-to-DrawTarget conversions

2016-01-12 Thread Nicholas Nethercote
On Tue, Jan 12, 2016 at 4:30 PM, Jeff Gilbert wrote: > For a similar situation, we used an etherpad to allow painless > acquisition of pending todos. Good idea. I created https://public.etherpad-mozilla.org/p/EasyDrawTarget for this purpose. Nick ___ d