[webkit-reviews] review requested: [Bug 25898] [Gtk] object:text-changed events should be emitted for entries and password text : [Attachment 61782] 2. New functions in AXObjectCache to call when text changes in a node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 01:52:49 PDT 2010


Mario Sanchez Prada <msanchez at igalia.com> has asked  for review:
Bug 25898: [Gtk] object:text-changed events should be emitted for entries and
password text
https://bugs.webkit.org/show_bug.cgi?id=25898

Attachment 61782: 2. New functions in AXObjectCache to call when text changes
in a node
https://bugs.webkit.org/attachment.cgi?id=61782&action=review

------- Additional Comments from Mario Sanchez Prada <msanchez at igalia.com>
Added two new functions to allow notifying something changed in a text node
either through a RenderObject or an AccessibilityObject, making those functions
dependant on the platform-specific implementation, provided through a protected
function.

Also, provided a GTK implementation of the platform-specific function (as this
change was motivated by the GTK port), as well as dummy implementations for the
other ports with accessibility support, that is, mac and win ports.


More information about the webkit-reviews mailing list