[Bug 23682] Fix the current [ArrayClass], [] and sequence<T> mess

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23682

--- Comment #6 from Jonas Sicking <jonas@sicking.cc> ---
Yes, we should absolutely only change the value off of separate tasks, or off
of API calls. That should be the case for all of A-F, otherwise we break JS's
run-to-completion semantics.

I.e. getClientRects() shouldn't change in response to some off-main-thread
timer that triggers a reflow. However it could change in response to a reflow
task or an API which triggers a reflow.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 30 October 2013 21:28:16 UTC