servo/components/compositing
Patrick Walton f378f2807e compositing: Only make the compositor responsible for initiating reflow
for CSS transitions and animations, not `requestAnimationFrame()`
callbacks.

In the case of the latter, the script thread will kick off the reflow if
it's necessary, so there's no need for the compositor to do it.

Some pages, like nytimes.com, like to call `requestAnimationFrame()`
without actually mutating the DOM in the callback. We should avoid
reflowing in this case.
2016-11-30 16:36:02 -08:00
..
Cargo.toml Remove old shaders, updates for WR feature and API changes. 2016-11-25 06:28:21 +10:00
compositor.rs compositing: Only make the compositor responsible for initiating reflow 2016-11-30 16:36:02 -08:00
compositor_thread.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
delayed_composition.rs Move util::time::duration_from_nanoseconds to its only caller 2016-06-29 18:00:21 +02:00
lib.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
touch.rs Indicate items in doc comments as code-like. 2016-11-08 09:33:03 -05:00
windowing.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00