Bug 56615 - Implement PluginProcessProxy::setModalWindowIsShowing
Summary: Implement PluginProcessProxy::setModalWindowIsShowing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 17:37 PDT by Anders Carlsson
Modified: 2011-03-17 17:45 PDT (History)
0 users

See Also:


Attachments
Patch (6.59 KB, patch)
2011-03-17 17:39 PDT, Anders Carlsson
sam: 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 2011-03-17 17:37:34 PDT
Implement PluginProcessProxy::setModalWindowIsShowing
Comment 1 Anders Carlsson 2011-03-17 17:39:28 PDT
Created attachment 86122 [details]
Patch
Comment 2 Sam Weinig 2011-03-17 17:42:50 PDT
Comment on attachment 86122 [details]
Patch

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

> Source/WebKit2/UIProcess/Plugins/mac/PluginProcessProxyMac.mm:45
> +}
> +@end

Please add a newline.
Comment 3 Anders Carlsson 2011-03-17 17:45:30 PDT
Committed r81418: <http://trac.webkit.org/changeset/81418>