servo/components/script/task_source
CYBAI 42903412c7 Make first argument of DOMManipulationTaskSource as a Box<ScriptChan +
Send>

We don't have `window` for `workers`. So, if we use `global.as_window()`
to get the DOMManipulationTaskSource, it will make worker panic.
Instead, we should get the DOMManipulationTaskSource from each own
thread.

Ref: https://github.com/servo/servo/pull/20755#discussion_r193557746
2018-10-18 19:13:23 +08:00
..
dom_manipulation.rs Make first argument of DOMManipulationTaskSource as a Box<ScriptChan + 2018-10-18 19:13:23 +08:00
file_reading.rs Format script component 2018-09-19 17:40:47 -04:00
history_traversal.rs Format script component 2018-09-19 17:40:47 -04:00
media_element.rs Add task source for media element 2018-10-10 22:15:37 +09:00
mod.rs Add task source for media element 2018-10-10 22:15:37 +09:00
networking.rs Format script component 2018-09-19 17:40:47 -04:00
performance_timeline.rs Format script component 2018-09-19 17:40:47 -04:00
remote_event.rs Format script component 2018-09-19 17:40:47 -04:00
user_interaction.rs Format script component 2018-09-19 17:40:47 -04:00
websocket.rs Format script component 2018-09-19 17:40:47 -04:00