Changeset 144191 in webkit


Ignore:
Timestamp:
Feb 27, 2013 8:18:14 AM (11 years ago)
Author:
allan.jensen@digia.com
Message:

[Qt] Flash objects won't load until scrolling page
https://bugs.webkit.org/show_bug.cgi?id=110149

Reviewed by Simon Hausmann.

Revert r134222. The issue from bug 101836 is no longer reproducable,
and the fix was causing flash objects to not load properly.

  • plugins/PluginPackage.cpp:

(WebCore::PluginPackage::determineQuirks):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r144190 r144191  
     12013-02-27  Allan Sandfeld Jensen  <allan.jensen@digia.com>
     2
     3        [Qt] Flash objects won't load until scrolling page
     4        https://bugs.webkit.org/show_bug.cgi?id=110149
     5
     6        Reviewed by Simon Hausmann.
     7
     8        Revert r134222. The issue from bug 101836 is no longer reproducable,
     9        and the fix was causing flash objects to not load properly.
     10
     11        * plugins/PluginPackage.cpp:
     12        (WebCore::PluginPackage::determineQuirks):
     13
    1142013-02-27  No'am Rosenthal  <noam@webkit.org>
    215
  • trunk/Source/WebCore/plugins/PluginPackage.cpp

    r139318 r144191  
    207207
    208208#if PLATFORM(QT)
    209         // Flash will crash on repeated calls to SetWindow in windowed mode.
    210         // Defer the setWindow, so we don't set it to the wrong size too early.
    211         m_quirks.add(PluginQuirkDeferFirstSetWindowCall);
     209        // Flash will crash on repeated calls to SetWindow in windowed mode
    212210        m_quirks.add(PluginQuirkDontCallSetWindowMoreThanOnce);
    213211#endif
Note: See TracChangeset for help on using the changeset viewer.