[Webkit-unassigned] [Bug 99985] New: [GTK] Don't use deprecated AccessibilityObject methods after r99502

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 05:42:58 PDT 2012


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

           Summary: [GTK] Don't use deprecated AccessibilityObject methods
                    after r99502
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: cfleizach at apple.com, jdiggs at igalia.com,
                    apinheiro at igalia.com


After fixing bug 99502, the following functions from AccessibilityObject got deprecated:

    virtual String accessibilityDescription() const { return String(); }
    virtual String title() const { return String(); }
    virtual String helpText() const { return String(); }

They should be replaced in the ATK wrapper with code using the new AccessibilityText based API.

-- 
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