Structs§
- Context
Menu Element Information - Information about the element that a context menu was activated for. values which
do not apply to this element will be
None. - Context
Menu Element Information Flags - Context
Menu Request - Request to present a context menu to the user. This is triggered by things like right-clicking on web content.
- Embedder
Control Id - The id of a user interface control that the engine requests that the embedder show.
- File
Picker Request - Filter
Pattern - Filter for file selection;
the
Stringcontent is expected to be extension (e.g, “doc”, without the prefixing “.”) - Input
Method Request - Request to present an IME to the user when an editable element is focused. If
typeisInputMethodType::Text, then thetextparameter specifies the pre-existing text content andinsertion_pointthe zero-based index into the string of the insertion point. - Select
Element Option - Selected
File - Response to file selection request
Enums§
- Alert
Response - The action selected by the user in the alert dialog.
- Confirm
Response - The action selected by the user in the confirm dialog.
- Context
Menu Action - A particular action associated with a
ContextMenuItem. These actions are context-sensitive, which means that some of them are available only for some page elements. - Context
Menu Item - An item in a context menu.
- Embedder
Control Request - A request from the engine to the embedder to display a user interface control.
- Embedder
Control Response - Response from the embedder to an
EmbedderControlRequest. - Prompt
Response - The action selected by the user in the prompt dialog.
- Select
Element Option OrOptgroup - Represents the contents of either an
<option>or an<optgroup>element - Simple
Dialog Request - Request from Servo to the embedder with the details of the simple dialog to be displayed.