[webkit-reviews] review requested: [Bug 51249] [Qt] Extend the Platform Plugin to support full screen video handler : [Attachment 78445] updated with Kenneth's suggestion (removed default fullscreen widget)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 10 13:45:37 PST 2011
yi shen <yi.4.shen at nokia.com> has asked for review:
Bug 51249: [Qt] Extend the Platform Plugin to support full screen video handler
https://bugs.webkit.org/show_bug.cgi?id=51249
Attachment 78445: updated with Kenneth's suggestion (removed default fullscreen
widget)
https://bugs.webkit.org/attachment.cgi?id=78445&action=review
------- Additional Comments from yi shen <yi.4.shen at nokia.com>
I didn't change following function names, one reason is that in
HTMLMeidaElement, it uses enterfullscreen/exitfullscreen. Simon, could you give
some comments for these function name? Still, thank you, Kenneth :-)
> WebKit/qt/Api/qwebkitplatformplugin.h:130
> + void fullscreenClosed();
What about leftFullscreen. ie, you enter/leave. Maybe Simon has some better
ideas.
> WebKit/qt/Api/qwebkitplatformplugin.h:134
> + virtual void enterFullscreen(QMediaPlayer*) = 0;
> + virtual void exitFullscreen() = 0;
leaveFullscreen
More information about the webkit-reviews
mailing list