servo/components/script_plugins
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
..
ban.rs Move script lints to script_plugins 2017-02-16 18:37:14 +01:00
Cargo.toml Move script lints to script_plugins 2017-02-16 18:37:14 +01:00
jstraceable.rs Move script lints to script_plugins 2017-02-16 18:37:14 +01:00
lib.rs Move script lints to script_plugins 2017-02-16 18:37:14 +01:00
unrooted_must_root.rs Move checks for document completion to the end of the event loop. 2017-03-07 14:02:42 +05:30
utils.rs Move script lints to script_plugins 2017-02-16 18:37:14 +01:00