Skip to content
  • zecke's avatar
    WebCore: · 258a8644
    zecke authored
    2007-08-10  Holger Hans Peter Freyther  <zecke@selfish.org>
    
            Reviewed by Adam.
    
            Implement FrameLoaderClientGdk::createFrame mostly by copying
            the windows implementation. A method similiar to WebFrame::loadURLIntoChild
            was not introduced instead we have a simplified version similiar to the
            one of the Qt port.
    
            Remove building of WebKit/gtk/webkitgtkframedata.{cpp,h}.
    
            * WebCore.pro:
            * loader/gdk/FrameLoaderClientGdk.cpp:
            (WebCore::FrameLoaderClientGdk::createFrame):
    
    WebKit/gtk:
    2007-08-10  Holger Hans Peter Freyther  <zecke@selfish.org>
    
            Reviewed by Adam.
    
            Remove the create_frame virtual method of WebKitGtkPage. This method was inspired
            by the Qt port but to be useful for reimplementations WebKitGtkFrameData would need
            to export/expose WebCore types. WebView doesn't offer such a method so I decided to
            remove it.
            Add a internal constructor to WebKitGtkFrame to be used for constructing Sub-Frames. This
            is currently used by FrameLoaderClientGdk::createFrame.
    
            * Api/webkitgtkframe.cpp:
            * Api/webkitgtkframedata.cpp: Removed.
            * Api/webkitgtkframedata.h: Removed.
            * Api/webkitgtkpage.cpp:
            * Api/webkitgtkpage.h:
            * Api/webkitgtkprivate.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24964 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    258a8644