[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:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f8e69de714b46ce0d9e678d98b5299126b430779
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 1 01:30:24 2003 +0000

            Documentation fixes.
            Added "ADVISORY NOTE" about possible API change after beta SDK.
    
            * History.subproj/WebHistory.h:
            * WebView.subproj/WebUIDelegate.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4235 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index cf7307c..436ba54 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-30  Richard Williamson   <rjw at apple.com>
+
+        Documentation fixes.
+        Added "ADVISORY NOTE" about possible API change after beta SDK.
+        
+        * History.subproj/WebHistory.h:
+        * WebView.subproj/WebUIDelegate.h:
+
 2003-04-30  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Maciej
diff --git a/WebKit/History.subproj/WebHistory.h b/WebKit/History.subproj/WebHistory.h
index 90d60fc..b0d06ae 100644
--- a/WebKit/History.subproj/WebHistory.h
+++ b/WebKit/History.subproj/WebHistory.h
@@ -93,6 +93,8 @@ extern NSString *WebHistoryItemsKey;
     @discussion Get an array of NSCalendarDates, each one representing a unique day that contains one
     or more history items, ordered from most recent to oldest.
     @result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
+    
+    ADVISORY NOTE:  This method may change for the 1.0 SDK.
 */
 - (NSArray *)orderedLastVisitedDays;
 
@@ -102,6 +104,8 @@ extern NSString *WebHistoryItemsKey;
     specified NSCalendarDate, ordered from most recent to oldest.
     @param calendarDate A date identifying the unique day of interest.
     @result Returns an array of WebHistoryItems last visited on the indicated day.
+
+    ADVISORY NOTE:  This method may change for the 1.0 SDK.
 */
 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
 
diff --git a/WebKit/WebView.subproj/WebUIDelegate.h b/WebKit/WebView.subproj/WebUIDelegate.h
index ad00fc3..9fc29d2 100644
--- a/WebKit/WebView.subproj/WebUIDelegate.h
+++ b/WebKit/WebView.subproj/WebUIDelegate.h
@@ -63,7 +63,7 @@ enum {
     @method webView:createWebViewWithRequest:
     @abstract Create a new window and begin to load the specified request.
     @discussion The newly created window is hidden, and the window operations delegate on the
-    new WebViews will get a showWindow call.
+    new WebViews will get a webViewShow: call.
     @param sender The WebView sending the delegate method.
     @param request The request to load.
     @result The WebView for the new window.
@@ -122,7 +122,7 @@ enum {
 - (NSResponder *)webViewFirstResponder:(WebView *)sender;
 
 /*!
-    @method webView:makeFirstResponderInWindow:
+    @method webView:makeFirstResponder:
     @abstract Set the first responder for this window.
     @param sender The WebView sending the delegate method.
     @param responder The responder to make first (will always be a view)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list