servo/components/webdriver_server
Aneesh Agrawal 9d097e7d15 Use fn pipeline_id consistently, not fn pipeline
Consistently use the name 'pipeline_id' to refer to a function that
returns an (optional) PipelineId.

This was prompted by discovering both fn pipeline and fn pipeline_id
doing the same job in htmliframeelement.rs.

Note that there is fn pipeline in components/compositing/compositor.rs,
but that actually returns an Option<&CompositionPipeline>, not any kind
of PipelineId.
2016-09-13 15:17:40 -04:00
..
Cargo.toml webdriver_server: update webdriver-rust library to 0.14 2016-09-07 12:59:06 +01:00
keys.rs Implement support for WebDriver send keys command. 2015-11-16 22:48:26 +00:00
lib.rs Use fn pipeline_id consistently, not fn pipeline 2016-09-13 15:17:40 -04:00