RESOLVED FIXED 69588
AX: re-organize fake elements to use new AccessibilityMockObject
https://bugs.webkit.org/show_bug.cgi?id=69588
Summary AX: re-organize fake elements to use new AccessibilityMockObject
chris fleizach
Reported 2011-10-06 18:17:01 PDT
This AccessibilityMockObject will consolidate the ways that these fake elements store and retrieve their parent objects.
Attachments
patch (34.89 KB, patch)
2011-10-06 18:24 PDT, chris fleizach
jhoneycutt: review+
gyuyoung.kim: commit-queue-
patch to verify building (37.75 KB, patch)
2011-10-07 09:31 PDT, chris fleizach
no flags
chris fleizach
Comment 1 2011-10-06 18:24:46 PDT
Gyuyoung Kim
Comment 2 2011-10-06 18:43:43 PDT
WebKit Review Bot
Comment 3 2011-10-06 20:15:49 PDT
Comment on attachment 110072 [details] patch Attachment 110072 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/10010064
Collabora GTK+ EWS bot
Comment 4 2011-10-06 22:17:52 PDT
Jon Honeycutt
Comment 5 2011-10-07 02:20:15 PDT
Comment on attachment 110072 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=110072&action=review Please fix the build issues before committing. r=me > Source/WebCore/accessibility/AccessibilityMockObject.h:15 > + * 1. Redistributions of source code must retain the above copyright > + * notice, this list of conditions and the following disclaimer. > + * 2. Redistributions in binary form must reproduce the above copyright > + * notice, this list of conditions and the following disclaimer in the > + * documentation and/or other materials provided with the distribution. > + * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of > + * its contributors may be used to endorse or promote products derived > + * from this software without specific prior written permission. This has a different version of the license than AccessibilityMockObject.cpp. We use the two clause version in new code. > Source/WebCore/accessibility/AccessibilityMockObject.h:41 > + static PassRefPtr<AccessibilityMockObject> create(); I think you can remove this. I don't see it used or defined.
chris fleizach
Comment 6 2011-10-07 09:31:42 PDT
Created attachment 110159 [details] patch to verify building
chris fleizach
Comment 7 2011-10-07 12:12:09 PDT
Note You need to log in before you can comment on or make changes to this bug.