Re: Adding hardware tokens to UA string

2012-09-21 Thread Henri Sivonen
On Fri, Sep 21, 2012 at 5:26 AM, Jonas Sicking wrote: > Indeed. I think this is a somewhat different issue than net > neutrality. With net neutrality there's a middle party trying to build > a business model by disrupting the traffic between a user and the > content the user is accessing. > > Here

Type of nullptr on Mac OS X 10.7 debug

2012-09-21 Thread Henri Sivonen
What's the type of nullptr on Mac OS X 10.7 debug build? On tryserver, the compiler complains that there’s no nullptr_t in namespace std when using std::nullptr_t. Including does not help. MOZ_HAVE_CXX11_NULLPTR is defined, however. Use case: Catching nullptr assignment in operator=. -- Henri S

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread David Rajchenbach-Teller
On Fri Sep 21 02:22:25 2012, Ehsan Akhgari wrote: > Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug > 777292 to make nsresult a C++ enum, as opposed to just an unsigned > int. I've stepped in to help for the last few bits, and I'm planning > to land this work as soon as the (

Re: Type of nullptr on Mac OS X 10.7 debug

2012-09-21 Thread Ehsan Akhgari
On 12-09-21 8:07 AM, Henri Sivonen wrote: > What's the type of nullptr on Mac OS X 10.7 debug build? On tryserver, > the compiler complains that there’s no nullptr_t in namespace std when > using std::nullptr_t. Including does not help. > MOZ_HAVE_CXX11_NULLPTR is defined, however. > > Use case: C

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread Aryeh Gregor
On Fri, Sep 21, 2012 at 3:18 PM, David Rajchenbach-Teller wrote: > That sounds great! > Are you somehow using the new C++11 typesafe enums? That's phase II, tracked by bug 779473. With any luck, it should follow close behind. In case anyone's wondering about the utility of the change: since I g

Re: Type of nullptr on Mac OS X 10.7 debug

2012-09-21 Thread Rafael Ávila de Espíndola
On 2012-09-21 08:07 , Henri Sivonen wrote: What's the type of nullptr on Mac OS X 10.7 debug build? On tryserver, the compiler complains that there’s no nullptr_t in namespace std when using std::nullptr_t. Including does not help. MOZ_HAVE_CXX11_NULLPTR is defined, however. Use case: Catching

Gfx meeting, Monday 2:30 PM US/Pacific

2012-09-21 Thread Benoit Jacob
Hello, The Graphics meeting will take place this Monday at 2:30 PM US/Pacific time. That could be Tuesday in your timezone. Please first add your agenda items there: https://wiki.mozilla.org/Platform/GFX/2012-September-24 * Every Monday at 2:30 PM Pacific Time * +1 650 903 0800 x92 Conf# 99366

Re: Adding hardware tokens to UA string

2012-09-21 Thread Benoit Jacob
2012/9/21 Henri Sivonen : > On Fri, Sep 21, 2012 at 5:26 AM, Jonas Sicking wrote: >> Indeed. I think this is a somewhat different issue than net >> neutrality. With net neutrality there's a middle party trying to build >> a business model by disrupting the traffic between a user and the >> content

Re: Type of nullptr on Mac OS X 10.7 debug

2012-09-21 Thread Neil
Henri Sivonen wrote: Use case: Catching nullptr assignment in operator=. That's not a very enlightening description of a use case... which overloads do you already have, and which one is the compiler using when you don't want it to? -- Warning: May contain traces of nuts.

Re: Imminent conversion of nsresult into an enum

2012-09-21 Thread Ehsan Akhgari
On 12-09-20 8:22 PM, Ehsan Akhgari wrote: Aryeh has been doing a heroic job (I mean, heroic, for reals!) in bug 777292 to make nsresult a C++ enum, as opposed to just an unsigned int. I've stepped in to help for the last few bits, and I'm planning to land this work as soon as the (hopefully) fi

Re: Gfx meeting, Monday 2:30 PM US/Pacific

2012-09-21 Thread Benoit Jacob
Hello, There seems to be a lot of OMTC (off-main-thread compositing) related material to discuss during this meeting, so we might split that into a separate meeting instead. Watch https://wiki.mozilla.org/Platform/GFX/2012-September-24 . Benoit 2012/9/21 Benoit Jacob : > Hello, > > The Graphics

Firefox Health Report

2012-09-21 Thread Daniel Einspanjer


As you may know, we've been working for several months on a feature codenamed the Metrics Data Ping (MDP). We made our initial proposal for MDP in February. We’re retiring the “MDP” codename, and will be calling this feature the Firefox Health Report. We’re moving forward with the implementat

Re: Firefox Health Report

2012-09-21 Thread deinspanjer
The meta bug for the patches can be found here: https://bugzilla.mozilla.org/show_bug.cgi?id=718066 There were changes to the mainline code this week that cause the currently posted patches not to apply cleanly at the moment. We have new re-based patches that will be updated by Monday morning.

Re: Firefox Health Report

2012-09-21 Thread Omega X
On 9/21/2012 7:11 PM, Daniel Einspanjer wrote: 

As you may know, we've been working for several months on a feature codenamed the Metrics Data Ping (MDP). We made our initial proposal for MDP in February. We’re retiring the “MDP” codename, and will be calling this feature the Firefox Health R