Auto merge of #26043 - paulrouget:IMMenu, r=jdm

Context menu API

This adds an API for Servo internals to request a context menu to the embedder, along an implement for the UWP port.
This commit is contained in:
bors-servo 2020-03-30 03:08:08 -04:00 committed by GitHub
commit c3ecf2ecef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 132 additions and 10 deletions

1
Cargo.lock generated
View file

@ -5400,6 +5400,7 @@ dependencies = [
"core-foundation 0.6.4",
"getopts",
"gl_generator 0.11.0",
"ipc-channel",
"libc",
"libloading",
"libservo",