From d0825bca7fe65beaee391d30da42e937db621564 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 14:57:50 +0000 Subject: Merge webkit.org at r54127 : Initial merge by git Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82 --- WebKit/wx/bindings/python/webview.i | 12 +++- WebKit/wx/bindings/python/wxwebkit-py.bkl | 109 ------------------------------ 2 files changed, 9 insertions(+), 112 deletions(-) (limited to 'WebKit/wx/bindings') diff --git a/WebKit/wx/bindings/python/webview.i b/WebKit/wx/bindings/python/webview.i index 410191a..bdc5561 100644 --- a/WebKit/wx/bindings/python/webview.i +++ b/WebKit/wx/bindings/python/webview.i @@ -28,9 +28,12 @@ %{ #include "wx/wxPython/wxPython.h" #include "wx/wxPython/pyclasses.h" + +#include "WebBrowserShell.h" #include "WebFrame.h" +#include "WebKitDefines.h" +#include "WebSettings.h" #include "WebView.h" -#include "WebBrowserShell.h" %} //--------------------------------------------------------------------------- @@ -39,13 +42,16 @@ MAKE_CONST_WXSTRING(WebViewNameStr); +MustHaveApp(wxWebBrowserShell); MustHaveApp(wxWebFrame); MustHaveApp(wxWebView); -MustHaveApp(wxWebBrowserShell); +%include WebKitDefines.h + +%include WebBrowserShell.h %include WebFrame.h +%include WebSettings.h %include WebView.h -%include WebBrowserShell.h %constant wxEventType wxEVT_WEBVIEW_BEFORE_LOAD; %constant wxEventType wxEVT_WEBVIEW_LOAD; diff --git a/WebKit/wx/bindings/python/wxwebkit-py.bkl b/WebKit/wx/bindings/python/wxwebkit-py.bkl index 2fade58..e69de29 100644 --- a/WebKit/wx/bindings/python/wxwebkit-py.bkl +++ b/WebKit/wx/bindings/python/wxwebkit-py.bkl @@ -1,109 +0,0 @@ - - - - - 1 - 1 - - - - - 1 - - - - - - - - - - - - - - $(WKOUTPUTDIR)/libjscore.a - $(WKOUTPUTDIR)/libwebcore-wx.a - - - $(WKOUTPUTDIR)/jscore.lib - $(WKOUTPUTDIR)/webcore-wx.lib - - dynamic - _webview - - $(WK_ROOT)/WebCore/platform/wx - $(WK_ROOT)/WebCore/bridge/wx - $(WK_ROOT)/WebCore/page/wx - $(WK_ROOT)/WebKit/wx - $(WK_ROOT)/WebKit/wx/WebKitSupport - - - png - - -bundle -undefined dynamic_lookup - - $(PYTHON_LIB) - $(MAC_FLAGS) - - - libpng - $(WK_ROOT)/libpng - $(PYTHON_LIB) - - - $(PYTHON_LIBDIR) - - - wxwebkit - $(WKOUTPUTDIR) - - SWIG_TYPE_TABLE=_wxPython_table - WXP_USE_THREAD=1 - SWIG_PYTHON_OUTPUT_TUPLE - - - webview.cpp - - - - -- cgit v1.1