Re: [JS-internals] Internationalization API enabled in standalone builds now, clobber times will increase a bit

2013-04-30 Thread Jeff Walden
On 04/30/2013 02:12 PM, David Anderson wrote: > Would it make sense to have the option of using system/external icu if > available, similar to nspr? It doesn't make sense to rebuild icu all the > time if it's not going to change. Certainly. I expect, once we enable this in desktop Firefox, some L

Re: [JS-internals] Internationalization API enabled in standalone builds now, clobber times will increase a bit

2013-04-30 Thread David Anderson
Would it make sense to have the option of using system/external icu if available, similar to nspr? It doesn't make sense to rebuild icu all the time if it's not going to change. -David On 04/30/2013 02:07 PM, Jeff Walden wrote: > With bug 866305 landed, the shell build by default now includes the

[JS-internals] Internationalization API enabled in standalone builds now, clobber times will increase a bit

2013-04-30 Thread Jeff Walden
With bug 866305 landed, the shell build by default now includes the Intl object, and the existing toLocale*String methods all use Intl functionality to work. Yay! But this also means that building now requires building ICU as well. Not so yay. That adds several minutes to compile time (for m