Bug 37832

Summary: Cross-platform FullscreenVideoController
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: cmarrin, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Philippe Normand
Reported 2010-04-19 16:18:12 PDT
The WebKit/win/FullscreenVideoController could be moved in a common WebKit directory. The windows-specific bits should be implemented in a sub-class. This way other ports could reuse the code.
Attachments
Chris Marrin
Comment 1 2010-04-19 16:20:15 PDT
There is an issue with where to put this. There are no cross-platform directories in WebKit. Should it be: 1) In WebKit/common (or something) 2) In WebCore with subclasses in WebKit (ick!) 3) All in WebCore I'm not sure what the best approach is
Philippe Normand
Comment 2 2010-07-11 23:43:46 PDT
Not sure anymore this is worth the effort. In the end the common code would only be a few methods, mainly proxies to the HTMLMediaElement API (play, pause, etc)
Note You need to log in before you can comment on or make changes to this bug.