WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
patch to verify building
(37.75 KB, patch)
2011-10-07 09:31 PDT
,
chris fleizach
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2011-10-06 18:24:46 PDT
Created
attachment 110072
[details]
patch
Gyuyoung Kim
Comment 2
2011-10-06 18:43:43 PDT
Comment on
attachment 110072
[details]
patch
Attachment 110072
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/10010039
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
Comment on
attachment 110072
[details]
patch
Attachment 110072
[details]
did not pass gtk-ews (gtk): Output:
http://queues.webkit.org/results/10006102
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
http://trac.webkit.org/changeset/96966
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug