[Webkit-unassigned] [Bug 27598] New: Clean up the AccessibilityObject class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 23:22:48 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27598

           Summary: Clean up the AccessibilityObject class
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


The AccessibilityObject class is the base class for all types accessibility
objects. It has a lot of empty stubs of functions so that the main client of
AccessibilityObject -- the AccessibilityObjectWrapper -- does not have to cast
to different types of AccessibilityObjects to call appropriate functions. Some
of these stubs should be pure virtual since all of the sub-classes implement
them anyway. Others will need to stay empty stubs to avoid casting, but we can
still clean up the class by moving them all to the header file since only half
of these stubs are there now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list