aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-8/+8
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-18/+18
* merge from masterrohan.prinja2015-11-031-2/+2
|\
| * Avoid string copies in handle_find_{element,elements}_css.Ms2ger2015-10-301-2/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-8/+8
* Remove webdriver use of SubpageIdGlenn Watson2015-10-151-3/+3
* script: Stop copying the document URL.Patrick Walton2015-09-241-2/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-3/+2
* sort all usesJohann Tuffe2015-08-201-7/+7
* Added support for int32 to webdriver.Christopher Hotchkiss2015-07-241-1/+1
* Ensure we get the post-redirect urlJames Graham2015-07-191-0/+8
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-12/+27
* Upgrade to SM 39Michael Wu2015-06-191-32/+34
* Add support for switching frames with the webdriver API.James Graham2015-06-011-3/+34
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-4/+9
* Add support for timing out scriptsJames Graham2015-05-141-11/+10
* Add basic support for executeAsyncScript.James Graham2015-05-141-15/+29
* Make WebDriver Get() command wait on pages loading before returning.James Graham2015-05-141-1/+1
* Add support for getActiveElement webdriver commandJames Graham2015-05-111-0/+5
* Add WebDriver support for getting elements by selector.James Graham2015-05-081-1/+68
* Implement webdriver commands for back/forward/title/handles.James Graham2015-05-061-1/+6
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Add script execution support via WebDriverJames Graham2015-04-231-0/+38