Re: getComputedStyle now skips restyling if possible

2017-09-28 Thread Emilio Cobos Álvarez
On 09/28/2017 11:00 AM, Wei-Cheng Pan wrote: > Hi, > > This week I landed bug 1363805[1], which will skip restyling if the > element does > not need that for getting correct value. Normal users should not notice any > difference, but this change may affect some test cases which need to force >

Re: Follow up on clang-format

2017-09-28 Thread Randell Jesup
>On Thursday, September 28, 2017 at 10:15:05 AM UTC+2, Chris Pearce wrote: >Oh d'oh! Looks like I replied to an old thread, and the plan now is in fact >to clang-format the entire tree after 57. Sweet as! Where did you find that? Was this plan communicated? It's not in this thread... (which

Re: Is Quantum DOM affecting DevTools?

2017-09-28 Thread Jason Duell
We did do some work to slow down network loads in background tabs (in order to prioritize the active tab). Is the issue that you need to switch to the background tab in order to make it connect faster? Or does the foreground tab not load quickly unless you switch back and forth from it? I'm

Re: getComputedStyle now skips restyling if possible

2017-09-28 Thread Bobby Holley
This is a great optimization - thanks wcp! On Thu, Sep 28, 2017 at 2:00 AM, Wei-Cheng Pan wrote: > Hi, > > This week I landed bug 1363805[1], which will skip restyling if the > element does > not need that for getting correct value. Normal users should not notice any >

Re: Is Quantum DOM affecting DevTools?

2017-09-28 Thread Bill McCloskey
If that's caused by anything Quantum-related, it's more likely to be Quantum networking stuff. -Bill On Thu, Sep 28, 2017 at 2:30 AM, Salvador de la Puente < sdelapue...@mozilla.com> wrote: > Hello there! > > I was testing some WebRTC demos in two separate tabs in Nightly. I realized > I needed

Is Quantum DOM affecting DevTools?

2017-09-28 Thread Salvador de la Puente
Hello there! I was testing some WebRTC demos in two separate tabs in Nightly. I realized I needed to switch from one to another for them to connect faster. I thought it would be related to Quantum DOM throttling and I was wondering... - Is it possible that throttling would be affecting

getComputedStyle now skips restyling if possible

2017-09-28 Thread Wei-Cheng Pan
Hi, This week I landed bug 1363805[1], which will skip restyling if the element does not need that for getting correct value. Normal users should not notice any difference, but this change may affect some test cases which need to force restyle. The optimization only happens when the element

Re: Follow up on clang-format

2017-09-28 Thread Chris Pearce
On Thursday, September 28, 2017 at 10:15:05 AM UTC+2, Chris Pearce wrote: > On Friday, May 23, 2014 at 3:29:48 AM UTC+2, Anthony Jones wrote: > > Some of you may remember the discussion on clang-format and the `mach > > clang-format` command. What we have in place right now is very temporary > >

Re: Follow up on clang-format

2017-09-28 Thread Chris Pearce
On Friday, May 23, 2014 at 3:29:48 AM UTC+2, Anthony Jones wrote: > Some of you may remember the discussion on clang-format and the `mach > clang-format` command. What we have in place right now is very temporary > but it is functional enough to give it a try. I have not put the effort > into