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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:39:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 969c0fc44e8d488d811b06d7375090c24fa6546c
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 1 00:40:32 2003 +0000

            Reviewed by Ken.
    
    	Minor header tweaks.
    
            * Misc.subproj/WebDownload.h: Fix copyright notice.
            * Panels.subproj/WebAuthenticationPanel.h: Added 2003 to copyright.
            * WebView.subproj/WebAuthenticationChallenge.h: Fix copyright notice, add docs.
            * WebView.subproj/WebAuthenticationChallengeInternal.h: Fix copyright notice.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4232 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 032f9df..94a5f66 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,16 @@
 2003-04-30  Maciej Stachowiak  <mjs at apple.com>
 
+        Reviewed by Ken.
+
+	Minor header tweaks.
+
+        * Misc.subproj/WebDownload.h: Fix copyright notice.
+        * Panels.subproj/WebAuthenticationPanel.h: Added 2003 to copyright.
+        * WebView.subproj/WebAuthenticationChallenge.h: Fix copyright notice, add docs.
+        * WebView.subproj/WebAuthenticationChallengeInternal.h: Fix copyright notice.
+
+2003-04-30  Maciej Stachowiak  <mjs at apple.com>
+
         Reviewed by Darin.
 
 	Fixed imports and @class directives for WebFoundation changes.
diff --git a/WebKit/Misc.subproj/WebDownload.h b/WebKit/Misc.subproj/WebDownload.h
index 4144c1c..8ac309d 100644
--- a/WebKit/Misc.subproj/WebDownload.h
+++ b/WebKit/Misc.subproj/WebDownload.h
@@ -1,5 +1,8 @@
-/*	WebDownload.h
-        Copyright 2003, Apple, Inc. All rights reserved.
+/*	
+    WebDownload.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <WebFoundation/NSURLDownload.h>
diff --git a/WebKit/Panels.subproj/WebAuthenticationPanel.h b/WebKit/Panels.subproj/WebAuthenticationPanel.h
index c317777..3c0ed40 100644
--- a/WebKit/Panels.subproj/WebAuthenticationPanel.h
+++ b/WebKit/Panels.subproj/WebAuthenticationPanel.h
@@ -1,7 +1,7 @@
 /*	
     WebAuthenticationPanel.h
     
-    Copyright 2002 Apple, Inc. All rights reserved.
+    Copyright 2002-2003 Apple, Inc. All rights reserved.
 */
 
 #import <Cocoa/Cocoa.h>
diff --git a/WebKit/WebView.subproj/WebAuthenticationChallenge.h b/WebKit/WebView.subproj/WebAuthenticationChallenge.h
index a8dc075..5c224d0 100644
--- a/WebKit/WebView.subproj/WebAuthenticationChallenge.h
+++ b/WebKit/WebView.subproj/WebAuthenticationChallenge.h
@@ -1,20 +1,42 @@
 /*	
     WebAuthenticationChallenge.h
-    Copyright 2003 Apple, Inc. All rights reserved.
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
+    
+    Public header file.
 */
 
 #import <WebFoundation/NSURLAuthenticationChallenge.h>
 
 @class WebAuthenticationChallengeInternal;
 
+/*!
+    @class WebAuthenticationChallenge
+    @discussion This class represents an authentication challenge
+    issued by WebKit.
+*/
 @interface WebAuthenticationChallenge : NSURLAuthenticationChallenge
 {
 @private
     WebAuthenticationChallengeInternal *_webInternal;
 }
 
+/*!
+    @method useCredential:
+    @abstract Continue using the provided credential.
+    @param credential The credential to use.
+*/
 - (void)useCredential:(NSURLCredential *)credential;
+
+/*!
+    @method cancel
+    @abstract Cancel the load that caused the challenge.
+*/
 - (void)cancel;
+
+/*!
+    @method continueWithoutCredential
+    @abstract Continue loading without providing a credential.
+*/
 - (void)continueWithoutCredential;
 
 @end
diff --git a/WebKit/WebView.subproj/WebAuthenticationChallengeInternal.h b/WebKit/WebView.subproj/WebAuthenticationChallengeInternal.h
index 5662c83..a350149 100644
--- a/WebKit/WebView.subproj/WebAuthenticationChallengeInternal.h
+++ b/WebKit/WebView.subproj/WebAuthenticationChallengeInternal.h
@@ -1,6 +1,6 @@
 /*	
-    WebAuthenticationChallengeInternal.h
-    Copyright 2003 Apple, Inc. All rights reserved.
+    WebAuthenticationChallenge.h
+    Copyright (C) 2003 Apple Computer, Inc. All rights reserved.    
 */
 
 #import <WebKit/WebAuthenticationChallenge.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list