Bug 64540 - Fullscreen content doesn't use fullscreen controller on Windows
Summary: Fullscreen content doesn't use fullscreen controller on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-07-14 10:35 PDT by Jeff Miller
Modified: 2011-07-15 07:03 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.61 KB, patch)
2011-07-14 17:00 PDT, Jeff Miller
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2011-07-14 10:35:30 PDT
When watching video fullscreen on Windows, we're still using the inline controller.

1. Go to <http://www.apple.com/ipad/>.
2. Start playing the iPad 2 video.
3. Click on the fullscreen button.

The controller at the bottom of the fullscreen window is the inline controller, not the HUD.
Comment 1 Jeff Miller 2011-07-14 10:37:10 PDT
<rdar://problem/9510455>
Comment 2 Jeff Miller 2011-07-14 10:38:03 PDT
It appears that we just need to implement RenderThemeWin::extraFullScreenStyleSheet() on Windows, as we did in RenderThemeMac.
Comment 3 Jeff Miller 2011-07-14 17:00:03 PDT
Created attachment 100896 [details]
Patch
Comment 4 Jeff Miller 2011-07-15 07:03:37 PDT
Committed r91066: <http://trac.webkit.org/changeset/91066>