Implement webdriver commands for back/forward/title/handles.

This commit is contained in:
James Graham 2015-05-06 12:22:10 +01:00
parent b762758366
commit 1576107c45
5 changed files with 47 additions and 5 deletions

View file

@ -226,7 +226,7 @@ pub enum Msg {
ChangeRunningAnimationsState(PipelineId, AnimationState),
/// Requests that the constellation instruct layout to begin a new tick of the animation.
TickAnimation(PipelineId),
// Request that the constellation send the current root pipeline id over a provided channel
/// Request that the constellation send the current root pipeline id over a provided channel
GetRootPipeline(Sender<Option<PipelineId>>),
/// Notifies the constellation that this frame has received focus.
Focus(PipelineId),