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

cfleizach at apple.com cfleizach at apple.com
Thu Apr 8 02:06:13 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 83c2c0d9e8e277abad78333090ea7f7164c45b9d
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 2 01:58:58 2010 +0000

    Fixing broken DRT on Leopard/Tiger. Second try.
    
    AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver
    https://bugs.webkit.org/show_bug.cgi?id=35514
    
    * DumpRenderTree/mac/AccessibilityUIElementMac.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55395 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3a410d8..e20cb40 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-03-01  Chris Fleizach  <cfleizach at apple.com>
 
+        Fixing broken DRT on Leopard/Tiger. Second try.
+
+        AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver
+        https://bugs.webkit.org/show_bug.cgi?id=35514
+
+        * DumpRenderTree/mac/AccessibilityUIElementMac.mm:
+
+2010-03-01  Chris Fleizach  <cfleizach at apple.com>
+
         Fixing broken DRT on Leopard/Tiger.
 
         AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver
diff --git a/WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm b/WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
index 1fd33eb..6f391b0 100644
--- a/WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
+++ b/WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
@@ -59,7 +59,7 @@ typedef void (*AXPostedNotificationCallback)(id element, NSString* notification,
 - (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCount:(NSUInteger)maxCount;
 - (void)accessibilitySetPostedNotificationCallback:(AXPostedNotificationCallback)function withContext:(void*)context;
 - (NSUInteger)accessibilityIndexOfChild:(id)child;
-- (NSUInteger)accessibilityArrayAttributeCount;
+- (NSUInteger)accessibilityArrayAttributeCount:(NSString *)attribute;
 @end
 
 AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list