Bug 27807

Summary: AX: move re-usable code into more common areas for other platforms
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
patch
none
patch (minor update to make sure TextMarkerData is bzerod right away in the method) justin.garcia: review+

chris fleizach
Reported 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
Attachments
patch (11.96 KB, patch)
2009-07-29 10:47 PDT, chris fleizach
no flags
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+
chris fleizach
Comment 1 2009-07-29 10:47:17 PDT
chris fleizach
Comment 2 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)
Justin Garcia
Comment 3 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
chris fleizach
Comment 4 2009-07-29 14:35:40 PDT
chris fleizach
Comment 5 2009-07-29 14:40:31 PDT
apparently bzero doesn't exist in windows, which is causing a failure. looking into it..
chris fleizach
Comment 6 2009-07-29 14:41:56 PDT
will use memset instead
Note You need to log in before you can comment on or make changes to this bug.