Re: Avoiding duplication when passing literal strings repeatedly from C++ to JS

2013-08-15 Thread Nicholas Nethercote
On Thu, Aug 15, 2013 at 4:22 PM, Nicholas Nethercote wrote: > > - Somehow indicate that I want the string on the JS side to be an > JSExternalString. I just had a discussion on #developers with khuey, bent, and jcranmer. AIUI, if I change the |description| parameter to an AString (i.e. a 16-bit

Re: OS X: deprecate Apple clang 4.1?

2013-08-15 Thread Ehsan Akhgari
On Thu, Aug 15, 2013 at 5:11 PM, Gregory Szorc wrote: > On 8/15/13 12:18 PM, Ehsan Akhgari wrote: > >> On 2013-08-15 12:42 PM, Gregory Szorc wrote: >> >>> On 8/14/13 5:34 PM, Ehsan Akhgari wrote: >>> On Wed, Aug 14, 2013 at 4:44 PM, Joshua Cranmer 🐧 wrote: On 8/14/2013 3:07 P

Avoiding duplication when passing literal strings repeatedly from C++ to JS

2013-08-15 Thread Nicholas Nethercote
Hi, When you load about:memory, all the memory reporters run. Each measurement made includes a description, which shows up in about:memory as a tool-tip if you hover over the measurement. These descriptions are string literals in C++ code, and they can be long (e.g. several sentences). They mos

Re: OS X: deprecate Apple clang 4.1?

2013-08-15 Thread L. David Baron
On Thursday 2013-08-15 14:11 -0700, Gregory Szorc wrote: > I feel that having developers develop on the same toolchain as > official builds (producing bit-identical builds if possible) would > cut down on patch development costs due to reducing the frequency of > failures resulting from discrepanci

Re: OS X: deprecate Apple clang 4.1?

2013-08-15 Thread Gregory Szorc
On 8/15/13 12:18 PM, Ehsan Akhgari wrote: On 2013-08-15 12:42 PM, Gregory Szorc wrote: On 8/14/13 5:34 PM, Ehsan Akhgari wrote: On Wed, Aug 14, 2013 at 4:44 PM, Joshua Cranmer 🐧 wrote: On 8/14/2013 3:07 PM, Adam Roach wrote: Over the past few weeks, I've had the build completely break three

Re: OS X: deprecate Apple clang 4.1?

2013-08-15 Thread Ehsan Akhgari
On 2013-08-15 12:42 PM, Gregory Szorc wrote: On 8/14/13 5:34 PM, Ehsan Akhgari wrote: On Wed, Aug 14, 2013 at 4:44 PM, Joshua Cranmer 🐧 wrote: On 8/14/2013 3:07 PM, Adam Roach wrote: Over the past few weeks, I've had the build completely break three time due to issues with Apple clang 4.1, w

Switching talos jobs to not grab files from http://build.mozilla.org/talos

2013-08-15 Thread Armen Zambrano G.
Hi, After Sep. 30th we will not be grabbing files anymore from http://build.mozilla.org/talos but from http://talos-bundles.pvt.build.mozilla.org. As of today, all changes have landed and made live for all of our development trees (including esr and b2g18 trees). Any _talos_ jobs that are pushed

Re: OS X: deprecate Apple clang 4.1?

2013-08-15 Thread Gregory Szorc
On 8/14/13 5:34 PM, Ehsan Akhgari wrote: On Wed, Aug 14, 2013 at 4:44 PM, Joshua Cranmer 🐧 wrote: On 8/14/2013 3:07 PM, Adam Roach wrote: Over the past few weeks, I've had the build completely break three time due to issues with Apple clang 4.1, which tells me that we're not doing any regular

PSA: Pushing mq patches to the try server no longer resets the draft phase on the commits

2013-08-15 Thread Ehsan Akhgari
Hi everyone, With bug 725362 finally getting fixed, the hg server is now configured to not change the hg phase for the mq patches that you push to try, so now you can do things like qpop the pushed patches, etc. This means that you can remove the following from your ~/.hgrc as well: [hooks] po

Re: vsync proposal

2013-08-15 Thread Bas Schouten
- Original Message - > From: "Robert O'Callahan" > To: "Bas Schouten" > Cc: "Jeff Muizelaar" , > dev-platform@lists.mozilla.org, "Vladimir Vukicevic" > , avih...@yahoo.com > Sent: Wednesday, August 14, 2013 9:36:15 PM > Subject: Re: vsync proposal > > On Wed, Aug 14, 2013 at 9:39 PM