Skip to content
  • pewtermoose@webkit.org's avatar
    WebCore: · d914008d
    pewtermoose@webkit.org authored
    2008-03-18  Rodney Dawes  <dobey@wayofthemonkey.com>
    
            Reviewed by Jon Honeycutt.
    
            Add PluginView.cpp and npapi.cpp to build files.
            Copy win/PluginViewWin.cpp to PluginView.cpp for shared code.
            Split Windows specific code out of PluginView.cpp.
            Add #if USE(NPOBJECT) around dependant code.
            Use npruntime_internal.h instead of npapi.h.
            Add PlatformWidget typedef to Widget.h.
            Update WidgetGtk.cpp for the PlatformWidget usage.
            Add needed methods to TemporaryLinkStubs for GTK+ port.
    
            * GNUmakefile.am:
            * WebCore.pro:
            * WebCoreSources.bkl:
            * WebCore.vcproj/WebCore.vcproj:
            * plugins/win/PluginViewWin.cpp:
            * plugins/PluginView.cpp:
            * plugins/PluginView.h:
            * plugins/npapi.cpp:
            * platform/Widget.h:
            * platform/gtk/WidgetGtk.cpp:
            * platform/gtk/TemporaryLinkStubs.cpp:
    
    WebKit/gtk:
    
    2008-03-18  Rodney Dawes  <dobey@wayofthemonkey.com>
    
            Reviewed by Jon Honeycutt.
    
            Update setContainingWindow() calls to pass a GtkWidget.
    
            * webkit/webkitwebframe.cpp:
            (webkit_web_frame_new):
            (webkit_web_frame_init_with_web_view):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@31123 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d914008d