Changeset 74057 in webkit


Ignore:
Timestamp:
Dec 14, 2010 1:35:32 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-12-14 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Flash plugins should be windowless on QGraphicsWebView on Symbian
Remove #idef SYMBIAN introduced by r69396.
https://bugs.webkit.org/show_bug.cgi?id=50487

  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::createPlugin):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r73886 r74057  
     12010-12-14  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Flash plugins should be windowless on QGraphicsWebView on Symbian
     6        Remove #idef SYMBIAN introduced by r69396.
     7        https://bugs.webkit.org/show_bug.cgi?id=50487
     8
     9        * WebCoreSupport/FrameLoaderClientQt.cpp:
     10        (WebCore::FrameLoaderClientQt::createPlugin):
     11
    1122010-10-28  MORITA Hajime  <morrita@google.com>
    213
  • trunk/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp

    r73867 r74057  
    15361536        Vector<String> params = paramNames;
    15371537        Vector<String> values = paramValues;
    1538 #if !OS(SYMBIAN)
    15391538        if (mimeType == "application/x-shockwave-flash") {
    15401539            QWebPageClient* client = m_webFrame->page()->d->client.get();
     
    15621561#endif
    15631562        }
    1564 #endif
    15651563
    15661564        RefPtr<PluginView> pluginView = PluginView::create(m_frame, pluginSize, element, url,
Note: See TracChangeset for help on using the changeset viewer.