nsTArray::SetCapacity and InfallibleTArray::SetCapacity now return void

2013-03-31 Thread Ehsan Akhgari
I landed bug 853548 on inbound today which makes the SetCapacity method of nsTArray and InfallibleTArray return void. Previously they used to return a bool type with a value of true all the time (since these methods are infallible) which could potentially cause code which checks the return value o

Re: Rendering meeting, ***TUESDAY*** 2:30 PM US/Pacific

2013-03-31 Thread Benoit Jacob
Er, and I forgot to modify the Subject of this email. 2013/3/31 Benoit Jacob > Hello, > > I didn't realize that this Monday was Easter Monday. Apologies. Let's move > it to Tuesday instead, and sorry about the very late notice. > > So: > > The next Rendering meeting will take place this ***TUES

Rendering meeting, Monday 2:30 PM US/Pacific

2013-03-31 Thread Benoit Jacob
Hello, I didn't realize that this Monday was Easter Monday. Apologies. Let's move it to Tuesday instead, and sorry about the very late notice. So: The next Rendering meeting will take place this ***TUESDAY*** at 2:30 PM US/Pacific time. That could be *Wednesday* in your timezone. The Rendering

Re: Turning off window.Components for the web

2013-03-31 Thread Bobby Holley
This has now relanded. The behavior is prefable, and we create a lazily-resolved shim object if Components is not defined. I've aliased certain Ci entries to the associated DOM constructors (that is, Components.interfaces.nsIXMLHttpRequest === window.XMLHttpRequest) so that interface constants Jus

Re: Clang static checking support now available

2013-03-31 Thread Boris Zbarsky
On 3/31/13 8:05 AM, ISHIKAWA, Chiaki wrote: Has mozilla considered using this free service before? Yes. You can query bugzilla for coverity-based bug reports... The false positive rate was very very high, last time it was tried. -Boris ___ dev-plat

Re: Clang static checking support now available

2013-03-31 Thread Ted Mielczarek
On 3/31/2013 8:05 AM, ISHIKAWA, Chiaki wrote: > Now, I know that a commercial testing tool maker is offering free scan > service > for open source project. > See > http://scan.coverity.com/project_register.html > > Has mozilla considered using this free service before? > And if not, why not? Cover

Re: Clang static checking support now available

2013-03-31 Thread ISHIKAWA, Chiaki
(2013/03/29 14:31), Joshua Cranmer 🐧 wrote: On 3/25/2013 11:40 PM, Joshua Cranmer 🐧 wrote: As of yesterday, clang static-checking support has been checked into the tree. To use it, compile with clang 3.2 (tip-of-trunk may or may not work) and --enable-clang-plugin on a Linux machine. Mac suppo