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


The following commit has been merged in the debian/unstable branch:
commit 7c58312ced38102e6e18041bff6d633c737296ab
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 28 23:14:11 2003 +0000

    WebKit:
            Fix typo in comments that broke headerdoc.
    
            Reviewed by me.
    
            * WebView.subproj/WebWindowOperationsDelegate.h:
    
    Tests:
            Fixed Carbon compile problems in example app.
    
            Reviewed by me.
    
            * Carbon/CarbonWeb/CarbonWeb.h:
            * Carbon/CarbonWeb/MyWebResourceLoadAdapter.m:
            (-[MyWebResourceLoadAdapter webView:pluginFailedWithError:dataSource:]):
            * Carbon/CarbonWeb/THistoryMenu.cp:
            * Carbon/CarbonWeb/TWebWindow.cp:
            * Carbon/CarbonWeb/main.c:
            (main):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3959 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5d7e746..2f755a6 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-28  Richard Williamson  <rjw at apple.com>
+
+        Fix typo in comments that broke headerdoc.
+        
+        Reviewed by me.
+
+        * WebView.subproj/WebWindowOperationsDelegate.h:
+
 2003-03-28  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by John
diff --git a/WebKit/WebView.subproj/WebUIDelegate.h b/WebKit/WebView.subproj/WebUIDelegate.h
index 47e7538..fba85d0 100644
--- a/WebKit/WebView.subproj/WebUIDelegate.h
+++ b/WebKit/WebView.subproj/WebUIDelegate.h
@@ -260,7 +260,7 @@
 - (NSString *)webView: (WebView *)webView runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)defaultText;
 
 /*!
-    @message runOpenPanelForFileButtonWithResultListener:
+    @method runOpenPanelForFileButtonWithResultListener:
     @abstract Display a file open panel for a file input control.
     @param resultListener The object to call back with the results.
     @discussion This method is passed a callback object instead of giving a return
diff --git a/WebKit/WebView.subproj/WebWindowOperationsDelegate.h b/WebKit/WebView.subproj/WebWindowOperationsDelegate.h
index 47e7538..fba85d0 100644
--- a/WebKit/WebView.subproj/WebWindowOperationsDelegate.h
+++ b/WebKit/WebView.subproj/WebWindowOperationsDelegate.h
@@ -260,7 +260,7 @@
 - (NSString *)webView: (WebView *)webView runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)defaultText;
 
 /*!
-    @message runOpenPanelForFileButtonWithResultListener:
+    @method runOpenPanelForFileButtonWithResultListener:
     @abstract Display a file open panel for a file input control.
     @param resultListener The object to call back with the results.
     @discussion This method is passed a callback object instead of giving a return

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list