Bug 110071 - AX: Upstream iOS Accessibility files
Summary: AX: Upstream iOS Accessibility files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 19:43 PST by chris fleizach
Modified: 2013-02-17 21:57 PST (History)
3 users (show)

See Also:


Attachments
patch (96.65 KB, patch)
2013-02-17 19:45 PST, chris fleizach
no flags Details | Formatted Diff | Diff
patch (98.16 KB, patch)
2013-02-17 21:15 PST, chris fleizach
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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