RESOLVED FIXED 52646
Implement NPN_PopUpContextMenu
https://bugs.webkit.org/show_bug.cgi?id=52646
Summary Implement NPN_PopUpContextMenu
Anders Carlsson
Reported 2011-01-18 12:01:45 PST
Implement NPN_PopUpContextMenu
Attachments
Patch (5.21 KB, patch)
2011-01-18 12:05 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2011-01-18 12:05:04 PST
Sam Weinig
Comment 2 2011-01-18 12:07:56 PST
Comment on attachment 79304 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79304&action=review > Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:209 > + NPCocoaEvent *m_currentMouseEvent; * on the wrong side. Or at least, I think it is, assuming NPCocoaEvent is no an objective-c object. > Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:492 > + NPCocoaEvent *previousMouseEvent = m_currentMouseEvent; * on wrong side.
Anders Carlsson
Comment 3 2011-01-18 12:09:15 PST
Note You need to log in before you can comment on or make changes to this bug.