mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Experimental implementation of (a small subset of) mozbrowser APIs.
This commit is contained in:
parent
fef439726a
commit
bf9b8f7050
10 changed files with 393 additions and 40 deletions
|
@ -212,6 +212,8 @@ pub enum Msg {
|
|||
GetPipelineTitle(PipelineId),
|
||||
/// Requests that the constellation inform the compositor of the a cursor change.
|
||||
SetCursor(Cursor),
|
||||
/// Dispatch a mozbrowser event to a given iframe. Only available in experimental mode.
|
||||
MozBrowserEvent(PipelineId, SubpageId, String, Option<String>),
|
||||
}
|
||||
|
||||
/// Similar to net::resource_task::LoadData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue