Re: FYI: e10s will be enabled in beta 44/45

2015-12-07 Thread Kurt Roeckx
On 2015-12-04 19:43, jmath...@mozilla.com wrote: On Friday, December 4, 2015 at 11:08:08 AM UTC-6, Armen Zambrano G. wrote: LastPass bring the browser to a crawl making it almost impossible to use. If we have users using LastPass on the beta population using e10s we're going to have a lot of peo

What is the difference between asyncOpen2() and asyncOpen()

2015-12-07 Thread Philip Chee
I came across Bug 1182535 [tracking bug] change all callsites to asyncOpen2 instead of asyncOpen What's the difference and why should I switch? Can I just do |s/asyncOpen\(/asyncOpen2\(/g| or are there some subtleties I should be aware of? Phil -- Philip Chee , http://flashblock.mozdev.org/ h

Re: What is the difference between asyncOpen2() and asyncOpen()

2015-12-07 Thread Yonggang Luo
I am also curious about this. On Tue, Dec 8, 2015 at 1:00 AM, Philip Chee wrote: > I came across Bug 1182535 [tracking bug] change all callsites to > asyncOpen2 instead of asyncOpen > > What's the difference and why should I switch? > > Can I just do |s/asyncOpen\(/asyncOpen2\(/g| or are there s

The functions that mailnews called from xul.dll, it's that possible to remove them all?

2015-12-07 Thread Yonggang Luo
??0CertVerifier@psm@mozilla@@QAE@W4OcspDownloadConfig@012@W4OcspStrictConfig @012@W4OcspGetConfig@012@W4PinningMode@012@@Z ??0LoadInfo@mozilla@@QAE@PAVnsIPrincipal@@0PAVnsINode@@IIPAVnsIURI@@@Z ??0nsBufferDecoderSupport@@QAE@I@Z ??0nsEncoderSupport@@QAE@I@Z ??0nsNSSShutDownPreventionLock@@QAE@XZ ??

Move mailnews/intl back into gecko-dev and use options to choose disable/enable it.

2015-12-07 Thread Yonggang Luo
Maintain intl in comm source tree is a big burden, and cause The comm source are tightly coupled with gecko-dev source tree. By providing the necessary functional for comm, we can step forward to removing the building dependencies of comm from gecko-dev source tree. The Encoding part and the Cryp

Re: Move mailnews/intl back into gecko-dev and use options to choose disable/enable it.

2015-12-07 Thread Joshua Cranmer 🐧
On 12/7/2015 11:38 AM, 罗勇刚(Yonggang Luo) wrote: Maintain intl in comm source tree is a big burden, and cause The comm source are tightly coupled with gecko-dev source tree. By providing the necessary functional for comm, we can step forward to removing the building dependencies of comm from geck

Re: WebUSB

2015-12-07 Thread reillyg
On Thursday, December 3, 2015 at 11:49:32 PM UTC-8, Jonas Sicking wrote: > On Wed, Dec 2, 2015 at 2:13 PM, Robert O'Callahan wrote: > > 1) What I suggested: Whitelist vendor origins for access to their devices > > and have vendor-hosted pages ("Web drivers"?) expose "safe" API to > > third-party a

Re: What is the difference between asyncOpen2() and asyncOpen()

2015-12-07 Thread Patrick McManus
..you should be able to just use asyncopen2 - it will do security checks for you that you may have needed to do outside asyncopen (e.g. csp) and will reliably deal with things like redirects. :sicking or :ckerschb for followups. On Mon, Dec 7, 2015 at 6:00 PM, Philip Chee wrote: > I came across

Re: Move mailnews/intl back into gecko-dev and use options to choose disable/enable it.

2015-12-07 Thread Yonggang Luo
On Tue, Dec 8, 2015 at 4:55 AM, Joshua Cranmer 🐧 wrote: > On 12/7/2015 11:38 AM, 罗勇刚(Yonggang Luo) wrote: > >> Maintain intl in comm source tree is a big burden, and cause >> The comm source are tightly coupled with gecko-dev >> source tree. >> >> By providing the necessary functional for comm, w

Re: What is the difference between asyncOpen2() and asyncOpen()

2015-12-07 Thread Boris Zbarsky
On 12/7/15 9:15 PM, Patrick McManus wrote: ...you should be able to just use asyncopen2 - it will do security checks for you that you may have needed to do outside asyncopen (e.g. csp) and will reliably deal with things like redirects. Note that asyncOpen2 depends on there being correctly set u