RESOLVED FIXED 110061
AX: rename WebAccessibilityObjectWrapper to WebAccessibilityObjectWrapperBase
https://bugs.webkit.org/show_bug.cgi?id=110061
Summary AX: rename WebAccessibilityObjectWrapper to WebAccessibilityObjectWrapperBase
chris fleizach
Reported 2013-02-17 13:16:06 PST
Then that way WebAccessibilityObjectWrapperMac and WebAccessibilityObjectWrapperIOS can just be WebAccessibilityObjectWrapper and things will be a bit cleaner
Attachments
patch (200.28 KB, patch)
2013-02-17 13:33 PST, chris fleizach
no flags
patch (200.99 KB, patch)
2013-02-17 13:49 PST, chris fleizach
ddkilzer: review+
ddkilzer: commit-queue-
chris fleizach
Comment 1 2013-02-17 13:33:04 PST
chris fleizach
Comment 2 2013-02-17 13:34:21 PST
Xcode keeps trying to reorder these other changes in the Xcode project, so maybe i shouldn't fight them anymore
chris fleizach
Comment 3 2013-02-17 13:49:27 PST
David Kilzer (:ddkilzer)
Comment 4 2013-02-17 18:35:40 PST
Comment on attachment 188775 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=188775&action=review r=me as long as you don't rename WebAccessibilityObjectWrapperMac.{h|mm} to remove "Mac" from the name. > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapper.mm:30 > -#import "WebAccessibilityObjectWrapperMac.h" > +#import "WebAccessibilityObjectWrapper.h" Please leave these files named as WebAccessibilityObjectWrapperMac.{h|mm} even though the class is named "WebAccessibilityObjectWrapper" so that it's easier to know which implementation is being included or compiled.
David Kilzer (:ddkilzer)
Comment 5 2013-02-17 18:36:39 PST
(In reply to comment #2) > Xcode keeps trying to reorder these other changes in the Xcode project, so maybe i shouldn't fight them anymore Yes, whoever changed these files didn't use Xcode to change them since the UUID sort order is borked. It's fine to let Xcode have its way with the project file.
chris fleizach
Comment 6 2013-02-17 19:37:16 PST
Note You need to log in before you can comment on or make changes to this bug.