servo/components/script
bors-servo 7a72f8a168
Auto merge of #24842 - servo:jdm-patch-34, r=nox
Make JS runnables for workers execute on correct event loop

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #24812
2019-11-26 09:33:59 -05:00
..
docs
dom Auto merge of #24842 - servo:jdm-patch-34, r=nox 2019-11-26 09:33:59 -05:00
task_source
body.rs
build.rs
canvas_state.rs Auto merge of #24426 - servo:wrup, r=jdm,nox 2019-11-20 05:08:32 -05:00
Cargo.toml Initial implementation of WebGPU API 2019-11-21 08:30:26 +01:00
clipboard_provider.rs
compartments.rs
devtools.rs
document_loader.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
euclidext.rs Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensions 2019-11-10 18:37:14 -05:00
fetch.rs
image_listener.rs
init.rs Move items at the root of the script crate to a module 2019-10-26 12:59:17 +02:00
layout_image.rs
lib.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs Bind runnable dispatching in script_runtime 2019-11-19 23:25:52 -05:00
script_thread.rs Auto merge of #24708 - szeged:webgpu-base, r=gterzian,kvark 2019-11-25 00:00:46 -05:00
serviceworker_manager.rs
serviceworkerjob.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00
stylesheet_loader.rs
stylesheet_set.rs
task.rs
task_manager.rs
task_queue.rs
test.rs
textinput.rs
timers.rs
unpremultiplytable.rs
webdriver_handlers.rs