RESOLVED WONTFIX37832
Cross-platform FullscreenVideoController
https://bugs.webkit.org/show_bug.cgi?id=37832
Summary Cross-platform FullscreenVideoController
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.