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

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


The following commit has been merged in the debian/unstable branch:
commit e08a9cf4a97d38d1fef25df1b071b217501abdf2
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 30 23:47:28 2003 +0000

            Fixed doc errors.
    
            * History.subproj/WebHistory.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4228 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 01c5c05..f55dc24 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-30  Richard Williamson   <rjw at apple.com>
+
+        Fixed doc errors.
+        
+        * History.subproj/WebHistory.h:
+
 2003-04-30  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Darin.
diff --git a/WebKit/History.subproj/WebHistory.h b/WebKit/History.subproj/WebHistory.h
index 4941b53..90d60fc 100644
--- a/WebKit/History.subproj/WebHistory.h
+++ b/WebKit/History.subproj/WebHistory.h
@@ -50,7 +50,6 @@ extern NSString *WebHistoryItemsKey;
 /*!
     @method setOptionalSharedHistory:
     @param history The history to use for the global WebHistory.
-    @result Returns a WebHistory initialized with the contents of file.
 */
 + (void)setOptionalSharedHistory:(WebHistory *)history;
 
@@ -59,7 +58,7 @@ extern NSString *WebHistoryItemsKey;
     @param URL The URL to use to initialize the WebHistory.
     @param error Set to nil or an NSError instance if an error occurred.
     @abstract The designated initializer for WebHistory.
-    @result Returns an initialized WebHistory.
+    @result Returns YES if successful, NO otherwise.
 */
 - (BOOL)loadFromURL:(NSURL *)URL error:(NSError **)error;
 
@@ -107,7 +106,7 @@ extern NSString *WebHistoryItemsKey;
 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
 
 /*!
-    @method entryForURL:
+    @method itemForURL:
     @abstract Get an item for a specific URL
     @param URL The URL of the history item to search for
     @result Returns an item matching the URL

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list