[Webkit-unassigned] [Bug 119883] [GTK] Missing DRT AccessibilityUIElement::addNotificationListener implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 09:53:21 PDT 2013


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





--- Comment #4 from chris fleizach <cfleizach at apple.com>  2013-08-21 09:52:49 PST ---
(From update of attachment 209276)
We already have nearly this same functionality in AccessibilityController.

    // Global notification listener, captures notifications on any object.
    bool addNotificationListener(JSObjectRef functionCallback);
    void removeNotificationListener();

Can we re-use that model instead of adding the same thing to the AXUIElement?

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