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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:53:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 79de24c832978bae690faa1a1afb1debc08fc762
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 12 02:37:52 2001 +0000

    Added another .copy() to get around Gramp's + QConstString problem
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@492 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index edfff0e..fe2832b 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -52,6 +52,8 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
+#import <WKPluginDatabase.h>
+
 #import <KWQView.h>
 
 static bool cache_init = false;
@@ -1331,8 +1333,7 @@ void KHTMLPart::urlSelected( const QString &url, int button, int state, const QS
 bool KHTMLPart::requestObject( khtml::RenderPart *frame, const QString &url, const QString &serviceType,
                     const QStringList &args)
 {
-    KWQDebug("requestObject: url: %s\n", url.latin1());
-    _logNeverImplemented();
+    [WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index edfff0e..fe2832b 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -52,6 +52,8 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
+#import <WKPluginDatabase.h>
+
 #import <KWQView.h>
 
 static bool cache_init = false;
@@ -1331,8 +1333,7 @@ void KHTMLPart::urlSelected( const QString &url, int button, int state, const QS
 bool KHTMLPart::requestObject( khtml::RenderPart *frame, const QString &url, const QString &serviceType,
                     const QStringList &args)
 {
-    KWQDebug("requestObject: url: %s\n", url.latin1());
-    _logNeverImplemented();
+    [WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/kwq/Makefile.in b/WebCore/kwq/Makefile.in
index 38a248e..e178813 100644
--- a/WebCore/kwq/Makefile.in
+++ b/WebCore/kwq/Makefile.in
@@ -128,6 +128,8 @@ MMOBJECTS = \
     KWQxml.o \
     _KWQOwner.o \
     kwqdebug.o \
+    WKPluginDatabase.m \
+    WKPluginDatabase.h \
     $(NULL)
 
 MOBJECTS = \
diff --git a/WebCore/src/kwq/KWQKHTMLPart.mm b/WebCore/src/kwq/KWQKHTMLPart.mm
index edfff0e..fe2832b 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -52,6 +52,8 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
+#import <WKPluginDatabase.h>
+
 #import <KWQView.h>
 
 static bool cache_init = false;
@@ -1331,8 +1333,7 @@ void KHTMLPart::urlSelected( const QString &url, int button, int state, const QS
 bool KHTMLPart::requestObject( khtml::RenderPart *frame, const QString &url, const QString &serviceType,
                     const QStringList &args)
 {
-    KWQDebug("requestObject: url: %s\n", url.latin1());
-    _logNeverImplemented();
+    [WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/src/kwq/Makefile.in b/WebCore/src/kwq/Makefile.in
index 38a248e..e178813 100644
--- a/WebCore/src/kwq/Makefile.in
+++ b/WebCore/src/kwq/Makefile.in
@@ -128,6 +128,8 @@ MMOBJECTS = \
     KWQxml.o \
     _KWQOwner.o \
     kwqdebug.o \
+    WKPluginDatabase.m \
+    WKPluginDatabase.h \
     $(NULL)
 
 MOBJECTS = \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list