Re: Multiple content processes in Nightly

2017-01-24 Thread Johnny Stenback
WOOT! Very exciting to see this in nightly! - jst On Tue, Jan 24, 2017 at 2:48 AM, Gabor Krizsanits wrote: > Hello everyone, > > After quite a few attempts and some more bug fixing the patch finally seem > to stuck. Thanks for all the help! \o/ > > Gabor > > On Thu, Nov 10, 2016 at 11:46 AM, G

Decision owner for Rust usage in Gecko.

2017-02-07 Thread Johnny Stenback
Hey all, Over the coming weeks/months/years we'll be adding more and more Rust code into Gecko. As that work progresses (it's already in full swing in case you haven't been paying attention) it'll become more and more important that we collectively help ensure that we're being intentional in how t

Re: Proposal: revisit and implement navigator.hardwareConcurrency

2015-09-08 Thread Johnny Stenback
While deciding how much resources are available to complex applications is far from an easy task, and one for which there's no obvious best answer, at least not yet, I agree that giving developers this bit of information is critical to enable exploring this space and bring out the any remaining iss

Re: unowned orange by team

2015-12-23 Thread Johnny Stenback
On Wed, Dec 23, 2015 at 6:58 AM, James Graham wrote: > On 23/12/15 01:15, Ben Kelly wrote: [...] >> 10) https://bugzilla.mozilla.org/show_bug.cgi?id=1231798 > > > This is a web-platform-tests test which is an interesting case. De-facto I > am on point for all problems in these tests, which is fine

Re: Thanks for all the great teamwork with the Sheriffs in 2015!

2015-12-30 Thread Johnny Stenback
Indeed, well done all around, thank you to all the sheriffs and everyone who worked with the sheriffs, directly or indirectly, in 2015! Looking forward to a great 2016! - jst On Wed, Dec 30, 2015 at 8:32 AM, Lawrence Mandel wrote: > hear, hear! Thank you. > > Lawrence > > On Wed, Dec 30, 2015 a

Re: Splitting inner and outer windows

2016-01-30 Thread Johnny Stenback
\o/ This is a big deal, excellent to see this coming, and it's been a long time coming (since ~2004 when we first created the notion of inner and outer windows. Thanks for taking this on Kyle! - jst On Sat, Jan 30, 2016 at 4:04 PM, Kyle Huey wrote: > This has landed (and stuck) on inbound. > >

Re: Update on WebKit prefix support in Gecko.

2016-02-17 Thread Johnny Stenback
While maybe not super quick, this is a great update. Thanks Mike for all the hard work you and your team have done on pushing hard on this, and likewise a big thanks to those who have helped implement the various aspects of this! - jst On Wed, Feb 17, 2016 at 9:11 PM, Mike Taylor wrote: > Howdy

Re: Are we in favour of implementing the client hints header?

2016-03-08 Thread Johnny Stenback
Based on what I know I'm not opposed to implementing this feature from the point of view of whether this would be good for the web or not. What I'd question is whether this is good use of our time given the platform team's current focus on quality. - jst On Tue, Mar 8, 2016 at 3:21 PM, Martin Th

Re: Intent to remove:

2016-04-27 Thread Johnny Stenback
Agreed. - jst On Tue, Apr 26, 2016 at 7:42 AM, Boris Zbarsky wrote: > I think removing this is reasonable at this point > > -Boris > > ___ > dev-platform mailing list > dev-platform@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-platfo

Re: e10s-multi is under way

2016-06-28 Thread Johnny Stenback
Super exciting to see this work officially kicked off! Can't wait to see this ship to the masses! Thanks, Johnny - jst On Tue, Jun 28, 2016 at 4:39 PM, Blake Kaplan wrote: > Hello everybody, > > We're officially starting on the e10s-multi project to enable multiple child > processes in Firefox

Re: Proposed change to Commit Access Policy Level 3

2016-08-04 Thread Johnny Stenback
SGTM! - jst On Thu, Aug 4, 2016 at 8:57 AM, David Burns wrote: > Looks great to me! > > David > > On 4 August 2016 at 06:20, Mitchell Baker wrote: > >> Over time we've made a series of exceptions to the level 3 requirements >> for Sheriffs and this proposal addresses that. >> >> >> The current

