[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

timothy at apple.com timothy at apple.com
Thu Apr 8 00:12:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 435fc63cc28bd24fbe67bd8f03799d3fcc058ad7
Author: timothy at apple.com <timothy at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 2 19:24:58 2009 +0000

    Move setValueForUser to the end of the DOMHTMLInputElement interface
    so it is fine for binary compatibility.
    
    Directed by Steve Falkenburg.
    
    * Interfaces/DOMHTML.idl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51607 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index be21ddf..a4c65d6 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,5 +1,14 @@
 2009-12-02  Timothy Hatcher  <timothy at apple.com>
 
+        Move setValueForUser to the end of the DOMHTMLInputElement interface
+        so it is fine for binary compatibility.
+
+        Directed by Steve Falkenburg.
+
+        * Interfaces/DOMHTML.idl:
+
+2009-12-02  Timothy Hatcher  <timothy at apple.com>
+
         Expose setValueForUser for the COM DOMHTMLInputElement.
 
         <rdar://problem/6760590> Would like a way to detect a login form AutoFill from JavaScript
diff --git a/WebKit/win/Interfaces/DOMHTML.idl b/WebKit/win/Interfaces/DOMHTML.idl
index 18af67c..7ccb682 100644
--- a/WebKit/win/Interfaces/DOMHTML.idl
+++ b/WebKit/win/Interfaces/DOMHTML.idl
@@ -772,11 +772,6 @@ interface IDOMHTMLInputElement : IDOMElement
     HRESULT setValue([in] BSTR value);
 
     /*
-        - (void)setValueForUser:(NSString *)value;
-    */
-    HRESULT setValueForUser([in] BSTR value);
-
-    /*
         - (void)blur;
     */
     HRESULT blur();
@@ -805,6 +800,11 @@ interface IDOMHTMLInputElement : IDOMElement
     // attribute long selectionEnd;
     HRESULT setSelectionEnd([in] long end);
     HRESULT selectionEnd([out, retval] long* end);
+
+    /*
+        - (void)setValueForUser:(NSString *)value;
+    */
+    HRESULT setValueForUser([in] BSTR value);
 }
 
 /*

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list