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


The following commit has been merged in the debian/unstable branch:
commit 0ecdd71ffd668de1b5738a38f0a8f12cc9ac8ec2
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 6 21:41:14 2004 +0000

            * DOM.subproj/WebDOMOperations.h: improved a header doc comment
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6550 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 96f22f4..d17c9d9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-06  Chris Blumenberg  <cblu at apple.com>
+
+        * DOM.subproj/WebDOMOperations.h: improved a header doc comment
+
 2004-05-05  Chris Blumenberg  <cblu at apple.com>
 
 	- DOM Extensions API tweaks
diff --git a/WebKit/DOM.subproj/WebDOMOperations.h b/WebKit/DOM.subproj/WebDOMOperations.h
index b4dd9f6..b740f2d 100644
--- a/WebKit/DOM.subproj/WebDOMOperations.h
+++ b/WebKit/DOM.subproj/WebDOMOperations.h
@@ -32,6 +32,9 @@
 /*!
     @method URLWithAttributeString
     @abstract Constructs a URL given an attribute string.
+    @discussion This method constructs a URL given an attribute string just as WebKit does. 
+    An attribute string is the value of an attribute of an element such as the href attribute on 
+    the DOMHTMLAnchorElement class. This method is only applicable to attributes that refer to URLs.
 */
 - (NSURL *)URLWithAttributeString:(NSString *)string;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list