aboutsummaryrefslogtreecommitdiffstats
path: root/components/webdriver_server/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Implement GetElementProperty WebDriver commandGeorge Roman2019-07-231-0/+26
* | Update euclid.Emilio Cobos Álvarez2019-07-231-2/+2
* | Implement link and partial link text selectors for FindElement and related We...George Roman2019-07-231-0/+34
* | Implement tag name selector for FindElementsFromElement WebDriver commandGeorge Roman2019-07-211-18/+30
* | Implement tag name selector for FindElementFromElement WebDriver commandGeorge Roman2019-07-211-13/+24
* | Implement tag name selector for FindElements WebDriver commandGeorge Roman2019-07-211-8/+19
* | Implement tag name selector for FindElement WebDriver commandGeorge Roman2019-07-211-9/+17
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-2/+2
|\ \ | |/ |/|
| * clean-up navigationGregory Terzian2019-07-181-2/+2
* | Auto merge of #23580 - georgeroman:implement_switch_to_window_and_dismiss_ale...bors-servo2019-06-241-0/+28
|\ \
| * | Implement dummy DismissAlert WebDriver commandGeorge Roman2019-06-171-0/+7
| * | Implement SwitchToWindow WebDriver commandGeorge Roman2019-06-171-0/+21
| |/
* | Auto merge of #23588 - georgeroman:implement_status_wd_command, r=ferjmbors-servo2019-06-231-1/+13
|\ \
| * | Implement Status WebDriver commandGeorge Roman2019-06-181-1/+13
| |/
* / Implement GetPageSource WebDriver commandGeorge Roman2019-06-171-0/+18
|/
* Add ServoCapabilities and revise handle_new_session functionGeorge Roman2019-06-061-21/+150
* Do not exit servo on webdriver session deletionGeorge Roman2019-06-051-5/+0
* Auto merge of #23171 - hundredeir:find_elem_elems, r=jdmbors-servo2019-05-191-1/+42
|\
| * Refactor codehundredeir2019-04-101-4/+4
| * Formatted codehundredeir2019-04-071-13/+19
| * Add webdriver command Find elements from elementhundredeir2019-04-061-1/+36