RESOLVED FIXED 70243
AX: children() method should be consolidated in AccessibilityObject
https://bugs.webkit.org/show_bug.cgi?id=70243
Summary AX: children() method should be consolidated in AccessibilityObject
chris fleizach
Reported 2011-10-17 08:29:58 PDT
Right now there are four or five nearly identical implementations of children(). Those can be consolidate into one method in AccessibilityObject
Attachments
patch (9.65 KB, patch)
2011-10-17 09:04 PDT, chris fleizach
darin: review+
chris fleizach
Comment 1 2011-10-17 09:04:55 PDT
WebKit Review Bot
Comment 2 2011-10-17 09:07:26 PDT
Attachment 111270 [details] did not pass style-queue: Failed to run "['Tools/Scripts/update-webkit', '--chromium']" exit_code: 2 Updating OpenSource Current branch master is up to date. Updating chromium port dependencies using gclient... Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Re-trying 'depot_tools/gclient sync' Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Re-trying 'depot_tools/gclient sync' Error: Can't switch the checkout to http://v8.googlecode.com/svn/branches/3.6@9637; UUID don't match and there is local changes in /mnt/git/webkit-style-queue/Source/WebKit/chromium/v8. Delete the directory and try again. Error: 'depot_tools/gclient sync' failed 3 tries and returned 256 at Tools/Scripts/update-webkit-chromium line 107. Re-trying 'depot_tools/gclient sync' No such file or directory at Tools/Scripts/update-webkit line 104. If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 3 2011-10-17 09:13:32 PDT
Comment on attachment 111270 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=111270&action=review > Source/WebCore/accessibility/AccessibilityTableColumn.cpp:75 > + Stray blank space on what should just be an empty line.
chris fleizach
Comment 4 2011-10-17 10:00:49 PDT
Note You need to log in before you can comment on or make changes to this bug.