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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:35:42 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e5f72416f70902497c3994fce8e7665be18b0de4
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 30 20:13:53 2002 +0000

    WebFoundation:
    
    	Failed to remove debugging spam before my last checkin. Sorry.
    
            * CacheLoader.subproj/WebResourceHandle.m:
            (-[WebResourceHandle contentType])
            * CacheLoader.subproj/WebResourceLoadManager.m:
            (-[WebResourceLoadManager requestWithURLHandle:])
            * Misc.subproj/WebFileTypeMappings.m:
            (-[WebFileTypeMappings MIMETypeForExtension:])
    
    WebKit:
    
    	Failed to remove debugging spam before my last checkin. Sorry.
    
            * WebKit.pbproj/project.pbxproj:
            * WebView.subproj/WebControllerPrivate.m:
            (+[WebController _MIMETypeForFile:])
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1945 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 78b2666..28d8056 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-08-30  Ken Kocienda  <kocienda at apple.com>
 
+	Failed to remove debugging spam before my last checkin. Sorry.
+
+        * WebKit.pbproj/project.pbxproj:
+        * WebView.subproj/WebControllerPrivate.m:
+        (+[WebController _MIMETypeForFile:])
+
+2002-08-30  Ken Kocienda  <kocienda at apple.com>
+
         * WebView.subproj/WebControllerPrivate.m:
         (+[WebController _MIMETypeForFile:]): Small tweak to account for change
 	in behavior of a WebFoundation method upon which this method depends.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 78b2666..28d8056 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-08-30  Ken Kocienda  <kocienda at apple.com>
 
+	Failed to remove debugging spam before my last checkin. Sorry.
+
+        * WebKit.pbproj/project.pbxproj:
+        * WebView.subproj/WebControllerPrivate.m:
+        (+[WebController _MIMETypeForFile:])
+
+2002-08-30  Ken Kocienda  <kocienda at apple.com>
+
         * WebView.subproj/WebControllerPrivate.m:
         (+[WebController _MIMETypeForFile:]): Small tweak to account for change
 	in behavior of a WebFoundation method upon which this method depends.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index d72e139..48b3e5c 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -72,7 +72,6 @@
 				F58C8A07025BD3BC018635CA,
 				F531DDFF02F0C36F018635CA,
 			);
-			hasScannedForEncodings = 1;
 			isa = PBXProject;
 			knownRegions = (
 				English,
diff --git a/WebKit/WebView.subproj/WebControllerPrivate.m b/WebKit/WebView.subproj/WebControllerPrivate.m
index be6c6e1..26df176 100644
--- a/WebKit/WebView.subproj/WebControllerPrivate.m
+++ b/WebKit/WebView.subproj/WebControllerPrivate.m
@@ -184,8 +184,6 @@
         }
     }
     
-    NSLog(@"_MIMETypeForFile: %@ -> %@", path, result);
-    
     return result;
 }
 
diff --git a/WebKit/WebView.subproj/WebViewPrivate.m b/WebKit/WebView.subproj/WebViewPrivate.m
index be6c6e1..26df176 100644
--- a/WebKit/WebView.subproj/WebViewPrivate.m
+++ b/WebKit/WebView.subproj/WebViewPrivate.m
@@ -184,8 +184,6 @@
         }
     }
     
-    NSLog(@"_MIMETypeForFile: %@ -> %@", path, result);
-    
     return result;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list