5 [Qt] Make "disallow multiple calls to SetWindow" on windowed plugins a quirk
6 https://bugs.webkit.org/show_bug.cgi?id=41407
7
8 Only disallow calling SetWindow more than once if we're using Flash 9 or older.
9 This fixes resizing of YouTube videos via the player's own button.
10
11 Removed copy-pasted logic in PluginViewGtk since the issue only exists
12 when running Flash with a non-Gtk toolkit.
13
14 * plugins/PluginPackage.cpp:
15 (WebCore::PluginPackage::determineQuirks):
16 * plugins/PluginQuirkSet.h:
17 (WebCore::):
18 * plugins/gtk/PluginViewGtk.cpp:
19 (WebCore::PluginView::setNPWindowIfNeeded): Remove unnecessary logic copy-pasted from PluginViewQt.
20 * plugins/qt/PluginViewQt.cpp:
21 (WebCore::PluginView::setNPWindowIfNeeded):
22
232010-06-30 Andreas Kling <andreas.kling@nokia.com>
24
25 Reviewed by NOBODY (OOPS!).
26