servo/components
Josh Matthews dc5335a21e Move checks for document completion to the end of the event loop.
This better reflects the text of the specification - rather than
queuing a task to dispatch the load evnet as soon as the document
loader is unblocked, we want to "spin the event loop until there
is nothing that delays the load event in the Document." Spinning
the event loop is a concept that requires running tasks
completely, hence we check the condition before returning to the
start of the event loop.
2017-03-07 14:02:42 +05:30
..
atoms Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
bluetooth Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
bluetooth_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
canvas Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
canvas_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
compositing Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
config Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
constellation Auto merge of #15670 - nox:die-plugins-die, r=Manishearth 2017-02-21 05:15:15 -08:00
debugger Removed util. 2016-12-14 18:04:37 -06:00
deny_public_fields Change #[privatize] into #[derive(DenyPublicFields)] 2017-02-15 10:24:01 +01:00
devtools Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
devtools_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
domobject_derive Replace inheritance_integrity by trait shenanigans 2017-02-15 22:11:20 +01:00
geometry Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
gfx Auto merge of #15670 - nox:die-plugins-die, r=Manishearth 2017-02-21 05:15:15 -08:00
gfx_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
jstraceable_derive Remove a useless cfg attribute 2017-02-21 11:10:30 +01:00
layout Auto merge of #14962 - jdm:image_script_load, r=Ms2ger,glennw,emilio 2017-02-22 17:50:48 -08:00
layout_thread Avoid dropping image requests on the ground from non-script-initiated reflow. 2017-02-22 14:19:35 -05:00
layout_traits Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
msg Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
net Auto merge of #15696 - jdm:no-http-pool, r=emilio 2017-02-23 03:55:45 -08:00
net_traits Send response for image requests progressively to image cache. 2017-02-22 14:19:35 -05:00
profile Auto merge of #15458 - connorimes:hbs-0.4, r=emilio 2017-02-22 09:05:37 -08:00
profile_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
rand squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
range Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
remutex squash: convert less interesting debug! logs to traces 2017-01-18 22:21:41 -07:00
script Move checks for document completion to the end of the event loop. 2017-03-07 14:02:42 +05:30
script_layout_interface Make script thread initiate requests for images needed by layout. 2017-02-22 14:19:35 -05:00
script_plugins Move checks for document completion to the end of the event loop. 2017-03-07 14:02:42 +05:30
script_traits Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
selectors Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
servo Make script thread initiate requests for images needed by layout. 2017-02-22 14:19:35 -05:00
style Auto merge of #15692 - servo:moz-table-border-nonzero, r=upsuper 2017-02-22 23:41:26 -08:00
style_traits Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
url Add ImmutableOrigin to allow for serializing origins 2017-02-22 11:11:59 -06:00
webdriver_server Kill the plugins crate and its clippy support 2017-02-21 11:50:36 +01:00
webvr Remove unused features from webvr traits 2017-02-21 11:00:03 +01:00
webvr_traits Remove unused features from webvr traits 2017-02-21 11:00:03 +01:00