[Webkit-unassigned] [Bug 89226] New: [GTK] Get rid of DumpRenderTreeSupportGtk::{in|de}crementAccessibilityValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 09:34:37 PDT 2012


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

           Summary: [GTK] Get rid of
                    DumpRenderTreeSupportGtk::{in|de}crementAccessibilityV
                    alue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: mrobinson at webkit.org, cgarcia at igalia.com
            Blocks: 89223


Currentĺy, in order to unskip tests like accessibility/input-slider.html in WKGTK, we have this helper functions in DumpRenderTreeSupportGtk, since there's no equivalent function available in ATK API.

However, it should be possible to implement them in DRT without needing this helper functions, just by using functions defined in the AtkValue interface:

   atk_value_get_current_value()
   atk_value_get_minimum_increment()
   atk_value_set_current_value()

Besides allowing to remove unnecesary code from DumpRenderTreeSupportGtk, this change will be useful too for implementing the same functions in WebKitTestRunner, where we will have the same situation. Thus, blocking bug 89223 for this reason

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