Bug 64540

Summary: Fullscreen content doesn't use fullscreen controller on Windows
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: MediaAssignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal CC: jer.noble
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch darin: review+

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>