Bug 35779 - Fix event handling in WebPluginContainer
Summary: Fix event handling in WebPluginContainer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: John Abd-El-Malek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 20:03 PST by John Abd-El-Malek
Modified: 2010-03-05 18:34 PST (History)
2 users (show)

See Also:


Attachments
Proposed patch (2.80 KB, patch)
2010-03-04 20:23 PST, John Abd-El-Malek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Abd-El-Malek 2010-03-04 20:03:53 PST
We have the code that does "handled != handled" in WebPluginContainerImpl.cpp.  We need to move this logic to webplugin_delegate_impl_win.cc and webplugin_delegate_impl_gtk.cc since we don't want this for Pepper plugins.  This code is needed because Flash/Silverlight (only two I could test in windowless) return false even when they use the event.  On Windows, Flash is sending the event to its windowed wndproc, which returns 0 when an event is handled per Windows convention.  Not sure what's happening on Linux, but I verified that it's also needed.
Comment 1 John Abd-El-Malek 2010-03-04 20:23:32 PST
Created attachment 50084 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2010-03-05 18:34:53 PST
Comment on attachment 50084 [details]
Proposed patch

Clearing flags on attachment: 50084

Committed r55606: <http://trac.webkit.org/changeset/55606>
Comment 3 WebKit Commit Bot 2010-03-05 18:34:58 PST
All reviewed patches have been landed.  Closing bug.