RESOLVED FIXED132622
AX: AXSelectTextWithCriteria should support capitalize/lowercase/uppercase
https://bugs.webkit.org/show_bug.cgi?id=132622
Summary AX: AXSelectTextWithCriteria should support capitalize/lowercase/uppercase
chris fleizach
Reported 2014-05-06 13:50:52 PDT
The AXSelectTextWithCriteria mechanism needs to support capitalize, lowercase and uppercase to be complete <rdar://problem/16462451>
Attachments
patch (26.10 KB, patch)
2014-05-06 13:52 PDT, chris fleizach
no flags
patch (26.09 KB, patch)
2014-05-06 13:56 PDT, chris fleizach
no flags
patch (25.82 KB, patch)
2014-05-06 14:58 PDT, chris fleizach
no flags
chris fleizach
Comment 1 2014-05-06 13:52:40 PDT
WebKit Commit Bot
Comment 2 2014-05-06 13:55:34 PDT
Attachment 230929 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderText.h:245: The parameter name "string" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
chris fleizach
Comment 3 2014-05-06 13:56:36 PDT
Samuel White
Comment 4 2014-05-06 14:55:51 PDT
Comment on attachment 230930 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=230930&action=review Looks good. > Tools/DumpRenderTree/AccessibilityUIElement.cpp:437 > + return JSValueMakeBoolean(context, false); Did this sneak in accidentally? I might be missing something, but I don't see an equality test that would need this.
chris fleizach
Comment 5 2014-05-06 14:58:30 PDT
WebKit Commit Bot
Comment 6 2014-05-07 09:18:16 PDT
Comment on attachment 230935 [details] patch Clearing flags on attachment: 230935 Committed r168427: <http://trac.webkit.org/changeset/168427>
WebKit Commit Bot
Comment 7 2014-05-07 09:18:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.