aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-26/+25
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-3/+14
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-4/+3
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-1/+1
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-151-13/+17
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+1
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-73/+44
* 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-241-26/+12
* 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-281-1/+2
* 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
* 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
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-11/+13
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-25/+19
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-0/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-23/+21
* remove `extern crate` (#30311)Samson2023-09-081-10/+5
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-1/+1
* bump base64 from 0.10 to 0.21 (#29804)Tuna2023-08-021-2/+2
* Update: Bumped webdriver version to 0.48michaelgrigoryan252023-05-181-5/+13
* Update image/png.Josh Matthews2022-04-011-2/+3
* Upgrade HyperNaveen Gattu2022-01-161-4/+10
* feat: shorten thread namesyvt2021-07-191-1/+1
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-8/+4
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-1/+8
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+2
* Update serde_json.Josh Matthews2020-04-231-2/+0
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-1/+1
* move ConstellationMsg to compositingKunal Mohan2020-01-291-1/+2
* Implement ElementClick wd commandGeorge Roman2019-08-311-2/+65
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-4/+8
* Auto merge of #23947 - georgeroman:finish_json_clone_functionality, r=jdmbors-servo2019-08-211-7/+18
|\
| * Finish the JSON clone algorithmGeorge Roman2019-08-211-7/+18
* | use ipc router in webdriverGregory Terzian2019-08-201-27/+40
|/
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-8/+47
* Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-69/+25
* Initial actions support in WebDriverGeorge Roman2019-08-101-3/+44
* Add support for returning array-like types from the Execute(Async)Script wd c...George Roman2019-08-101-0/+10
* Update webdriverGeorge Roman2019-08-091-27/+29
* Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,...bors-servo2019-07-231-0/+26
|\