mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add set_clipboard_context function and relevant plumbing. Use Option more consistantly (less unwraps) in textinput's selection handling.
This commit is contained in:
parent
52c2049f2a
commit
f86252a60b
5 changed files with 83 additions and 48 deletions
|
@ -247,6 +247,8 @@ pub enum Msg {
|
|||
Focus(PipelineId),
|
||||
/// Requests that the constellation retrieve the current contents of the clipboard
|
||||
GetClipboardContents(IpcSender<String>),
|
||||
/// Requests that the constellation set the contents of the clipboard
|
||||
SetClipboardContents(String),
|
||||
/// Dispatch a webdriver command
|
||||
WebDriverCommand(WebDriverCommandMsg),
|
||||
/// Notifies the constellation that the viewport has been constrained in some manner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue