Changeset 69149 in webkit


Ignore:
Timestamp:
Oct 5, 2010 2:41:41 PM (14 years ago)
Author:
andreas.kling@nokia.com
Message:

2010-10-05 Andreas Kling <kling@webkit.org>

Reviewed by Tor Arne Vestbø.

[Qt] Re-enable single-NPP_SetWindow quirk for 64-bit
https://bugs.webkit.org/show_bug.cgi?id=45363

This is still causing trouble for people, so let's put the
quirk back until we can figure this out properly.

  • plugins/PluginPackage.cpp: (WebCore::PluginPackage::determineQuirks):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69148 r69149  
     12010-10-05  Andreas Kling  <kling@webkit.org>
     2
     3        Reviewed by Tor Arne Vestbø.
     4
     5        [Qt] Re-enable single-NPP_SetWindow quirk for 64-bit
     6        https://bugs.webkit.org/show_bug.cgi?id=45363
     7
     8        This is still causing trouble for people, so let's put the
     9        quirk back until we can figure this out properly.
     10
     11        * plugins/PluginPackage.cpp:
     12        (WebCore::PluginPackage::determineQuirks):
     13
    1142010-10-05  Jian Li  <jianli@chromium.org>
    215
  • trunk/WebCore/plugins/PluginPackage.cpp

    r68381 r69149  
    207207        }
    208208
    209 #if PLATFORM(QT) && CPU(X86)
    210         // 32-bit Flash will crash on repeated calls to SetWindow in windowed mode
     209#if PLATFORM(QT)
     210        // Flash will crash on repeated calls to SetWindow in windowed mode
    211211        m_quirks.add(PluginQuirkDontCallSetWindowMoreThanOnce);
    212212#endif
Note: See TracChangeset for help on using the changeset viewer.