Re: Runnable labeling for Quantum DOM

2016-12-01 Thread Johnny Stenback
Double indeed! Very cool to see this happening! On a logistical note, do we have a meta bug that could track all the bugs about labeling etc, so that we can hang individual bugs off of that one to help avoid multiple bugs being filed and worked on for the same thing? Thanks! - jst On Thu, Dec

Re: Runnable labeling for Quantum DOM

2016-12-02 Thread Johnny Stenback
Excellent, thank you! - jst On Fri, Dec 2, 2016 at 7:28 AM, Andrew McCreight wrote: > On Thu, Dec 1, 2016 at 8:21 PM, Boris Zbarsky wrote: > > > If you want to get started before that, please make sure to > >> file a bug on what you're doing before you start. That should avoid > >> duplicatin

Re: Who loves multiple selection feature in editor?

2016-12-19 Thread Johnny Stenback
Unless we get clear buy-in from other browsers to support this I would vote for removing this complexity out of Gecko. - jst On Mon, Dec 19, 2016 at 10:36 AM, Frederik Braun wrote: > On 19.12.2016 17:19, glazou wrote: > > Le jeudi 15 décembre 2016 10:47:28 UTC+1, masayuki nakano a écrit : > >

Embracing git usage for Firefox/Gecko development?

2013-05-30 Thread Johnny Stenback
[TL;DR, I think we need to embrace git in addition to hg for Firefox/Gecko hacking, what do you think?] Hello everyone, The question of whether Mozilla engineering should embrace git usage for Firefox/Gecko development has come up a number of times already in various contexts, and I think it's ti

Re: Embracing git usage for Firefox/Gecko development?

2013-05-31 Thread Johnny Stenback
On 5/31/2013 12:32 AM, Mike Hommey wrote: [...] >> Option 1 is where I personally think it's worth investing effort. It >> means we'd need to set up an atomic bidirectional bridge between hg and >> git (which I'm told is doable, and there are even commercial solutions >> for this out there that may

Re: Embracing git usage for Firefox/Gecko development?

2013-05-31 Thread Johnny Stenback
And of course the attachment didn't come through, please see http://people.mozilla.org/~jst/filecounts.jpg On 5/31/2013 1:14 PM, Johnny Stenback wrote: > On 5/31/2013 12:32 AM, Mike Hommey wrote: > [...] >>> Option 1 is where I personally think it's worth investing effor

Re: XPIDL & Promises

2013-07-30 Thread Johnny Stenback
Maybe, but also, generally speaking we shouldn't be using .idl files for b2g any more, at least not writing new ones. We should be implementing things with WebIDL. What's the case where we need/want this here? On 7/30/2013 7:51 AM, Andreas Gal wrote: > > Yeah, I just saw that grepping through the

Re: What are the most important new APIs to document in Q3/Q4?

2014-06-26 Thread Johnny Stenback
ServiceWorkers! We're in the midst of implementing right now, current plan being to have all the pieces done and in m-c by end of Q3, with further work happening on refinement and performance work etc after that. The spec is still in flux, but I would expect it to be in a documentable form later th

Re: Intent to implement: Sub-resource Integrity (SRI)

2014-12-30 Thread Johnny Stenback
LGTM, what's the status wrt other browsers supporting this? Thanks, Johnny On Tue, Dec 30, 2014 at 9:40 PM, Francois Marier wrote: > Summary: Allow web authors to add integrity checks to sub-resources. > > Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=992096 > > Spec: http://www.w3.org/TR/SR

Re: PSA: multipart/x-mixed-replace images will soon be restricted to MJPEG

2015-01-02 Thread Johnny Stenback
I'd say this is far enough out towards extreme edge case land that we can be a bit more aggressive here compared to general feature removals. So agreed. On Fri, Jan 2, 2015 at 1:52 PM, Seth Fowler wrote: > >> On Jan 2, 2015, at 7:16 AM, L. David Baron wrote: >>> IMHO, "I haven't seen" is a weak