Bug 66968 - [GStreamer] Fullscreen controller support for the new WebKit Fullscreen API
Summary: [GStreamer] Fullscreen controller support for the new WebKit Fullscreen API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 73577
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-25 11:53 PDT by Philippe Normand
Modified: 2011-12-03 02:27 PST (History)
1 user (show)

See Also:


Attachments
Use native fullscreen display when possible (7.02 KB, patch)
2011-12-01 12:51 PST, Philippe Normand
no flags Details | Formatted Diff | Diff
Use native fullscreen display when possible (4.33 KB, patch)
2011-12-02 02:33 PST, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

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