Bug 27807 - AX: move re-usable code into more common areas for other platforms
Summary: AX: move re-usable code into more common areas for other platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 10:00 PDT by chris fleizach
Modified: 2009-07-29 14:41 PDT (History)
0 users

See Also:


Attachments
patch (11.96 KB, patch)
2009-07-29 10:47 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (minor update to make sure TextMarkerData is bzerod right away in the method) (11.93 KB, patch)
2009-07-29 11:08 PDT, chris fleizach
justin.garcia: 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 2009-07-29 10:00:14 PDT
Theres some re-usable like code in AccessibilityObjectWrapper for the mac that will be needed for the iphone. this bug is for the purpose of re-organizing said code into more accessible locations to avoid duplication
Comment 1 chris fleizach 2009-07-29 10:47:17 PDT
Created attachment 33723 [details]
patch
Comment 2 chris fleizach 2009-07-29 11:08:12 PDT
Created attachment 33726 [details]
patch (minor update to make sure TextMarkerData is bzerod right away in the method)
Comment 3 Justin Garcia 2009-07-29 13:28:14 PDT
Comment on attachment 33726 [details]
patch (minor update to make sure TextMarkerData is bzerod right away in the method)

r=me
Comment 4 chris fleizach 2009-07-29 14:35:40 PDT
http://trac.webkit.org/changeset/46555
Comment 5 chris fleizach 2009-07-29 14:40:31 PDT
apparently bzero doesn't exist in windows, which is causing a failure. looking into it..
Comment 6 chris fleizach 2009-07-29 14:41:56 PDT
will use memset instead