Bug 46202 - Send window visibility and window frame change sizes to the plug-in
Summary: Send window visibility and window frame change sizes to the plug-in
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 11:00 PDT by Anders Carlsson
Modified: 2010-09-21 11:43 PDT (History)
1 user (show)

See Also:


Attachments
Patch (15.81 KB, patch)
2010-09-21 11:04 PDT, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>