[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 07:09:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cb7cf7f923acb86539c181153c788d3e1cd1883a
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 26 20:07:01 2002 +0000

    	Removed some logging.
    
            * WebView.subproj/WebControllerPrivate.m:
            (+[WebController _supportedImageMIMETypes]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2879 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 8c1d18f..3834e92 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2002-11-26  Chris Blumenberg  <cblu at apple.com>
 
+	Removed some logging.
+
+        * WebView.subproj/WebControllerPrivate.m:
+        (+[WebController _supportedImageMIMETypes]):
+
+2002-11-26  Chris Blumenberg  <cblu at apple.com>
+
 	Fixed: 3112003 - Show standalone tiffs using AppKit not QT plug-in
 
 	We now dynamically check NSImage for supported image types when registering WebImageView's and WebImageRepresentation's supported MIME types. 
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 8c1d18f..3834e92 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-11-26  Chris Blumenberg  <cblu at apple.com>
 
+	Removed some logging.
+
+        * WebView.subproj/WebControllerPrivate.m:
+        (+[WebController _supportedImageMIMETypes]):
+
+2002-11-26  Chris Blumenberg  <cblu at apple.com>
+
 	Fixed: 3112003 - Show standalone tiffs using AppKit not QT plug-in
 
 	We now dynamically check NSImage for supported image types when registering WebImageView's and WebImageRepresentation's supported MIME types. 
diff --git a/WebKit/WebView.subproj/WebControllerPrivate.m b/WebKit/WebView.subproj/WebControllerPrivate.m
index 2881413..3887d21 100644
--- a/WebKit/WebView.subproj/WebControllerPrivate.m
+++ b/WebKit/WebView.subproj/WebControllerPrivate.m
@@ -203,7 +203,6 @@
         }
     
         imageMIMETypes = [[mimes allObjects] retain];
-        NSLog([imageMIMETypes description]);
     }
 
     return imageMIMETypes;
diff --git a/WebKit/WebView.subproj/WebViewPrivate.m b/WebKit/WebView.subproj/WebViewPrivate.m
index 2881413..3887d21 100644
--- a/WebKit/WebView.subproj/WebViewPrivate.m
+++ b/WebKit/WebView.subproj/WebViewPrivate.m
@@ -203,7 +203,6 @@
         }
     
         imageMIMETypes = [[mimes allObjects] retain];
-        NSLog([imageMIMETypes description]);
     }
 
     return imageMIMETypes;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list