Re: windows build anti-virus exclusion list?

2017-04-20 Thread Jeff Gilbert
Can confirm for Ryzen: FWIW, my stock R7 1800x (RAM @2133Mhz for now :( ) did a Windows debug clobber in 15:32.40 with the default -j16. (any directory that showed up as read by MsMpEng in Resource Monitor excluded for Defender) I'll give it a run through with Defender disabled, and see if

Re: IPDL now supports async returns with MozPromise

2017-04-20 Thread Bevis Tseng
On Thu, Apr 20, 2017 at 11:13 PM, Bevis Tseng wrote: > > > On Thu, Apr 20, 2017 at 10:15 AM, Bevis Tseng wrote: > >> A soft reminder of using AbstractThread::GetCurrent()/MainThread() >> ​ after some design change for Quantum-DOM. >> >> If this

Re: IPDL now supports async returns with MozPromise

2017-04-20 Thread Bevis Tseng
On Thu, Apr 20, 2017 at 10:15 AM, Bevis Tseng wrote: > A soft reminder of using AbstractThread::GetCurrent()/MainThread() > ​ after some design change for Quantum-DOM. > > If this message/callback is to be handled on *the main thread of the > content process*, please use the

Re: IPDL now supports async returns with MozPromise

2017-04-20 Thread smaug
On 04/20/2017 05:15 AM, Bevis Tseng wrote: A soft reminder of using AbstractThread::GetCurrent()/MainThread() ​ after some design change for Quantum-DOM. If this message/callback is to be handled on *the main thread of the content process*, please use the replacement called