mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement webdriver commands for back/forward/title/handles.
This commit is contained in:
parent
b762758366
commit
1576107c45
5 changed files with 47 additions and 5 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue