[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

kevino at webkit.org kevino at webkit.org
Thu Oct 29 20:49:38 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 58de9f9803a51232caac34dd28262c8a9dc3543f
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 21 18:13:09 2009 +0000

    Reviewed by Kevin Ollivier.
    
    Include 'WebFrame.h' declared classes in wxPython bindings.
    
    https://bugs.webkit.org/show_bug.cgi?id=30504
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49908 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/wx/ChangeLog b/WebKit/wx/ChangeLog
index 042c468..87106e1 100644
--- a/WebKit/wx/ChangeLog
+++ b/WebKit/wx/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-21  Pedro Romano  <pmcnr72 at gmail.com>
+
+        Reviewed by Kevin Ollivier.
+
+        Include 'WebFrame.h' declared classes in wxPython bindings.
+        
+        https://bugs.webkit.org/show_bug.cgi?id=30504
+
+        * bindings/python/webview.i:
+
 2009-10-18  Kevin Watters  <kevinwatters at gmail.com>
 
         Reviewed by Kevin Ollivier.
diff --git a/WebKit/wx/bindings/python/webview.i b/WebKit/wx/bindings/python/webview.i
index 44b38ab..410191a 100644
--- a/WebKit/wx/bindings/python/webview.i
+++ b/WebKit/wx/bindings/python/webview.i
@@ -28,6 +28,7 @@
 %{
 #include "wx/wxPython/wxPython.h"
 #include "wx/wxPython/pyclasses.h"
+#include "WebFrame.h"
 #include "WebView.h"
 #include "WebBrowserShell.h"
 %}
@@ -38,9 +39,11 @@
 
 MAKE_CONST_WXSTRING(WebViewNameStr);
 
+MustHaveApp(wxWebFrame);
 MustHaveApp(wxWebView);
 MustHaveApp(wxWebBrowserShell);
 
+%include WebFrame.h
 %include WebView.h
 %include WebBrowserShell.h
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list