[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

cfleizach at apple.com cfleizach at apple.com
Wed Dec 22 18:33:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 320095b0600479770e201997555c6362eb2f1bd9
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 23:06:29 2010 +0000

    AX: lists and list boxes need different attributes
    https://bugs.webkit.org/show_bug.cgi?id=50978
    
    Reviewed by Beth Dakin.
    
    WebCore:
    
    Separate out the attributes being returned for lists (<ul>) and listboxes (<select multiple>).
    
    * accessibility/mac/AccessibilityObjectWrapper.mm:
    (-[AccessibilityObjectWrapper accessibilityAttributeNames]):
    
    LayoutTests:
    
    * platform/mac/accessibility/lists-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73973 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5348b18..f9b0227 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-13  Chris Fleizach  <cfleizach at apple.com>
+
+        Reviewed by Beth Dakin.
+
+        AX: lists and list boxes need different attributes
+        https://bugs.webkit.org/show_bug.cgi?id=50978
+
+        * platform/mac/accessibility/lists-expected.txt:
+
 2010-12-13  Jian Li  <jianli at chromium.org>
 
         Unreviewed. Updated chromium test expectations.
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6c05dcc..d32089b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-13  Chris Fleizach  <cfleizach at apple.com>
+
+        Reviewed by Beth Dakin.
+
+        AX: lists and list boxes need different attributes
+        https://bugs.webkit.org/show_bug.cgi?id=50978
+
+        Separate out the attributes being returned for lists (<ul>) and listboxes (<select multiple>).
+
+        * accessibility/mac/AccessibilityObjectWrapper.mm:
+        (-[AccessibilityObjectWrapper accessibilityAttributeNames]):
+
 2010-12-13  David Hyatt  <hyatt at apple.com>
 
         Reviewed by Sam Weinig.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list