Changeset 65067 in webkit


Ignore:
Timestamp:
Aug 10, 2010 4:34:06 AM (14 years ago)
Author:
vestbo@webkit.org
Message:

Make sure NPAPI plugins get an initial setNPWindow on Mac

Reviewed by Simon Hausmann.

https://bugs.webkit.org/show_bug.cgi?id=43782

  • plugins/mac/PluginViewMac.mm:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r65065 r65067  
     12010-08-10  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Make sure NPAPI plugins get an initial setNPWindow on Mac
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=43782
     8
     9        * plugins/mac/PluginViewMac.mm:
     10
    1112010-08-10  Dirk Schulze  <krit@webkit.org>
    212
  • trunk/WebCore/plugins/mac/PluginViewMac.mm

    r60621 r65067  
    228228    }
    229229
    230     show();
     230    updatePluginWidget();
     231
     232    if (!m_plugin->quirks().contains(PluginQuirkDeferFirstSetWindowCall))
     233        setNPWindowIfNeeded();
    231234
    232235    // TODO: Implement null timer throttling depending on plugin activation
Note: See TracChangeset for help on using the changeset viewer.