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


The following commit has been merged in the debian/unstable branch:
commit 4ff1e4813f089ebba1942d8ba04b45cd6d34fea8
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 27 23:39:25 2004 +0000

    Fix some tabs (Darin made me do it).
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5993 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 09e878c..faba7d8 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,21 +1,21 @@
 2004-01-27  Chris Blumenberg  <cblu at apple.com>
 
-		Fixed: <rdar://problem/3536624>: Webkit 1.2 links against SecurityNssAsn1.framework
-	
+        Fixed: <rdar://problem/3536624>: Webkit 1.2 links against SecurityNssAsn1.framework
+
         Reviewed by Darin.
 
         * WebCoreSupport.subproj/WebKeyGeneration.h: Set DISABLE_WEB_KEY_GENERATION on Merlot for now.
-		Then don't include anything if that's set.
+        Then don't include anything if that's set.
         * WebCoreSupport.subproj/WebKeyGeneration.cpp: Don't compile anything if DISABLE_WEB_KEY_GENERATION
-		is set.
+        is set.
         * WebCoreSupport.subproj/WebKeyGenerator.m:
         (-[WebKeyGenerator signedPublicKeyAndChallengeStringWithStrengthIndex:challenge:pageURL:]):
-		Always return nil if DISABLE_WEB_KEY_GENERATION is set.
+        Always return nil if DISABLE_WEB_KEY_GENERATION is set.
         (-[WebKeyGenerator addCertificatesToKeychainFromData:]): Always return failure if
-		DISABLE_WEB_KEY_GENERATION is set.
+        DISABLE_WEB_KEY_GENERATION is set.
 
         * WebKit.pbproj/project.pbxproj: Added shell build step to make library with security
-		libraries in it. On Merlot, makes empty library. Also added library to link options.
+        libraries in it. On Merlot, makes empty library. Also added library to link options.
         * WebKitSecurityDummy.c: Added. Used to make empty version of library for build on Merlot.
 
 2004-01-26  Darin Adler  <darin at apple.com>
@@ -40,12 +40,12 @@
         (-[WebHTMLView updateShowsFirstResponder]): Renamed from updateFocusRing:
         since it is now used to kill caret blink timer.
         (-[WebHTMLView windowDidBecomeKey:]): Now calls new updateShowsFirstResponder
-	method.
+        method.
         (-[WebHTMLView windowDidResignKey:]): Ditto.
 
 2004-01-22  Chris Blumenberg  <cblu at apple.com>
 
-	Fixed: <rdar://problem/3537542>: support for copying HTML
+        Fixed: <rdar://problem/3537542>: support for copying HTML
 
         Reviewed by dave.
 
@@ -121,14 +121,14 @@
 
         Reviewed by Chris.
 
-	<rdar://problem/3514446>: cert downloaded from BofA or MIT is rejected (ACL issue on private key?)
+        <rdar://problem/3514446>: cert downloaded from BofA or MIT is rejected (ACL issue on private key?)
         
-	* WebCoreSupport.subproj/WebKeyGeneration.cpp:
+        * WebCoreSupport.subproj/WebKeyGeneration.cpp:
         (createPair): Cut & paste hunk of code from Security framework.
         (Safari_SecKeyCreatePair): Ditto.
         (signedPublicKeyAndChallengeString): Instead of creating a normal ACL,
-	use our hacked version of the SecKeyCreatePair call that doesn't put in
-	any kind of ACL. This works around a SecureTransport bug.
+        use our hacked version of the SecKeyCreatePair call that doesn't put in
+        any kind of ACL. This works around a SecureTransport bug.
 
 2004-01-09  David Hyatt  <hyatt at apple.com>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list