[Webkit-unassigned] [Bug 122968] New: [ATK] Use atk_object_notify_state_change instead of manuall emitting signals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 09:56:42 PDT 2013


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

           Summary: [ATK] Use atk_object_notify_state_change instead of
                    manuall emitting signals
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: webkit-bug-importer at group.apple.com,
                    a.obzhirov at samsung.com


Using atk_object_notify_state_change() instead of manually calling g_signal_emit_by_name() has the clear benefit that we don't emit by mistake an incorrect change of state, since we are forced to use values from the AtkState enum instead of raw strings.

We should change it in AXObjectCacheAtk.cpp to avoid further confusion.

[1]https://developer.gnome.org/atk/stable/AtkObject.html#atk-object-notify-state-change

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