Title: [141569] trunk/Source/WebKit/qt/ChangeLog
Revision
141569
Author
[email protected]
Date
2013-02-01 02:40:18 -0800 (Fri, 01 Feb 2013)

Log Message

[Qt] visibility of embedded widget
https://bugs.webkit.org/show_bug.cgi?id=108327

Rubber-stamped by Simon Hausmann.

In overriding Widget::hide in QtPluginWidget, we forgot to call the
parent implementation, which as it turns, out does sensible stuff.

* WebCoreSupport/FrameLoaderClientQt.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (141568 => 141569)


--- trunk/Source/WebKit/qt/ChangeLog	2013-02-01 10:37:50 UTC (rev 141568)
+++ trunk/Source/WebKit/qt/ChangeLog	2013-02-01 10:40:18 UTC (rev 141569)
@@ -5,6 +5,18 @@
 
         Rubber-stamped by Simon Hausmann.
 
+        In overriding Widget::hide in QtPluginWidget, we forgot to call the
+        parent implementation, which as it turns, out does sensible stuff.
+
+        * WebCoreSupport/FrameLoaderClientQt.cpp:
+
+2013-02-01  Pierre Rossi  <[email protected]>
+
+        [Qt] visibility of embedded widget
+        https://bugs.webkit.org/show_bug.cgi?id=108327
+
+        Rubber-stamped by Simon Hausmann.
+
         In overriding Widget::show in QtPluginWidget, we forgot to call the
         parent implementation, which as it turns, out does sensible stuff.
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to