Bug 46202

Summary: Send window visibility and window frame change sizes to the plug-in
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: WebKit2Assignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2010-09-21 11:00:08 PDT
Send window visibility and window frame change sizes to the plug-in
Comment 1 Anders Carlsson 2010-09-21 11:04:58 PDT
Created attachment 68262 [details]
Patch
Comment 2 Early Warning System Bot 2010-09-21 11:12:09 PDT
Attachment 68262 [details] did not build on qt:
Build output: http://queues.webkit.org/results/4087042
Comment 3 Adam Roben (:aroben) 2010-09-21 11:38:06 PDT
Comment on attachment 68262 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=68262&action=review

Should we add WebPageProxyMac.mm and WebPageMac.mm and PluginViewMac.mm?

> WebKit2/Shared/CoreIPCSupport/WebPageMessageKinds.h:75
> -    WheelEvent
> +    WheelEvent,
>  #if ENABLE(TOUCH_EVENTS)
>      , TouchEvent
>  #endif

Double-comma!
Comment 4 Anders Carlsson 2010-09-21 11:43:10 PDT
Committed r67971: <http://trac.webkit.org/changeset/67971>