mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #26067 - paulrouget:contextTitle, r=jdm
Make it possible to add a title to context menu Fixes #26061
This commit is contained in:
commit
234c8557ed
9 changed files with 33 additions and 18 deletions
|
@ -157,7 +157,7 @@ pub enum EmbedderMsg {
|
|||
/// Show dialog to user
|
||||
Prompt(PromptDefinition, PromptOrigin),
|
||||
/// Show a context menu to the user
|
||||
ShowContextMenu(IpcSender<ContextMenuResult>, Vec<String>),
|
||||
ShowContextMenu(IpcSender<ContextMenuResult>, Option<String>, Vec<String>),
|
||||
/// Whether or not to allow a pipeline to load a url.
|
||||
AllowNavigationRequest(PipelineId, ServoUrl),
|
||||
/// Whether or not to allow script to open a new tab/browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue