aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* Update rust-mozjs dependencyGuillaume Gomez2016-08-241-3/+10
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+3
* Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-4/+15
* Move webdriver_msg to script_traits.Ms2ger2016-07-051-2/+2
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-2/+1
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-4/+3
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-1/+66
* Support WindowProxy return values in bindingsJansen Jan2016-06-091-2/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Added a timeout to SetWindowSize.Alan Jeffrey2016-05-201-3/+2
* Made SetWindowSize synchronous.Alan Jeffrey2016-05-201-20/+0
* Implemented webdriver SetWindowSize.Alan Jeffrey2016-05-201-1/+14
* removed instances of &Root<BrowsingContext>Connor Brewster2016-05-111-18/+18
* remove page and move functionality to browing contextConnor Brewster2016-05-111-44/+46
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-1/+1
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-4/+4
* find_node_by_unique_id should use findDaniel Robertson2016-02-241-9/+1
* Implement GetElementRect webdriver commandDaniel Robertson2016-02-241-0/+41
* task -> threadrohan.prinja2016-01-101-1/+1
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Removed duplicate webdriver_traits file and added webdriver handler for GetWi...David Raifaizen2015-11-291-1/+51
* Add support for getting an element's computed style through WebDriver.James Graham2015-11-201-0/+17
* Implement Get Element Attribute WebDriver commandJames Graham2015-11-181-0/+15
* Implement support for WebDriver send keys command.James Graham2015-11-161-0/+21
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+6
* Use the conversion traits from js.Ms2ger2015-11-121-6/+10
* 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