servo/components/script
bors-servo 3aa15e3fa3
Auto merge of #26070 - servo:layout-2020-more-cleanups, r=SimonSapin
Make LayoutNodeHelpers::text_content return a cow

What does it mean? It means that layout can process `Text` nodes' contents by just borrowing them, potentially saving us from a lot of unnecessary tempoorary allocations, which is nice.
2020-03-31 10:51:18 -04:00
..
docs
dom Auto merge of #26070 - servo:layout-2020-more-cleanups, r=SimonSapin 2020-03-31 10:51:18 -04:00
task_source
body.rs Implement Blob methods (text/arraybuffer) and async file read method 2020-01-28 14:38:32 +05:30
build.rs
canvas_state.rs Implement CanvasRenderingContext2D.getTransform() 2020-02-12 08:49:18 +01:00
Cargo.toml Update mozjs. 2020-03-30 17:45:28 -04:00
clipboard_provider.rs
devtools.rs rename compartment to realm 2020-01-24 20:52:36 +05:30
document_loader.rs
euclidext.rs
fetch.rs let integrity_metadata survive IPC sending 2020-01-30 10:34:29 -05:00
image_listener.rs
init.rs
layout_image.rs
lib.rs Move PendingRestyle to the style_layout_interface crate 2020-03-28 14:00:53 +01:00
mem.rs
microtask.rs Propagate user interacting flag to timers and promises 2020-03-26 08:36:57 +01:00
network_listener.rs
realms.rs rename compartment to realm 2020-01-24 20:52:36 +05:30
script_module.rs Use mozjs exposed function to generate SourceText 2020-03-31 22:29:53 +09:00
script_runtime.rs Auto merge of #26056 - gterzian:enable_atomics_wait_on_dedicated_worker, r=jdm 2020-03-30 10:42:23 -04:00
script_thread.rs shutting down IPC router thread when a process shuts down. 2020-03-31 00:49:28 +08:00
serviceworker_manager.rs
serviceworkerjob.rs
stylesheet_loader.rs
stylesheet_set.rs
task.rs
task_manager.rs
task_queue.rs
test.rs
textinput.rs
timers.rs Propagate user interacting flag to timers and promises 2020-03-26 08:36:57 +01:00
unpremultiplytable.rs
webdriver_handlers.rs Update SpiderMonkey 2020-03-06 11:13:28 +01:00