Dispatch WebContents events to <webview>

This commit is contained in:
Cheng Zhao 2014-10-25 09:05:50 +08:00
parent d63f44cd07
commit 218d69d288
3 changed files with 40 additions and 4 deletions

View file

@ -98,6 +98,7 @@ class WebView
@setupWebviewNodeProperties()
@viewInstanceId = getNextId()
guestViewInternal.registerEvents this, @viewInstanceId
shadowRoot.appendChild @browserPluginNode
@ -515,10 +516,6 @@ registerWebViewElement = ->
"executeJavaScript"
"insertCSS"
"send"
# "getZoom"
# "print"
# "setZoom"
# "terminate"
]
# Forward proto.foo* method calls to WebView.foo*.