aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server
Commit message (Expand)AuthorAgeFilesLines
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-042-33/+32
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-3/+14
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-223-6/+5
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-1/+1
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-1/+1
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-152-24/+24
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-112-84/+50
* compositor: Make input event handling per-WebView (#35716)Delan Azabani2025-03-051-1/+7
* compositor: Make `PipelineDetails` and pending paint metrics per-WebView (#35...Martin Robinson2025-03-041-8/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+7
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-242-31/+15
* libservo: Expose a single `InputEvent` type and pass it to script (#35430)Martin Robinson2025-02-121-35/+21
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+6
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-283-3/+6
* webdriver: Serialize JS int values as i32. (#34997)Josh Matthews2025-01-151-0/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-24/+24
* Various servodriver improvements (#34957)Josh Matthews2025-01-141-1/+10
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-1/+1
* Various servodriver fixes (#34871)Josh Matthews2025-01-071-3/+0
* Update webdriver to 0.51 (#34838)webbeef2025-01-051-10/+5
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-2/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-0/+1
* Allow running testharness/testdriver/reftests in servodriver (#34550)Josh Matthews2024-12-111-31/+171
* Remove referrer policy from document (#34263)shanehandley2024-11-191-1/+2
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-11/+13
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-172-3/+3
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-132-38/+29
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-1/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-5/+5
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-0/+5
* Dedupe ron and base64 (#30415)Fabrice Desré2023-09-231-0/+35
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-32/+30
* remove `extern crate` (#30311)Samson2023-09-081-10/+5
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-183-3/+3
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Fix compiler warning introduced in 4aa8a1c41895550e43dcbce6442c9f4b6163b9b7The Capyloon Team2023-05-201-2/+2
* Update: Bumped webdriver version to 0.48michaelgrigoryan252023-05-182-7/+19
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-14/+14
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Update cookie/hyper_serde.Josh Matthews2022-04-011-1/+1
* Update image/png.Josh Matthews2022-04-012-3/+4
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* Upgrade HyperNaveen Gattu2022-01-163-8/+22
* feat: shorten thread namesyvt2021-07-191-1/+1
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-8/+4