[Webkit-unassigned] [Bug 146142] New: Make PluginProxy::handleMouseEvent() asynchronous
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 18 22:59:41 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146142
Bug ID: 146142
Summary: Make PluginProxy::handleMouseEvent() asynchronous
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
PluginProxy::handleMouseEvent() forwards the generated mouse event to PluginControllerProxy using a synchronous message,
but the recipient always reply immediately with the same value("true") even before handling the received message.
So I think PluginProxy::handleMouseEvent() is perfectly OK to process its messages asynchronously.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150619/deadc83e/attachment.html>
More information about the webkit-unassigned
mailing list