[Webkit-unassigned] [Bug 66746] Expose setFullscreen method on WebPluginContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 18:20:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66746





--- Comment #10 from Jeremy Apthorp <jeremya at chromium.org>  2011-08-23 18:20:51 PST ---
(In reply to comment #7)
> (From update of attachment 104792 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=104792&action=review
> 
> > Source/WebKit/chromium/public/WebPluginContainer.h:93
> > +    virtual void setFullscreen(bool) = 0;
> 
> Since this is implemented as webkitRequestFullScreen, it could fail.  In other
> words, this method should probably have a name indicative of the fact that this
> could fail.
> 
> Another idea here, is that we could just expose a requestFullScreen function on
> WebElement.  WebPluginContainer provides a way to get the WebElement containing
> the plugin.  We could also add a cancelFullScreen method on WebElement.  This
> might be the better way to expose this functionality to the embedder of WebKit.

I've rearranged this to reflect the arrangement of the underlying WebKit implementation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list