aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Unify the way html5ever and xml5ever block on script elements (#36284)Simon Wülker2025-04-081-0/+1
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* script: Remove dependency on `webgpu` (#36332)Martin Robinson2025-04-041-1/+2
* webgpu: Add a `webgpu_traits` crate (#36320)Martin Robinson2025-04-041-0/+1
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-1/+1
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-12/+12
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-0/+1
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-3/+3
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-0/+2
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-0/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-2/+2
* Make WebBluetooth an optional feature. (#35479)Josh Matthews2025-02-181-1/+2
* Let script/webgpu feature imply script_traits/webgpu (#35424)Oriol Brufau2025-02-111-1/+1
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* Use aws-lc-rs as rust-tls provider (#35106)Jonathan Schwender2025-01-301-1/+1
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-291-1/+1
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-7/+3
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+5
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-0/+1
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-1/+1
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-131-1/+1
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-0/+1
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-0/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-1/+2
* Fork Stylo's `malloc_size_of` into Servo (#34332)Martin Robinson2024-11-221-0/+1
* Implement AES-GCM support for subtlecrypto (#34269)Simon Wülker2024-11-191-0/+1
* crypto: Support key wrap operations + AES-KW (#34262)Daniel Adams2024-11-181-0/+2
* Plumb time profiler output into tracing (#34238)Delan Azabani2024-11-151-0/+2
* Implement `SubtleCrypto.digest` (#34034)Simon Wülker2024-10-301-0/+1
* crypto: Add support for AES-CTR operations (#33963)Daniel Adams2024-10-221-0/+1
* crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795)Daniel Adams2024-10-211-0/+2
* replace sparkle with glow in components/script (#33911)Samson2024-10-191-1/+1
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-1/+1
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-081-0/+1
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* chore: update script to use phf 0.11 (#33434)Gae242024-09-161-1/+1
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-1/+0
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-0/+1
* Dedupliate `syn` (#33038)Martin Robinson2024-08-131-1/+0
* Replace the lazy_static crate whth `std::sync::LazyLock` in components/script...Hayashi Mikihiro2024-08-121-1/+0
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-1/+0
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-0/+1
* script: Impl cloning of JSPrincipals (#32706)Samson2024-07-061-0/+1
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-1/+1
* Clean up some unused dependencies (#32600)Oriol Brufau2024-06-251-1/+0
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-2/+2
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-6/+5
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-0/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+2
* Update phf_codegen and phf_shared to 0.11 (#31537)Munish Mummadi2024-03-081-2/+2