Skip to content
  • commit-queue@webkit.org's avatar
    [GTK] Fix NPAPI plugins on Windows · 618672dd
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=54531
    
    Patch by Kalev Lember <kalevlember@gmail.com> on 2012-06-21
    Reviewed by Martin Robinson.
    
    .:
    
    Define XP_WIN on Windows for plugin support.
    
    * GNUmakefile.am:
    
    Source/WebCore:
    
    Switch to using PluginPackageWin.cpp and PluginViewWin.cpp on Windows
    platform, and leave plugins/gtk/ only for XP_UNIX platforms. With this
    we can share a lot of code with other ports and don't have to
    reimplement all the Windows-specific code in plugins/gtk/.
    
    * GNUmakefile.am:
    * GNUmakefile.list.am:
    * platform/FileSystem.h:
    (WebCore):
    * platform/graphics/GraphicsContext.h:
    (GraphicsContext):
    * platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h:
    (WebCore::GraphicsContextPlatformPrivate::GraphicsContextPlatformPrivate):
    (GraphicsContextPlatformPrivate):
    * platform/graphics/transforms/TransformationMatrix.h:
    (TransformationMatrix):
    * platform/graphics/win/GraphicsContextCairoWin.cpp:
    (WebCore):
    * platform/graphics/win/GraphicsContextWin.cpp:
    ...
    618672dd