[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:08 UTC 2009


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

    Didn't mean to make last commit
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@493 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index fe2832b..1aecde7 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -52,7 +52,7 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
-#import <WKPluginDatabase.h>
+//#import <WKPluginDatabase.h>
 
 #import <KWQView.h>
 
@@ -1333,7 +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)
 {
-    [WKPluginDatabase installedPlugins];
+    //[WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index fe2832b..1aecde7 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -52,7 +52,7 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
-#import <WKPluginDatabase.h>
+//#import <WKPluginDatabase.h>
 
 #import <KWQView.h>
 
@@ -1333,7 +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)
 {
-    [WKPluginDatabase installedPlugins];
+    //[WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/kwq/Makefile.in b/WebCore/kwq/Makefile.in
index e178813..38a248e 100644
--- a/WebCore/kwq/Makefile.in
+++ b/WebCore/kwq/Makefile.in
@@ -128,8 +128,6 @@ 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 fe2832b..1aecde7 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -52,7 +52,7 @@
 #import <WCURICache.h>
 #import <WCURICacheData.h>
 
-#import <WKPluginDatabase.h>
+//#import <WKPluginDatabase.h>
 
 #import <KWQView.h>
 
@@ -1333,7 +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)
 {
-    [WKPluginDatabase installedPlugins];
+    //[WKPluginDatabase installedPlugins];
     return FALSE;
 }
 
diff --git a/WebCore/src/kwq/Makefile.in b/WebCore/src/kwq/Makefile.in
index e178813..38a248e 100644
--- a/WebCore/src/kwq/Makefile.in
+++ b/WebCore/src/kwq/Makefile.in
@@ -128,8 +128,6 @@ 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