Changeset 69396 in webkit


Ignore:
Timestamp:
Oct 8, 2010 6:58:11 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-08 Hui Huang <hui.2.huang@nokia.com>

Reviewed by Simon Hausmann.

ifdef out code that rewrites Flash Plug-in wmode for Symbian build
https://bugs.webkit.org/show_bug.cgi?id=43484

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r69331 r69396  
     12010-10-08  Hui Huang  <hui.2.huang@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        ifdef out code that rewrites Flash Plug-in wmode for Symbian build
     6        https://bugs.webkit.org/show_bug.cgi?id=43484
     7
     8        * WebCoreSupport/FrameLoaderClientQt.cpp:
     9        (WebCore::FrameLoaderClientQt::createPlugin):
     10
    1112010-10-07  Andreas Kling  <kling@webkit.org>
    212
  • trunk/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp

    r68576 r69396  
    15061506        Vector<String> params = paramNames;
    15071507        Vector<String> values = paramValues;
     1508#if !OS(SYMBIAN)
    15081509        if (mimeType == "application/x-shockwave-flash") {
    15091510            QWebPageClient* client = m_webFrame->page()->d->client;
     
    15311532#endif
    15321533        }
     1534#endif
    15331535
    15341536        RefPtr<PluginView> pluginView = PluginView::create(m_frame, pluginSize, element, url,
Note: See TracChangeset for help on using the changeset viewer.