[Webkit-unassigned] [Bug 45156] Send webkit accessibility notifications to Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 09:57:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45156


chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68187|review?                     |review-
               Flag|                            |




--- Comment #50 from chris fleizach <cfleizach at apple.com>  2010-09-21 09:57:09 PST ---
(From update of attachment 68187)
View in context: https://bugs.webkit.org/attachment.cgi?id=68187&action=review

> WebCore/ChangeLog:6
> +        https://bugs.webkit.org/show_bug.cgi?id=45156

comment should end with a period

> WebCore/accessibility/chromium/AXObjectCacheChromium.cpp:88
> +    case AXRowExpanded:

these cases should be alphabetized

> WebCore/accessibility/chromium/AXObjectCacheChromium.cpp:109
> +

this ASSERT might not be correct. for example, this is possible

<div role="group" aria-hidden="true" tabindex="0">test</div>

where the div should be ignored, but it can be focused

> WebCore/editing/chromium/SelectionControllerChromium.cpp:42
> +

seems like you don't need to access document until it's inside the if block, so there's no need to declare out here

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list