Bug 123748 - Add accessibility search predicate support for AXOutlines
Summary: Add accessibility search predicate support for AXOutlines
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.9
: P2 Normal
Assignee: Samuel White
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-04 10:58 PST by Greg Hughes
Modified: 2014-02-25 17:22 PST (History)
10 users (show)

See Also:


Attachments
Patch v1 -- Added a new search key ("AXOutlineSearchKey") which will return accessibility object for any trees. (6.96 KB, patch)
2013-11-04 11:12 PST, Greg Hughes
no flags Details | Formatted Diff | Diff
Patch v2 (6.98 KB, patch)
2013-11-04 12:40 PST, Greg Hughes
cfleizach: review-
Details | Formatted Diff | Diff
Patch. (6.35 KB, patch)
2014-02-25 15:18 PST, Samuel White
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Hughes 2013-11-04 10:58:42 PST
Add accessibility search predicate support for AXOutlines

Assistive applications can use the accessibility search predicate to return tables, but clients also need the ability to return outlines.

<rdar://problem/15376043>
Comment 1 Radar WebKit Bug Importer 2013-11-04 10:59:15 PST
<rdar://problem/15384578>
Comment 2 Greg Hughes 2013-11-04 11:12:45 PST
Created attachment 215934 [details]
Patch v1 -- Added a new search key ("AXOutlineSearchKey") which will return accessibility object for any trees.
Comment 3 WebKit Commit Bot 2013-11-04 11:13:51 PST
Attachment 215934 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/platform/mac/accessibility/search-predicate-expected.txt', u'LayoutTests/platform/mac/accessibility/search-predicate.html', u'Source/WebCore/ChangeLog', u'Source/WebCore/accessibility/AccessibilityObject.cpp', u'Source/WebCore/accessibility/AccessibilityObject.h', u'Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm']" exit_code: 1
Source/WebCore/ChangeLog:3:  Line contains tab character.  [whitespace/tab] [5]
Source/WebCore/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Greg Hughes 2013-11-04 12:40:45 PST
Created attachment 215944 [details]
Patch v2
Comment 5 chris fleizach 2014-02-10 08:48:07 PST
Comment on attachment 215944 [details]
Patch v2

View in context: https://bugs.webkit.org/attachment.cgi?id=215944&action=review

some minor comments, then it will be ready to go

> LayoutTests/ChangeLog:6
> +        Updated the accessibility-search-predicate test to include a case for outlines

Period at the end of the sentence

> Source/WebCore/ChangeLog:6
> +        Added a new search key ("AXOutlineSearchKey") which will return accessibility object for any trees.

accessibility "objects"
Comment 6 Samuel White 2014-02-25 15:18:09 PST
Created attachment 225190 [details]
Patch.

This is causing some serious table searching regressions and blocking a bit of work I'm doing. Cleaning up per Chris's suggestions and simplifying a bit.
Comment 7 WebKit Commit Bot 2014-02-25 17:22:27 PST
Comment on attachment 225190 [details]
Patch.

Clearing flags on attachment: 225190

Committed r164685: <http://trac.webkit.org/changeset/164685>
Comment 8 WebKit Commit Bot 2014-02-25 17:22:30 PST
All reviewed patches have been landed.  Closing bug.