We now have a module loader for chrome workers

2013-07-19 Thread David Rajchenbach-Teller
This is a short announcement: chrome workers now support modules. For your future developments involving chrome workers, please make use of the module system. All the documentation may be found here: https://developer.mozilla.org/en-US/docs/Mozilla/ChromeWorkers/Chrome_Worker_Modules Cheers,

Re: Using C++0x auto

2013-07-19 Thread Ehsan Akhgari
On 2013-07-18 10:46 PM, Mike Hommey wrote: On Thu, Jul 18, 2013 at 08:54:02PM -0500, Joshua Cranmer ? wrote: On 7/18/2013 7:15 PM, Robert O'Callahan wrote: On Fri, Jul 19, 2013 at 3:34 AM, Ehsan Akhgari ehsan.akhg...@gmail.comwrote: On 2013-07-18 5:48 AM, mscl...@googlemail.com wrote:

Re: Using C++0x auto

2013-07-19 Thread Ehsan Akhgari
On 2013-07-19 3:26 PM, Ehsan Akhgari wrote: On 2013-07-18 10:46 PM, Mike Hommey wrote: On Thu, Jul 18, 2013 at 08:54:02PM -0500, Joshua Cranmer ? wrote: On 7/18/2013 7:15 PM, Robert O'Callahan wrote: On Fri, Jul 19, 2013 at 3:34 AM, Ehsan Akhgari ehsan.akhg...@gmail.comwrote: On 2013-07-18

Mozilla’s Heartbeat Quarterly Firefox OS Releases

2013-07-19 Thread Alex Keybl
[please keep any replies on dev.b2g] Mozilla and the community have been on a roll creating new products and evolving existing ones. We now release multiple browsers across a multitude of platforms, including * Firefox – three desktop pre-release channels alongside our shipping version for

Re: Using C++0x auto

2013-07-19 Thread Mike Hommey
On Fri, Jul 19, 2013 at 03:45:13PM -0400, Ehsan Akhgari wrote: On 2013-07-19 3:26 PM, Ehsan Akhgari wrote: On 2013-07-18 10:46 PM, Mike Hommey wrote: On Thu, Jul 18, 2013 at 08:54:02PM -0500, Joshua Cranmer ? wrote: On 7/18/2013 7:15 PM, Robert O'Callahan wrote: On Fri, Jul 19, 2013 at 3:34

Re: Using C++0x auto

2013-07-19 Thread Ehsan Akhgari
On 2013-07-19 7:04 PM, Mike Hommey wrote: On Fri, Jul 19, 2013 at 03:45:13PM -0400, Ehsan Akhgari wrote: On 2013-07-19 3:26 PM, Ehsan Akhgari wrote: On 2013-07-18 10:46 PM, Mike Hommey wrote: On Thu, Jul 18, 2013 at 08:54:02PM -0500, Joshua Cranmer ? wrote: On 7/18/2013 7:15 PM, Robert

Re: Using C++0x auto

2013-07-19 Thread Justin Lebar
Maybe we should call ours mozilla::move and mozilla::forward so that we can change to std::move and std::forward with minimal pain? On Jul 19, 2013 4:36 PM, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: On 2013-07-19 7:04 PM, Mike Hommey wrote: On Fri, Jul 19, 2013 at 03:45:13PM -0400, Ehsan