[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:43:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 305fd2a887d45f1bca02ac49568448c9e95415e6
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 23:54:31 2001 +0000

    Added another createNewWindow function
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@91 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKPartsBrowserExtension.h b/WebCore/kwq/KWQKPartsBrowserExtension.h
index 4db7a95..e33b822 100644
--- a/WebCore/kwq/KWQKPartsBrowserExtension.h
+++ b/WebCore/kwq/KWQKPartsBrowserExtension.h
@@ -66,8 +66,11 @@ struct WindowArgs {
 class BrowserExtension {
 public:
      BrowserInterface *browserInterface() const;
-     void openURLRequest(const KURL &url, const KParts::URLArgs &args = KParts::URLArgs());
-     void createNewWindow(const KURL &url, const KParts::URLArgs &args, const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart *&part);
+     void openURLRequest(const KURL &, const KParts::URLArgs &args =
+             KParts::URLArgs());
+     void createNewWindow(const KURL &);
+     void createNewWindow(const KURL &, const KParts::URLArgs &, const
+             KParts::WindowArgs &, KParts::ReadOnlyPart *&);
 };
 
 class BrowserHostExtension {
diff --git a/WebCore/kwq/kparts/browserextension.h b/WebCore/kwq/kparts/browserextension.h
index 4db7a95..e33b822 100644
--- a/WebCore/kwq/kparts/browserextension.h
+++ b/WebCore/kwq/kparts/browserextension.h
@@ -66,8 +66,11 @@ struct WindowArgs {
 class BrowserExtension {
 public:
      BrowserInterface *browserInterface() const;
-     void openURLRequest(const KURL &url, const KParts::URLArgs &args = KParts::URLArgs());
-     void createNewWindow(const KURL &url, const KParts::URLArgs &args, const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart *&part);
+     void openURLRequest(const KURL &, const KParts::URLArgs &args =
+             KParts::URLArgs());
+     void createNewWindow(const KURL &);
+     void createNewWindow(const KURL &, const KParts::URLArgs &, const
+             KParts::WindowArgs &, KParts::ReadOnlyPart *&);
 };
 
 class BrowserHostExtension {
diff --git a/WebCore/src/kwq/kparts/browserextension.h b/WebCore/src/kwq/kparts/browserextension.h
index 4db7a95..e33b822 100644
--- a/WebCore/src/kwq/kparts/browserextension.h
+++ b/WebCore/src/kwq/kparts/browserextension.h
@@ -66,8 +66,11 @@ struct WindowArgs {
 class BrowserExtension {
 public:
      BrowserInterface *browserInterface() const;
-     void openURLRequest(const KURL &url, const KParts::URLArgs &args = KParts::URLArgs());
-     void createNewWindow(const KURL &url, const KParts::URLArgs &args, const KParts::WindowArgs &windowArgs, KParts::ReadOnlyPart *&part);
+     void openURLRequest(const KURL &, const KParts::URLArgs &args =
+             KParts::URLArgs());
+     void createNewWindow(const KURL &);
+     void createNewWindow(const KURL &, const KParts::URLArgs &, const
+             KParts::WindowArgs &, KParts::ReadOnlyPart *&);
 };
 
 class BrowserHostExtension {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list