Bug 66968

Summary: [GStreamer] Fullscreen controller support for the new WebKit Fullscreen API
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 73577    
Bug Blocks:    
Attachments:
Description Flags
Use native fullscreen display when possible
none
Use native fullscreen display when possible mrobinson: review+

Description Philippe Normand 2011-08-25 11:53:45 PDT
Using the new Fullscreen API if you switch a video to fullscreen it will scale up and take all the WebView space. Instead we should use the same approach as for the "old" WebKit fullscreen API: create a new window and switch to fullscreen.
Comment 1 Philippe Normand 2011-12-01 12:51:05 PST
Created attachment 117464 [details]
Use native fullscreen display when possible
Comment 2 Philippe Normand 2011-12-02 02:33:58 PST
Created attachment 117594 [details]
Use native fullscreen display when possible
Comment 3 Philippe Normand 2011-12-02 02:35:19 PST
When you get some spare time, Martin :) Thanks!
Comment 4 Philippe Normand 2011-12-03 02:27:31 PST
Committed r101920: <http://trac.webkit.org/changeset/101920>