Re: [dev-servo] How to deal when layout lags behind DOM updates

2012-07-12 Thread Patrick Walton
On 7/12/12 6:45 PM, Boris Zbarsky wrote: I was talking to BenWa today, and he asked how the RCU world handles this situation: 1) DOM update starts at time t=0 2) DOM update finishes at time t=1, schedules 4ms setTimeout 3) Layout starts at time t=1 4) Timer fires at t=5, updates DOM 5) DOM

[dev-servo] How to deal when layout lags behind DOM updates

2012-07-12 Thread Boris Zbarsky
I was talking to BenWa today, and he asked how the RCU world handles this situation: 1) DOM update starts at time t=0 2) DOM update finishes at time t=1, schedules 4ms setTimeout 3) Layout starts at time t=1 4) Timer fires at t=5, updates DOM 5) DOM update finishes at time t=6, schedules 4m