Bug 110071

Summary: AX: Upstream iOS Accessibility files
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, mjs, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch ddkilzer: review+

Description chris fleizach 2013-02-17 19:43:40 PST
Add in the iOS accessibility files so that changes are easier to sync between platforms.
Comment 1 chris fleizach 2013-02-17 19:45:54 PST
Created attachment 188790 [details]
patch
Comment 2 David Kilzer (:ddkilzer) 2013-02-17 20:22:59 PST
Comment on attachment 188790 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=188790&action=review

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:26078
>  				B22279740D00BF220071B782 /* SVGAElement.h in Headers */,
> +				AAA728F716D1D8BC00D3BBC6 /* AccessibilityObjectWrapperIOS.h in Headers */,
>  				24D912B113CA9A1F00D21915 /* SVGAltGlyphDefElement.h in Headers */,

Would be nice to sort this alphabetically.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:28383
>  				1C5FAED10DCFD90100D58F78 /* JSJavaScriptCallFrame.cpp in Sources */,
> +				AAA728F616D1D8BC00D3BBC6 /* AccessibilityObjectIOS.mm in Sources */,
>  				1C5FAEE70DCFDA6800D58F78 /* JSJavaScriptCallFrameCustom.cpp in Sources */,

Ditto.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:29166
>  				9BD0BF9412A42BF50072FD43 /* ScopedEventQueue.cpp in Sources */,
> +				AAA728F816D1D8BC00D3BBC6 /* AccessibilityObjectWrapperIOS.mm in Sources */,
>  				BCEC01BD0C274DAC009F4EC9 /* Screen.cpp in Sources */,

Ditto.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:29402
>  				B222799B0D00BF220071B782 /* SVGCircleElement.cpp in Sources */,
> +				AAA728F916D1D8BC00D3BBC6 /* AXObjectCacheIOS.mm in Sources */,
>  				B222799E0D00BF220071B782 /* SVGClipPathElement.cpp in Sources */,

Ditto.
Comment 3 chris fleizach 2013-02-17 21:15:41 PST
Created attachment 188793 [details]
patch
Comment 4 David Kilzer (:ddkilzer) 2013-02-17 21:23:55 PST
Comment on attachment 188793 [details]
patch

r=me
Comment 5 chris fleizach 2013-02-17 21:57:55 PST
http://trac.webkit.org/changeset/143143