Intent to ship: IDB getAll/getAllKeys/openKeyCursor

2015-10-14 Thread Kyle Huey
I intend to ship the following features in Gecko 44: IDBObjectStore.getAll IDBObjectStore.getAllKeys IDBObjectStore.openKeyCursor IDBIndex.getAll IDBIndex.getAllKeys These features will be available on all platforms and are specced at [0]. The bug tracking this work is [1]. Some of these

Re: Intent to ship: IDB getAll/getAllKeys/openKeyCursor

2015-10-14 Thread Jonas Sicking
Yay! Ship it! On Wed, Oct 14, 2015 at 10:40 AM, Kyle Huey wrote: > I intend to ship the following features in Gecko 44: > > IDBObjectStore.getAll > IDBObjectStore.getAllKeys > IDBObjectStore.openKeyCursor > IDBIndex.getAll > IDBIndex.getAllKeys > > These features will be

[XULRunner 10] eclipse.exe crash caused by mozalloc.dll

2015-10-14 Thread Willy Michel
Hi all, we are using XULRunner 10.0.4 for our "Eclipse RCP" application based on "Eclipse 3.8". Some of our customers report, that the application occasionally crashes with the error dialog that "eclipse.exe caused an error". After analyzing the corresponding error protocol we found out, that

PSA: Local static analysis builds on Linux and Mac OS X

2015-10-14 Thread Ehsan Akhgari
Last weekend, I finished upgrading our Linux and OS X debug and opt static analysis builds ("S" jobs on TreeHerder) to the latest revision of clang 3.7. Now, if you use the latest version of clang (3.7, which is available from < http://llvm.org/releases/download.html#3.7.0> in binary form), you

Re: PSA: Local static analysis builds on Linux and Mac OS X

2015-10-14 Thread Mike Hommey
On Wed, Oct 14, 2015 at 09:07:10PM -0400, Ehsan Akhgari wrote: > Last weekend, I finished upgrading our Linux and OS X debug and opt static > analysis builds ("S" jobs on TreeHerder) to the latest revision of clang > 3.7. > > Now, if you use the latest version of clang (3.7, which is available

Re: PSA: Local static analysis builds on Linux and Mac OS X

2015-10-14 Thread Martin Thomson
On Wed, Oct 14, 2015 at 6:32 PM, Gregory Szorc wrote: > As you stated, this helps detect errors earlier during development, which > is a huge win. Is there a good reason configure doesn't enable the clang > plugin by default? Yes please. If the checks are expensive,

Re: PSA: Local static analysis builds on Linux and Mac OS X

2015-10-14 Thread Gregory Szorc
On Wed, Oct 14, 2015 at 6:07 PM, Ehsan Akhgari wrote: > Last weekend, I finished upgrading our Linux and OS X debug and opt static > analysis builds ("S" jobs on TreeHerder) to the latest revision of clang > 3.7. > > Now, if you use the latest version of clang (3.7,

Re: [XULRunner 10] eclipse.exe crash caused by mozalloc.dll

2015-10-14 Thread Benjamin Smedberg
On 10/14/2015 4:33 AM, Willy Michel wrote: Hi all, we are using XULRunner 10.0.4 for our "Eclipse RCP" application based on "Eclipse 3.8". Some of our customers report, that the application occasionally crashes with the error dialog that "eclipse.exe caused an error". After analyzing the

Upcoming C++ standards meeting in Kona, Hawaii

2015-10-14 Thread Botond Ballo
Hi everyone! The next meeting of the C++ Standards Committee will be October 19-24 in Kona, Hawaii. A lot of exciting things have happened since the last meeting, which I've blogged about here [1]. Most notably, the Concepts Technical Specification has been published [2], paving the way for a

Re: PSA: Local static analysis builds on Linux and Mac OS X

2015-10-14 Thread Eric Rescorla
On Wed, Oct 14, 2015 at 6:37 PM, Martin Thomson wrote: > On Wed, Oct 14, 2015 at 6:32 PM, Gregory Szorc wrote: > > As you stated, this helps detect errors earlier during development, which > > is a huge win. Is there a good reason configure doesn't enable the