Re: Turning off window.Components for the web

2013-03-06 Thread yuhongbao_386
On Tuesday, March 5, 2013 11:59:02 AM UTC-8, Ehsan Akhgari wrote: > On 2013-03-05 1:58 PM, Bobby Holley wrote: > > > Is shipping it on nightly+aurora but flipping off on beta+release for a > > >> cycle or two an option? > > >> > > > > > > It would take some fiddling, but I could the appropriat

Re: improving access to telemetry data

2013-03-06 Thread Monica Chew
> We would also like to be able to run A/B experiments. I would like to see this in the form of percent experiments controlled by prefs, which are pseudo-randomly set on update. This would mean that telemetry would need to include dumps of relevant prefs. It would also make it easier to set def

Re: PSA: nsMargin, gfxMargin, etc. constructor & SizeTo() methods now take "top, right, bottom, left"

2013-03-06 Thread Jet Villegas
That's Terrible! I mean the word "TeRriBLe" will help people remember how this works now :) --Jet - Original Message - From: "Daniel Holbert" To: dev-platform@lists.mozilla.org Sent: Wednesday, March 6, 2013 10:24:52 AM Subject: PSA: nsMargin, gfxMargin, etc. constructor & SizeTo() meth

PSA: nsMargin, gfxMargin, etc. constructor & SizeTo() methods now take "top, right, bottom, left"

2013-03-06 Thread Daniel Holbert
As of this morning, our Margin C++ classes now take args in the order... top, right, bottom, left ...to be consistent with CSS margins and other public APIs. They formerly took args in the order "left, top, right, bottom". I made this switchover in https://bugzilla.mozilla.org/show_bug.cgi?id=8

Re: Clang static analysis [was Re: Reminder: NSPR synchronization primitives are not to be used]

2013-03-06 Thread Steve Fink
On Wed 06 Mar 2013 09:34:28 AM PST, Joshua Cranmer 🐧 wrote: > On 3/6/2013 11:26 AM, Gregory Szorc wrote: >> >> Bugs 733873 and 767563 (possibly dupes) are open to track >> implementing a Clang plugin to perform analysis of our source and >> builds. All we need is a hero or two to get an initial ver

Clang static analysis [was Re: Reminder: NSPR synchronization primitives are not to be used]

2013-03-06 Thread Joshua Cranmer 🐧
On 3/6/2013 11:26 AM, Gregory Szorc wrote: On 3/6/13 9:07 AM, Kyle Huey wrote: Gecko reviewers should be enforcing this. Static analysis should be helping to enforce this (and numerous other conventions). Bugs 733873 and 767563 (possibly dupes) are open to track implementing a Clang plugin

Re: Reminder: NSPR synchronization primitives are not to be used

2013-03-06 Thread Gregory Szorc
On 3/6/13 9:07 AM, Kyle Huey wrote: Gecko reviewers should be enforcing this. Static analysis should be helping to enforce this (and numerous other conventions). Bugs 733873 and 767563 (possibly dupes) are open to track implementing a Clang plugin to perform analysis of our source and build

Reminder: NSPR synchronization primitives are not to be used

2013-03-06 Thread Kyle Huey
This is a friendly reminder that you should not be using NSPR synchronization primitives in new Gecko code unless you have a very good reason to. We built all these nice wrappers on them that provide deadlock checking, RAII, leak checking, etc. that you should use instead. Instead of PRLock - use

Re: Supporting the Windows Certificate Store

2013-03-06 Thread Gervase Markham
On 05/03/13 23:54, cpmf2...@gmail.com wrote: > I read the articles for certutil and I have to ask, "what idiot came > up with that as the only method???" Seriously, not being able to do > it easily through Group Policy or some other centralized method is a > GIGANTIC FAIL. If you want enterprises t

Re: XHR multipart/x-mixed-replace changed in the last Nightly?

2013-03-06 Thread Neil
Jan Honza Odvarko wrote: It looks like support for Content-type: multipart/x-mixed-replace; change in the last Nighly. https://bugzilla.mozilla.org/show_bug.cgi?id=843508 perhaps. -- Warning: May contain traces of nuts. ___ dev-platform mailing lis

XHR multipart/x-mixed-replace changed in the last Nightly?

2013-03-06 Thread Jan Honza Odvarko
It looks like support for Content-type: multipart/x-mixed-replace; change in the last Nighly. Executing XHR in this test case: https://getfirebug.com/tests/head/console/spy/2285/issue2285.html * in Firefox Nightly 22.0a1 (2013-03-05) responseText is: --NEXTPART Content-type: text/plain Part0+-

Re: Supporting the Windows Certificate Store

2013-03-06 Thread helpcrypto helpcrypto
Just for confirmation: Is Mozilla point to implement MSCAPI access trough a PKCS#11 module? (http://mxr.mozilla.org/security/source/security/nss/lib/ckfw/capi/) or Is mozilla point to integrate with MSCAPI (transparently)? Just to know which answer give next time this topic raises. On Wed, Mar