servo/components/script
Josh Matthews 35f21e426b
Move more bindings code to script_bindings (#35578)
* Move JSContext wrapper to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Move webidl constant bindings to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Move CanGc to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Move Dom<T> and Root<T> types to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Formatting.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Extra docs for new traits.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Fix clippy warnings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-02-22 04:46:56 +00:00
..
docs
dom Move more bindings code to script_bindings (#35578) 2025-02-22 04:46:56 +00:00
layout_dom Support the <meter> element (#35524) 2025-02-21 16:28:12 +00:00
xpath
animation_timeline.rs
animations.rs
body.rs
build.rs
canvas_context.rs script: Add CanvasContext trait (#35448) 2025-02-21 20:26:27 +00:00
canvas_state.rs
Cargo.toml
clipboard_provider.rs
conversions.rs
devtools.rs
document_collection.rs
document_loader.rs
drag_data_store.rs
fetch.rs
iframe_collection.rs
init.rs
layout_image.rs
lib.rs script: Add CanvasContext trait (#35448) 2025-02-21 20:26:27 +00:00
links.rs
mem.rs
messaging.rs
microtask.rs
navigation.rs
network_listener.rs
realms.rs
script_module.rs
script_runtime.rs Move more bindings code to script_bindings (#35578) 2025-02-22 04:46:56 +00:00
script_thread.rs Move more bindings code to script_bindings (#35578) 2025-02-22 04:46:56 +00:00
security_manager.rs
serviceworker_manager.rs
stylesheet_loader.rs
stylesheet_set.rs
task.rs
task_manager.rs
task_queue.rs
task_source.rs
test.rs
textinput.rs
timers.rs
unminify.rs
webdriver_handlers.rs
window_named_properties.rs