[webkit-reviews] review granted: [Bug 127064] [GTK] youtube HTML5 videos in fullscreen, after <Esc>, can't go fullscreen again : [Attachment 221748] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 24 09:38:46 PST 2014


Martin Robinson <mrobinson at webkit.org> has granted Víctor M. Jáquez L.
<vjaquez at igalia.com>'s request for review:
Bug 127064: [GTK] youtube HTML5 videos in fullscreen, after <Esc>, can't go
fullscreen again
https://bugs.webkit.org/show_bug.cgi?id=127064

Attachment 221748: Patch
https://bugs.webkit.org/attachment.cgi?id=221748&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=221748&action=review


> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:1071
> +    WebFullScreenManagerProxy* fullScreenManagerProxy =
webkitWebViewBase->priv->pageProxy->fullScreenManager();
> +    fullScreenManagerProxy->requestExitFullScreen();
> +#endif

This can be one line.


More information about the webkit-reviews mailing list