Title: [101526] trunk/Source/WebKit/gtk
- Revision
- 101526
- Author
- [email protected]
- Date
- 2011-11-30 10:03:03 -0800 (Wed, 30 Nov 2011)
Log Message
[GTK] HTML5 Youtube video fullscreen button doesn't work
https://bugs.webkit.org/show_bug.cgi?id=73456
Reviewed by Martin Robinson.
* WebCoreSupport/ChromeClientGtk.cpp:
(WebKit::ChromeClient::supportsFullScreenForElement): Ignore
withKeyboard argument value, like Chrome's implementation.
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (101525 => 101526)
--- trunk/Source/WebKit/gtk/ChangeLog 2011-11-30 17:35:11 UTC (rev 101525)
+++ trunk/Source/WebKit/gtk/ChangeLog 2011-11-30 18:03:03 UTC (rev 101526)
@@ -1,3 +1,14 @@
+2011-11-30 Philippe Normand <[email protected]>
+
+ [GTK] HTML5 Youtube video fullscreen button doesn't work
+ https://bugs.webkit.org/show_bug.cgi?id=73456
+
+ Reviewed by Martin Robinson.
+
+ * WebCoreSupport/ChromeClientGtk.cpp:
+ (WebKit::ChromeClient::supportsFullScreenForElement): Ignore
+ withKeyboard argument value, like Chrome's implementation.
+
2011-11-29 Sergio Villar Senin <[email protected]>
[GTK] SIGSEV when a WebKitDownload fails
Modified: trunk/Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp (101525 => 101526)
--- trunk/Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp 2011-11-30 17:35:11 UTC (rev 101525)
+++ trunk/Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp 2011-11-30 18:03:03 UTC (rev 101526)
@@ -880,9 +880,6 @@
#if ENABLE(FULLSCREEN_API)
bool ChromeClient::supportsFullScreenForElement(const WebCore::Element* element, bool withKeyboard)
{
- if (withKeyboard)
- return false;
-
return true;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes