servo/components/net_traits
Martin Robinson b585ce5b1f Use a restyle for animation ticks
This change corrects synchronization issues with animations, by
reworking the animation processing model to do a quick restyle and
incremental layout when ticking animations.

While this change adds overhead to animation ticks, the idea is that
this will be the fallback when synchronous behavior is required to
fulfill specification requirements. In the optimistic case, many
animations could be updated and applied off-the-main-thread and then
resynchronized when style information is queried by script.

Fixes #13865.
2020-05-05 15:13:35 +02:00
..
image Remove syn 0.15 from our crate graph (fixes #24421) 2020-03-05 13:01:13 +01:00
tests Minor assert message edits for consistency 2019-10-20 18:03:18 -07:00
blob_url_store.rs check same-origin and url against the blob beign revoked 2019-11-18 22:44:07 +09:00
Cargo.toml Update content-security-policy. 2020-03-25 09:11:09 -04:00
filemanager_thread.rs add a fetch token for blob urls 2020-02-21 14:26:45 +08:00
image_cache.rs Use a restyle for animation ticks 2020-05-05 15:13:35 +02:00
lib.rs allow for a service worker network mediator per origin 2020-04-05 22:43:37 +08:00
pub_domains.rs Fix some warnings 2018-12-28 15:31:08 +01:00
quality.rs Fix some warnings 2018-12-28 15:31:08 +01:00
request.rs Now just one is_cors_safelisted_request_header, with closer spec alignment 2019-12-16 09:07:02 -05:00
response.rs Handle access-control header wildcards 2020-02-14 13:13:22 -05:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00