aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/webdriver_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement ElementClick wd commandGeorge Roman2019-08-311-0/+1
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-0/+1
* Finish the JSON clone algorithmGeorge Roman2019-08-211-4/+9
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-0/+1
* Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-24/+54
* Add support for returning array-like types from the Execute(Async)Script wd c...George Roman2019-08-101-1/+5
* Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,...bors-servo2019-07-231-1/+2
|\
| * Implement GetElementProperty WebDriver commandGeorge Roman2019-07-231-1/+2
* | Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* | Implement link and partial link text selectors for FindElement and related We...George Roman2019-07-231-0/+4
* | Implement tag name selector for FindElementsFromElement WebDriver commandGeorge Roman2019-07-211-1/+2
* | Implement tag name selector for FindElementFromElement WebDriver commandGeorge Roman2019-07-211-0/+1
* | Implement tag name selector for FindElements WebDriver commandGeorge Roman2019-07-211-0/+1
* | Implement tag name selector for FindElement WebDriver commandGeorge Roman2019-07-211-0/+1
|/
* Implement GetPageSource WebDriver commandGeorge Roman2019-06-171-0/+1
* Auto merge of #23171 - hundredeir:find_elem_elems, r=jdmbors-servo2019-05-191-0/+1
|\
| * Add webdriver command Find elements from elementhundredeir2019-04-061-0/+1
* | Add webdriver deletecookies functionaditj2019-04-191-0/+1
|/
* Implement WebDriver FindElementFromElement commandGeorge Roman2019-03-091-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Remove rustc-serialize from the dependenciesBastien Orivel2018-11-071-13/+0
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-6/+6
* Format components/script_traitschansuke2018-09-131-4/+8
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Webdriver uses browsing context ids rather than pipeline ids.Alan Jeffrey2017-05-251-2/+2
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-1/+1
* Update Hyper and OpenSSLddh2017-03-311-3/+3
* Rustfmt script_traits.Ms2ger2017-01-031-9/+8
* Reformat WebDriverScriptCommand::AddCookie.Ms2ger2017-01-031-6/+4
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+9
* Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-1/+4
* Move webdriver_msg to script_traits.Ms2ger2016-07-051-0/+84